608 B
608 B
| description |
|---|
| Claim an epic issue, stamp coordination state, and sync local ownership. |
/epic-claim
Claim one epic issue as the source of truth for a unit of work.
Use the coordination script:
node scripts/github-coordination.js claim <issue-number> --repo <owner/repo> --actor <login>
What this does:
- Loads the issue body and coordination block.
- Marks the epic as claimed in GitHub issue state.
- Updates labels and the local SQLite cache.
- Appends an audit comment for the claim.
Compatibility aliases:
/orch-add-feature/orch-change-feature/prp-implement