Which file ZeroTwo uses
In a local project folder, ZeroTwo loads exactly one instruction file, chosen by priority:ZEROTWO.mdAGENTS.mdCLAUDE.md
@include paths. Content is capped for prompt size; very large files are truncated.
You can also keep global defaults under ~/.zerotwo/ for preferences that apply across projects.
Create project instructions
- In your repository root, add
AGENTS.md(orZEROTWO.mdif you want ZeroTwo-specific guidance to win over other tools’ files):
- Open the folder in the ZeroTwo desktop app (Cowork or ZeroCode).
- Start a task and ask ZeroTwo what instructions it loaded to confirm the file is active.
Global guidance
Create reusable defaults in your ZeroTwo home directory:ZEROTWO.md / AGENTS.md / CLAUDE.md still take precedence for that folder when present.
What to put in instruction files
Good instruction content is short, actionable, and stable:- Build, lint, and test commands for the repo
- Style or architecture constraints
- Files or directories to avoid
- How to open PRs or name branches
- Links to deeper docs the agent should read when needed
AGENTS.md. Point ZeroTwo at those files instead.