Declares AGENTS.md the source of truth for agent instructions:
New AGENTS.md: compact working guide (commands, resolve/probe workflow, architecture, hard-earned adapter rules, conventions).
CLAUDE.md: header note deferring to AGENTS.md; kept as supplemental detail.
README.md: one-liner in ## Development pointing agents at AGENTS.md.
On conflict, AGENTS.md wins; executable sources win over all prose.
Verification
Docs-only change — no code touched, so typecheck/test/build are unaffected.
## What
Declares `AGENTS.md` the source of truth for agent instructions:
- New `AGENTS.md`: compact working guide (commands, resolve/probe workflow, architecture, hard-earned adapter rules, conventions).
- `CLAUDE.md`: header note deferring to `AGENTS.md`; kept as supplemental detail.
- `README.md`: one-liner in `## Development` pointing agents at `AGENTS.md`.
On conflict, `AGENTS.md` wins; executable sources win over all prose.
## Verification
Docs-only change — no code touched, so `typecheck`/`test`/`build` are unaffected.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What
Declares
AGENTS.mdthe source of truth for agent instructions:AGENTS.md: compact working guide (commands, resolve/probe workflow, architecture, hard-earned adapter rules, conventions).CLAUDE.md: header note deferring toAGENTS.md; kept as supplemental detail.README.md: one-liner in## Developmentpointing agents atAGENTS.md.On conflict,
AGENTS.mdwins; executable sources win over all prose.Verification
Docs-only change — no code touched, so
typecheck/test/buildare unaffected.