The file refuses to copy versions, rule lists, or counts that will go stale. Later sections follow through: the root package file owns scripts, and one validation command replaces a copied list of lint rules.
AGENTS.mdL4–5
Source excerpt starting at line 4.
4monorepo. Prefer authoritative configuration and documentation over copying5details into this file: copied versions, rule lists, and counts become stale.
The command prefix section gives common examples, then points at the array in the router as authoritative, with the stated reason that a second copy drifts.
AGENTS.mdL57
Source excerpt starting at line 57.
57Do not maintain a second exhaustive prefix list here. Consult
The guide names the file that pins the toolchain and the manager that installs it. This avoids maintaining a second list of current versions inside the instructions.
AGENTS.mdL22–25
Source excerpt starting at line 22.
22- Tool versions (bun, pnpm, node, moon, gh) are pinned in `.prototools` and23 managed by [proto](https://moonrepo.dev/docs/proto); run `proto use` if a tool24 is missing or a pin changed. Never install toolchain versions globally; bump25 pins only in `.prototools`.