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
Owner

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.

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.
johnride added 1 commit 2026-05-29 13:22:31 +00:00
docs(agents): lead with the minimalism / DRY / anti-bloat bar
All checks were successful
Run Check Script / check (pull_request) Successful in 2m20s
164f1ede88
Rewrite AGENTS.md (CLAUDE.md symlinks to it) 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.
johnride force-pushed docs/agents-minimal from 164f1ede88 to 224d60907d 2026-05-29 13:26:22 +00:00 Compare
johnride merged commit 1dafd61bfe into master 2026-05-29 13:26:31 +00:00
johnride deleted branch docs/agents-minimal 2026-05-29 13:26:31 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: NationTech/harmony#309
No description provided.