init
Create or update AGENTS.md for this repository.
The goal is a compact instruction file that helps future coding agent sessions avoid mistakes and ramp up quickly. Every line should answer: "Would an agent likely miss this without help?" If not, leave it out.
User-provided focus or constraints (honor these):
How to investigate
Read the highest-value sources first:
README*, root manifests, workspace config, lockfiles- build, test, lint, formatter, typecheck, and codegen config
- CI workflows and pre-commit / task runner config
- existing instruction files (
AGENTS.md,CLAUDE.md,.cursor/rules/,.cursorrules,.github/copilot-instructions.md)
If architecture is still unclear after reading config and docs, inspect a small number of representative code files to find the real entrypoints, package boundaries, and execution flow. Prefer reading the files that explain how the system is wired together over random leaf files.
Prefer executable sources of truth over prose. If docs conflict with config or scripts, trust the executable source and only keep what you can verify.