docs(agents): lead with the minimalism / DRY / anti-bloat bar #309
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/agents-minimal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
164f1ede88to224d60907d