Turn the OpenCodeHub CLI into a Graphite-style terminal cockpit where stacked delivery, queue control, and review actions happen from one fast interactive surface.
- Root CLI command center polish
- PR, queue, inbox, and AI review terminal UI refresh
- Interactive
och focuscockpit - Reviewer shortcuts inside
och focus
Make the focus cockpit more useful for operators managing multiple repositories under one owner namespace:
- show queue pressure across sibling repositories directly inside
och focus - compare queued, ready, pending, and failed counts for nearby repositories in the same owner namespace
- keep the current repository visible in the same cross-repo pressure panel for fast comparison
- add filter and sort controls for the cross-repo queue pressure panel without leaving the focus loop
- add merge method selection directly in
focus - support branch checkout without leaving the focus loop
- support copying PR references for chat, issues, and release notes
- keep the current branch/PR lane visible after each action recap
- open full PR details in browser or terminal pager
- surface AI review severity and queue readiness inline in selection lists
- add richer reviewer load hints and queue lane metadata to selection lists
- keep diff previews readable without dropping out of the focus loop
- preview suggested stack ordering from the terminal
- apply stack order without leaving the CLI
- show parent-child transitions before rewriting stack metadata
- keep stack sync and submit flows aligned with the reordered result
- stack branch reordering helpers
- stacked PR submit/update preview
- branch parent reassignment from terminal
- stack health checks before submit and merge
- show stack submission gaps before push time
- highlight missing linked PR coverage in preview mode
- validate stack chain continuity after parent edits
- keep merge readiness and submit intent visible from one CLI surface
- cross-repo focus mode
- reviewer workload snapshot in terminal
- queue bottleneck summary across repositories
- schedule and preset visibility from CLI
- stable JSON output for all focus sub-surfaces
- non-interactive single-action flags for CI and shell aliases
- clipboard/browser fallbacks with clearer OS detection
- action audit summaries for terminal workflows
- every shortcut must keep the user in one command loop
- every action must return a clear recap panel
- interactive mode must stay safe and recoverable after failures
- non-interactive and JSON modes must remain script-friendly
- build and tests must stay green after each phase