docs(glossary): customization vocabulary for agents and skills - #6383
Conversation
Site previewPreview: https://d5e023c6-site.fullsend-ai.workers.dev Commit: |
|
🤖 Finished Review · ✅ Success · Started 4:11 PM UTC · Completed 4:28 PM UTC Commit: |
ReviewFindingsLow
Previous runReviewFindingsMedium
Low
Next steps:
Previous run (2)ReviewFindingsCritical
Low
Next steps:
Previous run (3)ReviewFindingsLow
Labels: PR modifies glossary and agent classification documentation under docs/ Previous run (4)ReviewFindingsLow
Labels: PR modifies glossary and agent classification documentation under docs/ Previous run (5)ReviewFindingsMedium
Low
Previous run (6)ReviewFindingsMedium
Low
Next steps:
Previous run (7)ReviewFindingsLow
Info
Previous run (8)ReviewFindingsLow
|
|
/fs-fix |
PR Summary by Qododocs(glossary): add customization vocabulary for agents, skills, and scripts
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
|
🤖 Finished Fix · ✅ Success · Started 6:56 PM UTC · Completed 7:01 PM UTC Commit: |
|
🤖 Review · Commit: |
- Remove redundant qualifier "that do not replace identity fields" from Configured Default Agent (skill overrides inherently do not touch identity fields) - Replace imprecise "higher-precedence config layer" with accurate mechanism in Repo Skill (repo skills do not participate in base composition's dedup-by-basename merge) - Remove atypical bold on "not" in Repo Skill entry to match glossary conventions Addresses review feedback on #6383
🔧 Fix agent — iteration 1 (human-triggered)Addressed all 3 low-severity review findings: removed a redundant qualifier in Configured Default Agent, corrected the mechanism description in Repo Skill from precedence-based to layer-isolation-based, and removed atypical bold emphasis in Repo Skill. Fixed (3):
Tests: passedNext steps:
|
Code Review by Qodo
1.
|
|
🤖 Finished Review · ✅ Success · Started 7:03 PM UTC · Completed 7:19 PM UTC Commit: |
waynesun09
left a comment
There was a problem hiding this comment.
Review findings from an automated pass (3 inline comments on docs/glossary.md plus one below on a linked doc that isn't part of this PR's diff).
[MEDIUM] AGENTS.md glossary entry funnels readers to a citation that misattributes the open standard
File: docs/guides/user/customizing-with-agents-md.md (line 13) — not touched by this PR's diff, so noted here rather than as an inline comment.
This PR adds a new, prominent AGENTS.md glossary entry (docs/glossary.md lines 68-70) that links to docs/guides/user/customizing-with-agents-md.md, which states "AGENTS.md is the open standard (https://agentskills.io/) that any agent tool can discover." Checking both sites: agentskills.io is entirely about the unrelated Agent Skills / SKILL.md format ("a lightweight, open format for extending AI agent capabilities... originally developed by Anthropic"), not AGENTS.md files. The actual AGENTS.md standard is at https://agents.md/ ("A simple, open format for guiding coding agents," now stewarded by the Agentic AI Foundation under the Linux Foundation). The linked guide conflates two unrelated open formats, and this PR's new glossary term makes that wrong citation more visible/consequential by pointing readers straight at it.
Suggestion: fix the citation in docs/guides/user/customizing-with-agents-md.md to point to https://agents.md/, keeping agentskills.io only where the topic is genuinely Agent Skills (as already done correctly in docs/guides/user/customizing-with-skills.md). Consider doing this in the same PR or a fast-follow since this PR is specifically the vocabulary/reference-hygiene pass touching this exact term.
029de12 to
b7097cf
Compare
cc965f3 to
8fd7bb0
Compare
|
🤖 Finished Review · ✅ Success · Started 11:50 AM UTC · Completed 12:08 PM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $5.85 |
d80b7e9 to
557809b
Compare
Define shared terms for agent classification, skills, and script overrides. Drop the abandoned always-on ADR / metadata.apply design (#6378 closed); point always-on and on-demand entries at #6681/#6682/#6859 instead. Align default-vs-custom with agents-repo harness lineage and category wording. Signed-off-by: Adam Scerra <ascerra@redhat.com> Signed-off-by: Cursor <cursoragent@cursor.com> Signed-off-by: Adam Scerra <ascerra@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
557809b to
5416809
Compare
|
🤖 Review · ❌ Terminated · Started 3:38 PM UTC · Ended 3:55 PM UTC Commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Superseded by updated review
|
🤖 Finished Review · ✅ Success · Started 3:38 PM UTC · Completed 3:55 PM UTC Commit: Runtime: pi · Model: sonnet → claude-sonnet-5 · Effort: high · Cost: $4.05 |
Align identity-defining fields with the classification table (role vs slug), put Always-on in planned tense, note Claude Code collision warnings and Codex repo-skill discovery, fix Script Override See-line, and restore alphabetical order under O and S. Signed-off-by: Adam Scerra <ascerra@redhat.com> Signed-off-by: Cursor <cursoragent@cursor.com> Signed-off-by: Adam Scerra <ascerra@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
🤖 Finished Review · ✅ Success · Started 5:32 PM UTC · Completed 5:49 PM UTC Commit: Runtime: pi · Model: sonnet → claude-sonnet-5 · Effort: high · Cost: $4.09 |
Superseded by updated review
|
🤖 Finished Retro · ✅ Success · Started 11:37 AM UTC · Completed 11:53 AM UTC Commit: Runtime: claude · Model: sonnet → claude-sonnet-5 · Effort: high · Cost: $2.52 |
|
PR #6383 was a human-authored docs PR (glossary/customization vocabulary), not an agent triage→code pipeline, so this retro focuses on review quality and autonomy readiness across ~22 days, 9 push/review/fix round-trips, 8 fullsend-ai-review passes, and 1 qodo-code-review pass. The automated review agent's own findings were almost entirely cosmetic (heading levels, alphabetization, wording nits) plus one genuinely valuable catch (an ADR-0092 numbering collision). Nearly every substantive issue — a stale harness-lineage claim, terminology self-contradictions, hardcoded skill names violating AGENTS.md conventions, a factually wrong behavioral claim, and (most importantly) that the entire ADR/design section being shipped had been reversed by decisions made in other issues/PRs — was caught only by human reviewer waynesun09 via deep source and cross-reference verification. One human-flagged issue was never fixed and remains live on main today: Proposals filed |
Summary
default-vs-custom.mdwithfullsend-ai/agentsharness lineage and “categories” wording (not bare “tiers”).metadata.apply/ soft Skill directive). Always-on / on-demand glossary entries point at #6681 / #6682 / #6859 instead. Former stack base #6378 was closed unmerged.Test plan
main(includes merged #6459 OTEL score export glossary text)