You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add report state tracking for workflow management
Track the lifecycle of SDK diff reports and clusters:
- new: Just generated, needs attention
- reviewed: Human/agent has looked at it
- in_progress: Agent is actively working on it
- implemented: SDK changes made (with PR reference)
- skipped: No action needed
Usage:
# Mark cluster as reviewed
python sdk_report_state.py mark --cluster openapi-foo --status reviewed --by "user:john"
# Mark as implemented with PR link
python sdk_report_state.py mark --cluster openapi-foo --status implemented --pr 123
# See what needs attention
python sdk_report_state.py needs-attention
State is stored in .github/sdk-report-state.json and auto-committed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments