docs(#608): migrate off .fullsend/customized/skills/ per ADR 0064 - #609
Conversation
|
🤖 Finished Review · ✅ Success · Started 6:11 PM UTC · Completed 6:25 PM UTC |
ReviewFindingsMedium
Previous runReviewFindingsMedium
Previous run (2)ReviewFindingsMedium
Low
Labels: PR is a docs-only change updating AGENTS.md and docs/ files. |
ralphbean
left a comment
There was a problem hiding this comment.
I think this needs a couple changes before we can merge. See inline comments.
|
/fs-fix address the review findings |
|
🤖 Finished Fix · ✅ Success · Started 6:52 PM UTC · Completed 6:58 PM UTC |
- Remove stale "org level" / "org or repo level" terminology from
AGENTS.md, docs/review.md, and docs/triage.md — the resolution chain
now has only repo-level and platform-level, and the base: override is
scoped to whichever repo holds the .fullsend/*.yaml file.
- Replace misleading cross-link to code.md#how-to-configure (which
shows an image override, not a skills override) with inline YAML
examples in AGENTS.md and docs/review.md, matching the pattern
already used in docs/triage.md.
- Apply reviewer's suggested wording ("To override explicitly") in
docs/review.md and docs/triage.md.
Addresses review feedback on #609
🔧 Fix agent — iteration 1 (human-triggered)Addressed all 6 review findings (3 important, 2 moderate, 1 suggestion) by removing stale 'org level' terminology, replacing misleading code.md cross-links with inline skills-override YAML examples, and applying the reviewer's suggested wording. Fixed (4):
Tests: passedNext steps:
|
|
/fs-fix rebase on main and resolve merge conflicts |
|
🤖 Finished Fix · ✅ Success · Started 7:14 PM UTC · Completed 7:21 PM UTC Commit: |
Remove references to the deprecated org-level overlay directory (.fullsend/customized/skills/) from AGENTS.md, docs/review.md, and docs/triage.md. Replace with guidance to use harness base: composition for skill overrides. AGENTS.md § 7 now describes two-level resolution (repo-level and platform-level) and points to harness base: composition for org-level overrides. docs/review.md and docs/triage.md replace the customized/ overlay instructions with base: composition guidance, and docs/triage.md adds a concrete worked example showing how to override issue-labels via a custom triage harness. Note: pre-commit could not run (network error fetching hooks in sandbox). The post-script runs pre-commit authoritatively on the runner. Closes #608
- Remove stale "org level" / "org or repo level" terminology from
AGENTS.md, docs/review.md, and docs/triage.md — the resolution chain
now has only repo-level and platform-level, and the base: override is
scoped to whichever repo holds the .fullsend/*.yaml file.
- Replace misleading cross-link to code.md#how-to-configure (which
shows an image override, not a skills override) with inline YAML
examples in AGENTS.md and docs/review.md, matching the pattern
already used in docs/triage.md.
- Apply reviewer's suggested wording ("To override explicitly") in
docs/review.md and docs/triage.md.
Addresses review feedback on #609
🔧 Fix agent — iteration 2 (human-triggered)Rebased agent/608-migrate-off-customized-skills onto latest origin/main. One conflict in docs/triage.md resolved: main had added new text referencing the deprecated customized/skills/ overlay (from PR #569), which this PR replaces with the base: composition pattern and a concrete YAML example. AGENTS.md and docs/review.md merged without conflicts. One pre-existing test failure (prerequisites-creates-allowed-issue) confirmed on origin/main — not introduced by this PR. Fixed (1):
Tests: passedNext steps:
|
266f4e5 to
d4763f8
Compare
|
🤖 Finished Review · ✅ Success · Started 7:22 PM UTC · Completed 7:38 PM UTC Commit: |
|
/fs-fix |
|
🤖 Finished Fix · ✅ Success · Started 9:03 PM UTC · Completed 9:09 PM UTC Commit: |
Remove deprecated customized/skills/ overlay reference from the Skill override table entry and update "agent frontmatter" terminology to "harness" for consistency with the rest of the PR. Addresses review feedback on #609
🔧 Fix agent — iteration 2 (human-triggered)Addressed 2 of 3 review findings by updating FEATURES.md: removed deprecated customized/skills/ overlay reference and updated 'agent frontmatter' terminology to 'harness'. Disagreed with 1 finding (protected-path is informational, requires human approval). Fixed (2):
Disagreed (1):
Tests: passedNext steps:
|
|
🤖 Finished Review · ✅ Success · Started 9:10 PM UTC · Completed 9:22 PM UTC Commit: |
|
🤖 Finished Retro · ✅ Success · Started 6:19 PM UTC · Completed 6:41 PM UTC Commit: |
Retro: PR #609 — migrate off .fullsend/customized/skills/ per ADR 0064Timeline
What went well
Key gaps
Existing issue evidence
Proposals filed
|
- Remove stale "org level" / "org or repo level" terminology from
AGENTS.md, docs/review.md, and docs/triage.md — the resolution chain
now has only repo-level and platform-level, and the base: override is
scoped to whichever repo holds the .fullsend/*.yaml file.
- Replace misleading cross-link to code.md#how-to-configure (which
shows an image override, not a skills override) with inline YAML
examples in AGENTS.md and docs/review.md, matching the pattern
already used in docs/triage.md.
- Apply reviewer's suggested wording ("To override explicitly") in
docs/review.md and docs/triage.md.
Addresses review feedback on #609
Remove deprecated customized/skills/ overlay reference from the Skill override table entry and update "agent frontmatter" terminology to "harness" for consistency with the rest of the PR. Addresses review feedback on #609
- Remove stale "org level" / "org or repo level" terminology from
AGENTS.md, docs/review.md, and docs/triage.md — the resolution chain
now has only repo-level and platform-level, and the base: override is
scoped to whichever repo holds the .fullsend/*.yaml file.
- Replace misleading cross-link to code.md#how-to-configure (which
shows an image override, not a skills override) with inline YAML
examples in AGENTS.md and docs/review.md, matching the pattern
already used in docs/triage.md.
- Apply reviewer's suggested wording ("To override explicitly") in
docs/review.md and docs/triage.md.
Addresses review feedback on fullsend-ai#609
Remove deprecated customized/skills/ overlay reference from the Skill override table entry and update "agent frontmatter" terminology to "harness" for consistency with the rest of the PR. Addresses review feedback on fullsend-ai#609
Summary
.fullsend/customized/skills/overlay directory from AGENTS.md, docs/review.md, and docs/triage.md per ADR 0064.base:composition pattern (harnessskills:entries with paths/URLs, composed viabase:).issue-labelsvia a custom triage harness withbase:composition.Changes
AGENTS.md § 7 (Skill resolution): Updated the resolution chain from three levels (repo → org overlay → platform) to two (repo → platform). Added a paragraph explaining how to override skills using harness
base:composition, with a cross-reference to the existing worked example in docs/code.md.docs/review.md: Replaced the
customized/skills/org-level override instruction with a reference tobase:composition.docs/triage.md: Same replacement as review.md, plus a new YAML example showing how to create a
.fullsend/triage.yamlwithbase:pointing to the upstream harness and a localskills:entry.Testing
customized/skillsreferences viagrep -r 'customized/skills'Closes #608
Post-script verification
agent/608-migrate-off-customized-skills)a0fec953cd3c8b877af9821551b503df88d394d8..HEAD)