🤖 Teach agents to refine component descriptions - #651
Merged
Conversation
PR #651: 🤖 Teach agents to refine component descriptions2 files, +117 / -0 Scope✅ PR scope looks good. Structural✅ No structural bloat detected. Slop✅ Slop indicators look low. Static Analysis✅ Oxlint found no issues. CorrectnessNo extraneous code patterns detected. |
taras
force-pushed
the
codex/component-description-guidance
branch
from
August 29, 2026 01:37
cb8c1d3 to
464dc87
Compare
taras
marked this pull request as ready for review
August 29, 2026 01:37
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.
Why
The component-description rules and the interview that produced them existed
only in the session that refined PR #634. Without a durable repository guide,
later descriptions can drift back toward engine vocabulary, duplicated reference
fields and mechanism-first prose.
What changes
Before:
The general writing guide did not say how component descriptions differ from
specification prose, and the one-component-at-a-time refinement method was not
recorded.
After:
AGENTS.mdgives agents the concise mandatory rule and points to a new detailedguide.
.agents/component-descriptions.mdrecords the complete authoring rulesand the refinement interview used to apply them across a corpus.
Review guide
Start with:
AGENTS.mdunder “Component descriptions”Then review:
.agents/component-descriptions.md.Look carefully at:
without duplicating the whole guide.
xmd syntax#634: currentwording, intent, clearer proposal and focused feedback.
How to verify it
deno task lintexits 0 and confirms repository lint and formatting remaingreen. Existing warnings are unchanged by this documentation-only patch.
git diff --checkconfirms the two Markdown changes contain no whitespaceerrors.
AGENTS.mdresolves to.agents/component-descriptions.md.Scope
Included
AGENTS.md.Intentionally unchanged
a new language contract.
Scope confirmation