fix: update CLAUDE.md with accurate codebase info, add BOOKMARKS.md#336
fix: update CLAUDE.md with accurate codebase info, add BOOKMARKS.md#336jeremyeder merged 3 commits intomainfrom
Conversation
Fixes #327 - CLAUDE.md was outdated with multiple inaccuracies: - Tier weights corrected to 55/27/15/3 (was 50/30/15/5) - Python version corrected to >=3.12 (was 3.11+) - CI/CD section updated to reflect 16 workflows (was "manual") - Bootstrap/Align shown as implemented commands (were "planned") - Architecture tree now includes all directories (fixers, github, utils) - Removed phantom GITHUB_ISSUES.md reference - Corrected contracts path to specs/001-agentready-scorer/contracts/ - Removed incorrect "9/31 stub assessors" claim (all 25 implemented) Optimized CLAUDE.md from 457 to 131 lines (71% reduction) for agent context window efficiency. Detailed navigation moved to BOOKMARKS.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
📈 Test Coverage Report
Coverage calculated from unit tests only |
Outdated review (click to expand)Outdated review (click to expand)Outdated review (click to expand)AgentReady Code Review — PR #336Reviewer: Claude Sonnet 4.6 | Date: 2026-03-05 SummaryThis PR reduces CLAUDE.md from 456 to 131 lines (71% reduction) and adds a new AgentReady Attribute ComplianceAffected attribute: Factual Corrections — All Verified
Minor Inaccuracy: Assessor CountCLAUDE.md footer states "25 assessors" and
The actual instantiated list in BOOKMARKS.md Path Accuracy (spot-checked)
Suggestion: Missing
|
| Attribute | Before | After | Delta |
|---|---|---|---|
claude_md (Tier 1, 10% weight) |
Partial pass — stale, inaccurate content | Full pass — accurate, lean | Up |
| Overall | 80.0/100 | >=80.0/100 | Marginal improvement |
Verdict
Approve — Factual corrections verified against codebase, structural split (BOOKMARKS.md) is sound, no regressions introduced.
Suggested follow-ups (non-blocking):
- Fix
default-weights.yamlcomment:"23 attributes (updated from 25)"->"25 attributes" - Add
docs/user-guide.mdto BOOKMARKS.md Core Documentation table - Remove or auto-generate the hardcoded footer stats in CLAUDE.md
Review generated by AgentReady review-agentready skill
Signed-off-by: Kamesh Akella <kakella@redhat.com>
Outdated review (click to expand)Outdated review (click to expand)AgentReady Code Review (test) |
|
Full review content to follow |
Description
Optimized CLAUDE.md from 457 to 131 lines (71% reduction) for agent context window efficiency. Detailed navigation moved to BOOKMARKS.md.
Type of Change
Related Issues
Fixes #327 - CLAUDE.md was outdated with multiple inaccuracies: