docs: Slim documentation by 49% and fix coverage gaps#50
Conversation
- CLAUDE.md: 364 → 165 lines (-55%) - Move design philosophy up front - Add "Adding New Endpoints" checklist - Remove exhaustive tool/CLI lists (point to guide.md) - Consolidate architecture and naming conventions - README.md: 285 → 157 lines (-45%) - Replace 77-line MCP tool tables with compact summary table - Add missing RFC #41 agent tracking (agents CLI + get_agent_activity) - Point to guide.md for detailed tool reference - guide.md: 402 → 218 lines (-46%) - Add 3 missing tools: sample_sequences, detect_parallel_sessions, get_handoff_context - Remove "Session Discovery and Drill-In" (duplicated Broad→Narrow workflow) - Replace 120-line "Common Patterns" with 35-line "Reference" section - Merge Best Practices + Tips + Data Details into compact sections All 28 MCP tools and 27 CLI commands now documented consistently. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Code ReviewSummaryThis PR consolidates documentation across three files (CLAUDE.md, README.md, guide.md), reducing total lines by ~49% while fixing coverage gaps for 3 missing tools and RFC #41 agent tracking. The changes appropriately centralize detailed tool documentation in guide.md while keeping high-level reference information in README.md and contributor guidance in CLAUDE.md. Issues FoundCriticalNone ImportantNone Suggestions
VerdictREQUEST_CHANGES - Two minor suggestions for documentation completeness. Automated review by Claude Code |
Address reviewer feedback from PR #50. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Feedback AddressedImplemented
Skipped
|
Code ReviewSummaryThis PR consolidates documentation across CLAUDE.md, README.md, and guide.md, reducing total lines by ~49% while fixing coverage gaps for 3 missing tools and RFC #41 agent tracking. The previous feedback has been addressed: VerdictAPPROVE - Previous feedback addressed. Documentation is now more focused with detailed API reference centralized in guide.md, while keeping essential contributor guidance in CLAUDE.md and user-facing summaries in README.md. Automated review by Claude Code |
Summary
Changes by File
CLAUDE.md (364 → 165 lines, -55%)
README.md (285 → 157 lines, -45%)
agentsCLI +get_agent_activity)guide.md (402 → 218 lines, -46%)
sample_sequences,detect_parallel_sessions,get_handoff_contextWhat Was Kept
Test plan
🤖 Generated with Claude Code