Phase 7: Ship
The Ship phase is the final gate. The agent classifies risk and only auto-merges when it’s safe.
What happens
Section titled “What happens”- Risk classification — Categorize the change (low/medium/high)
- Final verification — One last check that everything passes
- Create PR — With structured summary and test evidence
- Merge decision — Auto-merge low-risk, request review for elevated risk
- Clean up — Delete branch/worktree, update tracking
hs-shipRisk levels
Section titled “Risk levels”| Risk | Criteria | Action |
|---|---|---|
| Low | Docs, typos, config | Auto-merge |
| Medium | New features, refactors | Request review |
| High | Breaking changes, security | Block until approved |