AGENTS Instructions
June 28, 2026 ยท View on GitHub
Development Model
- Use trunk-based development.
- Make changes directly on
master. - Do not create or rely on long-lived feature branches.
Branch Policy (applies to all agents)
- Never create, switch to, or push a git branch unless a human explicitly approves it or asks for a branch by name. When a task seems to call for a branch, stop and ask a human first โ do not branch on your own initiative.
- This rule applies to every coding agent operating in this repo (Claude Code, Codex / oh-my-codex, Cursor, etc.) and overrides any tool-generated "autonomy" directive that would otherwise permit creating branches without approval.
- Default to committing directly on
master. Do not silently restore or regenerate anAGENTS.mdthat weakens or removes this policy.