AGENTS.md

 1# AGENTS.md
 2
 3## Commands
 4
 5```sh
 6bun install              # install deps (run after cloning)
 7mise run check           # fmt + lint + typecheck
 8mise run fmt             # biome format
 9mise run lint            # biome lint
10mise run typecheck       # tsc --noEmit across all packages
11```
12
13## Licensing
14
15This repo uses REUSE. Every file needs SPDX headers or a `.license` sidecar.
16Run `reuse lint` to verify. Each package has its own license — check the
17existing headers before adding files.
18
19## VCS
20
21This is a jj repo. Use kernel-style commit messages (imperative, 50-char
22subject, body explains what/why). Use the format script at
23`~/.config/agents/skills/formatting-commits/scripts/format` to validate
24subjects and reflow bodies.