fix(cli-agent-readiness-reviewer): remove top-5 cap on improvements (#419)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-03-27 19:55:43 -07:00
committed by GitHub
parent ccb371e0b7
commit 16eb8b6607

View File

@@ -296,11 +296,16 @@ Treat fixed thresholds as heuristics, not laws. A default above roughly 500 line
[repeat for each principle] [repeat for each principle]
### Highest-Impact Improvements ### Prioritized Improvements
1. <highest-impact improvement with framework-specific implementation guidance> Include every finding from the detailed section, ordered by impact. Do not cap at 5 — list all actionable improvements. Each item should be self-contained enough to act on: the problem, the affected files or commands, and the specific fix.
1. **<short title>**
<affected files or commands>. <what to change and how, using framework-idiomatic guidance>
2. ... 2. ...
...continue until all findings are listed
### What's Working Well ### What's Working Well
- <positive patterns worth preserving, including framework defaults being used correctly> - <positive patterns worth preserving, including framework defaults being used correctly>