docs(agents): add simplicity + symmetric-defense conventions#267
Open
mgoldsborough wants to merge 1 commit into
Open
docs(agents): add simplicity + symmetric-defense conventions#267mgoldsborough wants to merge 1 commit into
mgoldsborough wants to merge 1 commit into
Conversation
Six new convention bullets distilled from PR #265's QA round trips: - Less code is the goal — name the scenario each check prevents - Symmetric defense — parallel paths get the same gates - Refuse on conflict, never auto-merge — refusal is recoverable - Allowlist over denylist for safety gates — future fields default to safe - Prefer fixing the cause over a bandaid — heals are tech debt by construction - Re-read PR body against diff before opening — pre-empts the drift findings Each is concrete and references the pattern site. Captures the lessons that took multiple QA rounds to surface in this session so the next PR can apply them at write time rather than discover them at review time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Six new convention bullets in `AGENTS.md` distilled from the QA round trips on PR #265 (heal-truncated-personal-workspaces). Captures the lessons that took multiple QA rounds to surface so the next PR can apply them at write time rather than discover them at review time.
Each bullet is short, concrete, and references a real pattern site where applicable. Matches the existing AGENTS.md voice (short imperative bullets, no preamble).
Test plan
Related