Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<main>/.worktrees/<slug>` (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
Expand Down