What's New
New /spex:clear command
- Clears stuck flow/ship state and dismisses the status line
- Removes stale lock files from crashed runs
- Safe: does not touch specs, config, or git state
Finish: existing PR detection
- Detects open PRs for the current branch via
gh pr view - Shows "Push to PR #N" instead of "Push and create PR" when a PR already exists
--create-prflag also routes to the existing PR when one is found
Spec review: auto-fix offer
- After review, offers to fix Important issues directly in the spec
- When Minor issues also exist, offers "Fix Important" or "Fix all (Important + Minor)"
- Minor-only findings get their own fix prompt
- Autonomous mode fixes all issues automatically