docs: update all docs for scrum master agent and sprint-based resume#204
docs: update all docs for scrum master agent and sprint-based resume#204shivchander wants to merge 1 commit into
Conversation
Closes #200 - Update agent count from 8/7 to 9/10 across README, architecture, index, contributing, ace, and self-improvement docs - Add Scrum Master to agent rosters and tables - Replace old checkpoint CLI commands with factory log in README - Add crash-resilient resume feature description - Add scrummaster node to architecture.d2 diagram - Remove hardcoded agent counts in favor of "all agent roles" - Update checkpoint.py reference to checkpoint_hook.py in module tables Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #204 +/- ##
=======================================
Coverage 86.97% 86.97%
=======================================
Files 51 51
Lines 7276 7276
=======================================
Hits 6328 6328
Misses 948 948 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
akashgit
left a comment
There was a problem hiding this comment.
Review
Good intent — mostly mechanical updates. A few issues to fix before merging:
1. Wrong filename rename. docs/architecture.md and docs/contributing.md rename checkpoint.py → checkpoint_hook.py in the module reference tables, but the actual file is still factory/checkpoint.py. The docs will reference a file that doesn't exist.
2. Disconnected diagram node. The .d2 file adds the Scrum Master node but no edges connect it to the CEO or any other node. It'll render as a floating box. Need to add connection lines (e.g., ceo -> agents.scrummaster).
3. Minor inconsistency. docs/contributing.md directory tree says "Agent role prompts (10 roles)" — technically correct (9 specialists + CEO prompt), but every other doc says "nine specialists." Consider "(9 specialists + CEO)" for clarity, or just drop the count.
Closes #200
Summary
factory checkpoint/factory resumeCLI references withfactory logcheckpoint.py→checkpoint_hook.pyin module reference tables7 files changed, +23/-16. Pure documentation — no code changes.
🤖 Generated with Claude Code