docs: expand AGENTS.md with actionable contributor guidance#116
Draft
Tyler-R-Kendrick wants to merge 1 commit into
Draft
docs: expand AGENTS.md with actionable contributor guidance#116Tyler-R-Kendrick wants to merge 1 commit into
Tyler-R-Kendrick wants to merge 1 commit into
Conversation
- Expand git usage section with rationale and consequences - Add comprehensive agent-skills workflow setup guide - Clarify 100% test coverage requirement with pytest-cov details - Add scaffolding examples for Python, Node.js, .NET, and skills - New: Visual Validation section with Playwright examples and PR integration - Add table of contents for improved scannability - Grow from 21 lines to 362 lines with concrete step-by-step guidance Validation: All 856 tests pass. Five test scenarios covering common contributor friction points now have clear answers. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Overview
Optimized AGENTS.md from a minimal 21-line document into a comprehensive, actionable guide for contributors. The original document was terse and left many implementation details ambiguous.
Target File
AGENTS.md(repository root)Workspace
.trainer-workspace/AGENTS/Key Improvements
1. Git Usage Section
git mvpreserves file history2. Agent-Skills Workflow (NEW comprehensive section)
3. Code Development & Testing (EXPANDED)
4. Scaffolding (EXPANDED)
5. Visual Validation (NEW section)
Validation
Test Scenarios Addressed
Files Modified
AGENTS.md: Expanded from 21 to 362 linesArtifacts in Workspace
.trainer-workspace/AGENTS/engineer-prompt/review.md.trainer-workspace/AGENTS/iterations/iteration-1/synthesize/{train,val}.jsonl.trainer-workspace/AGENTS/iterations/iteration-1/optimize/optimized-prompt.md.trainer-workspace/AGENTS/decision.md.trainer-workspace/AGENTS/iterations/iteration-1/validation/pytest.txtWhy This Optimization
The expanded AGENTS.md directly addresses the most common contributor friction points identified in the engineer-prompt review. Each section now includes rationale, concrete examples, and step-by-step instructions that remove ambiguity.