- Instructions in
AGENTS.md,CLAUDE.md, and scopedCHARLIE.mdfiles - Skills in
.agents/skills/*/SKILL.md - Daemons in
.agents/daemons/*/DAEMON.md
Choose the right surface
- Use AGENTS.md or CLAUDE.md at any directory depth for durable policy shared with other coding agents.
- Use CHARLIE.md at the repository root or under the root
.agents/tree for durable routing or instructions intended specifically for Charlie. It is not a confidentiality or repository-access boundary. - Use Skills for repeatable workflows invoked on demand.
- Use Daemons for recurring automation (watch/schedule based).