Description
Add parsec ci [ticket] to check CI pipeline status without leaving the terminal.
Details
parsec ci — show CI status for current worktree's PR
parsec ci <ticket> — show CI status for a specific ticket's PR
parsec ci --watch — watch CI in real-time until completion
parsec ci --all — show CI status for all shipped PRs
Replaces
gh run list --branch <branch>
gh run watch <run-id>
gh pr checks <pr>
Implementation
- Use GitHub REST API to fetch workflow runs and check statuses
- Color-coded output (green/yellow/red for pass/pending/fail)
- Real-time watch mode with refresh interval
Priority
High — most frequent tool-switch during development
Description
Add
parsec ci [ticket]to check CI pipeline status without leaving the terminal.Details
parsec ci— show CI status for current worktree's PRparsec ci <ticket>— show CI status for a specific ticket's PRparsec ci --watch— watch CI in real-time until completionparsec ci --all— show CI status for all shipped PRsReplaces
gh run list --branch <branch>gh run watch <run-id>gh pr checks <pr>Implementation
Priority
High — most frequent tool-switch during development