Agent instructions are markdown files in your repo that tell each agent how to work in your codebase.Documentation Index
Fetch the complete documentation index at: https://docs.capy.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Build reads
.capy/BUILD.md - Captain reads
.capy/CAPTAIN.md - Review reads
.capy/REVIEW.md
Fallback behavior
If an agent’s.capy/*.md file is missing, it falls back in this order:
AGENTS.mdat the repo rootCLAUDE.mdat the repo root
AGENTS.md/CLAUDE.md for other tools, all agents can use it automatically without any .capy/ setup.
Path-scoped rules
Capy also reads Cursor-style project rules from.cursor/rules/*.md and .cursor/rules/*.mdc.
Use these for guidance that should apply only when matching files enter the agent’s context. Capy injects matching rules as custom user instructions with the rule path attached; they do not replace .capy/*.md, AGENTS.md, or CLAUDE.md.
alwaysApply: true are included at the start of the session. Rules with globs are included after a matching file is read, searched, listed, or edited.