Skip to content

docs: update all docs for scrum master agent and sprint-based resume#204

Open
shivchander wants to merge 1 commit into
mainfrom
fix/docs-scrummaster-200
Open

docs: update all docs for scrum master agent and sprint-based resume#204
shivchander wants to merge 1 commit into
mainfrom
fix/docs-scrummaster-200

Conversation

@shivchander
Copy link
Copy Markdown
Collaborator

Closes #200

Summary

  • Update agent count across all docs (README, architecture, index, contributing, ace, self-improvement)
  • Add Scrum Master to agent rosters, tables, and architecture diagram
  • Replace old factory checkpoint/factory resume CLI references with factory log
  • Add crash-resilient resume feature description to README
  • Remove hardcoded agent counts ("7 roles", "8 specialists") in favor of flexible language
  • Update checkpoint.pycheckpoint_hook.py in module reference tables

7 files changed, +23/-16. Pure documentation — no code changes.

🤖 Generated with Claude Code

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
Copy link
Copy Markdown

codecov Bot commented May 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.97%. Comparing base (f72f5e6) to head (c658616).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@shivchander shivchander requested a review from akashgit May 9, 2026 01:45
Copy link
Copy Markdown
Owner

@akashgit akashgit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.pycheckpoint_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.

Fix #1 and #2 and this is good to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: update README and docs for Scrum Master agent and sprint-based resume

2 participants