-
Notifications
You must be signed in to change notification settings - Fork 1
chore: remove test-generator agent and references; update docs and te… #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -163,13 +163,13 @@ Installation creates `.claude/playbook.json` with a starter structure: | |
| { | ||
| "metadata": { | ||
| "total_bullets": 21, | ||
| "sections_count": 9, | ||
| "sections_count": 10, | ||
| "top_k": 5 | ||
| } | ||
| } | ||
| ``` | ||
|
|
||
| **9 Pattern Categories:** | ||
| **10 Pattern Categories:** | ||
|
||
|
|
||
| 1. ARCHITECTURE_PATTERNS | ||
| 2. IMPLEMENTATION_PATTERNS | ||
|
|
@@ -180,6 +180,7 @@ Installation creates `.claude/playbook.json` with a starter structure: | |
| 7. CODE_QUALITY_RULES | ||
| 8. TOOL_USAGE | ||
| 9. DEBUGGING_TECHNIQUES | ||
| 10. CLI_TOOL_PATTERNS | ||
|
|
||
| **top_k = 5:** Actor receives only the 5 most relevant patterns per task (reduces cognitive load) | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The workflow step renumbering from 3.1.3 to 2.5 is unrelated to the test-generator removal. This change, along with the mermaid diagram updates and logging event name changes, should be in a separate PR focused on workflow clarification rather than mixed with the agent removal.