docs(#5952): remove stale customized/ directory references - #5955
docs(#5952): remove stale customized/ directory references#5955fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
The customized/ directory overlay mechanism (ADR-0064) has been fully removed from the codebase by PRs #5697, #5836, and #5866. This commit updates all user-facing documentation to reflect the removal: High priority — rewrites guides that taught customized/ usage: - customizing-agents.md: replace Layered Configuration Resolution section with base: composition docs, remove customized/ paths from examples and pre-commit tool resolution - building-custom-agents.md: update all file paths from .fullsend/customized/ to .fullsend/, remove overlay workflow step, update file checklist Medium priority — removes actionable customized/ instructions: - triage.md, review.md: replace customized/skills/ path with config-driven agent registration - architecture.md: rewrite decided section to describe current agent configuration model - runtimes.md: simplify Layer 3 diagram text - running-agents-locally.md: replace cp -r customized/ steps with config-driven approach - customizing-with-skills.md: rewrite override section to use base: composition Low priority — minor cross-reference fixes: - default-vs-custom.md: update table row - customizing-with-agents-md.md: update cross-reference - cli-internals.md: simplify Phase 5 diagram text - tier-conventions.md: change "deprecated" to "removed" - gitlab-cron-polling-implementation.md: remove customized/ tree from directory example - guides/README.md, bring-your-own-agent.md: update link descriptions Closes #5952
|
🤖 Finished Review · ✅ Success · Started 7:59 PM UTC · Completed 8:19 PM UTC |
Site previewPreview: https://16b986dc-site.fullsend-ai.workers.dev Commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ReviewFindingsLow
Labels: PR modifies only documentation files under docs/ |
Summary
Remove all stale
customized/directory references from user-facing documentation. Thecustomized/overlay mechanism (ADR-0064) was fully removed by PRs #5697, #5836, and #5866 — this PR completes the cleanup by updating ~13 doc locations across 11 files to point users tobase:composition and config-driven agent registration instead.Related Issue
Closes #5952
Changes
High priority — guide rewrites:
customizing-agents.md: Replaced the deprecated "Layered Configuration Resolution" section with a concise "base:Composition" section; removedcustomized/paths from harness intro, skill/agent/harness override examples, and pre-commit tool resolution docsbuilding-custom-agents.md: Updated all file paths from.fullsend/customized/to.fullsend/, removed the overlay workflow step from the GHA example, updated file checklist to includeconfig.yamlMedium priority — actionable instruction fixes:
triage.md,review.md: Replacedcustomized/skills/paths with config-driven registration referencesarchitecture.md: Rewrote the "Decided" section to describe the current agent configuration modelruntimes.md: Simplified Layer 3 diagram to removecustomized/skills/linesrunning-agents-locally.md: Replacedcp -r customized/steps with config-driven workflowcustomizing-with-skills.md: Rewrote "Overriding built-in skills" section to usebase:compositionLow priority — cross-reference fixes:
default-vs-custom.md,customizing-with-agents-md.md,cli-internals.md,tier-conventions.md,gitlab-cron-polling-implementation.md,guides/README.md,bring-your-own-agent.md: Updated link text, table entries, and minor referencesTesting
customized/references remain in user-facing docs (excluding ADRs, plans, and glossary)scan-secretspassed on all changed filesgitlintpassed on commit messageChecklist
!for breaking changes)Closes #5952
Post-script verification
agent/5952-remove-customized-dir-refs)ad9b3ced5c978656450d716a9e7dbab071401cf0..HEAD)