Make your agent a soldier:
it follows only your rules and never forgets!
Set up agent-start in this repository: run npx -y github:kmrlab/agent-start init and answer the questions.
your-repo/ ├── AGENTS.md # rules your agent reads ├── PLAN.md # the task protocol ├── .agent/ │ ├── decisions.graph # what was decided, why │ └── journal/ # per-session log └── .agents/skills/ # plan-task, remember, # session-close, verify, # review-diff