Skip to content

Commit 0d3a2aa

Browse files
committed
docs: clarify subsystem guidance scope
1 parent 23bbb81 commit 0d3a2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The committed `.nvmrc` is the GitHub Actions source of truth for Node-based jobs
2121
- Prefer durable wording over time-based wording (avoid labels like "recent", "latest", "today").
2222
- Keep entries actionable and specific (what to do, where, and why), not conversational history.
2323
- Capture universal truths and cross-cutting coding conventions here when they become repeated practice or reviewer expectation. Do not leave them only in chat or pull request comments.
24-
- Capture subsystem-specific guidance in the relevant skill instead of AGENTS.md. Skills must stay usable by both Claude and Codex: write them as plain repo guidance, keep `.agents/skills` as the source of truth, and avoid assistant-specific assumptions unless a workflow truly requires them.
24+
- Capture subsystem-specific guidance in the closest applicable nested `AGENTS.md` when the guidance should always apply to a subtree, such as `api/spec/AGENTS.md` for TypeSpec and SDK guidance. Use skills for reusable workflows or domain procedures that agents opt into for a task. Skills must stay usable by both Claude and Codex: write them as plain repo guidance, keep `.agents/skills` as the source of truth, and avoid assistant-specific assumptions unless a workflow truly requires them.
2525
- When adding new guidance, fold it into the most relevant section and remove/merge stale or duplicate notes.
2626

2727
## Testing

0 commit comments

Comments
 (0)