docs(agents): lead with the minimalism / DRY / anti-bloat bar #309

Merged
johnride merged 1 commits from docs/agents-minimal into master 2026-05-29 13:26:31 +00:00

1 Commits

Author SHA1 Message Date
224d60907d docs(agents): lead with the minimalism / DRY / anti-bloat bar
All checks were successful
Run Check Script / check (pull_request) Successful in 2m20s
Rewrite AGENTS.md to open with a blunt,
non-negotiable engineering bar: match the implementation to the real
complexity of the problem, DRY in the purest sense (one authoritative
representation; the trust-boundary discriminator for what is and isn't
duplication), no speculative abstraction (Rule of Three / YAGNI), no
ceremony, core logic in one cohesive home (no leaking into external
modules), WHY-only comments. Applies to all agent output — code, tests,
docs, commits, replies. Reference sections compressed; 171 -> fewer
lines, strictly more pointed.
2026-05-29 09:25:47 -04:00