Agent instructions for this repo live in AGENTS.md — read it first for build/test/run,
the repo map, and the rules. Doc map: llms.txt. Contributor contract: CONTRIBUTING.md.

Must-know rules (enforced below the agent layer):
- Work directly on the trunk (`main`); never open a feature branch or worktree (the trunk
  guard refuses off-trunk commits).
- Commit by explicit path: `git commit -- <paths>`, never `git add -A`. Sign off with
  `git commit -s` (DCO).
- The Go module is the repository root — run `go` commands from the clone root
  (`go install github.com/anthony-chaudhary/fak/cmd/fak@latest` resolves directly).

To point Cursor itself at fak (run your model behind the kernel), see
docs/integrations/cursor.md.
