diff --git a/AGENTS.md b/AGENTS.md index 515f491af..8071f196e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,6 +4,11 @@ Stable contracts live here. Current setup and server mechanics are in [RUNNING.md](RUNNING.md); e2e invariants are in [e2e/AGENTS.md](e2e/AGENTS.md). Run `bun run bootstrap` in every fresh rift. +## Worktree location + +- Put new worktrees under `
/.worktrees/` (or the tool's native + root); never `git worktree add ../…` siblings next to the main checkout. + ## Verification and evidence - Tests use Effect Vitest. Run scoped tests with `vitest run ...` or the