fix(claude/commands): standardize progressive disclosure dir to docs/agents/

Both generate-agents.md and refactor-agents.md referenced inconsistent
directory conventions for progressive disclosure docs (docs/*.md,
.agents/docs/). Standardize all references to docs/agents/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jim Myhrberg
2026-02-09 20:33:56 +00:00
parent c27f891365
commit 1b19cc450e
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ sources:
Auto-generated AGENTS.md files tend to be too comprehensive. Use this as a
**starting point only** - then aggressively trim. Target: smallest possible file
that provides value. Most instructions should move to progressive disclosure
(docs/*.md files).
(docs/agents/*.md files).
Remember:
@@ -79,7 +79,7 @@ token usage.
3. **Pattern hints over paths** - Describe grep-able patterns, not file
locations
4. **Token efficiency** - Small, actionable guidance over encyclopedic docs
5. **Progressive disclosure** - Link to docs/*.md for detailed rules
5. **Progressive disclosure** - Link to docs/agents/*.md for detailed rules
6. **Domain concepts** - Document terminology and business rules, not structure
---
@@ -147,8 +147,8 @@ Link to detailed docs instead of inlining them:
```
## Detailed Docs
- TypeScript conventions: see docs/TYPESCRIPT.md
- Testing patterns: see docs/TESTING.md
- TypeScript conventions: see docs/agents/TYPESCRIPT.md
- Testing patterns: see docs/agents/TESTING.md
```
#### Optional Sections (include only if truly needed)

View File

@@ -26,7 +26,7 @@ Follow these steps:
4. **Create the file structure**: Output:
- A minimal root AGENTS.md with Markdown links to the separate files
- Each separate file with its relevant instructions
- A suggested .agents/docs/ or docs/ folder structure
- A suggested docs/agents/ folder structure
5. **Flag for deletion**: Identify any instructions that are:
- Redundant (the agent already knows this)