Outcome
Evolve the CLI through a staged product-polish program, from low-friction context entry and session continuity to inspectable autonomous execution. Each stage must remain terminal-native, keyboard-first, deterministic, and evidence-backed.
Product principles
- Reuse existing session, command, approval, evidence, and telemetry contracts instead of creating parallel state.
- Implement capabilities independently; do not copy third-party source, branding, artwork, or interaction text.
- Preserve user-owned Git and workspace changes. Destructive or ambiguous actions fail closed.
- Bind behavioral evidence to the exact pull-request head SHA.
- Keep narrow terminals, no-color mode, screen readers, and non-interactive behavior usable.
Delivery sequence
Foundation
- Workspace file and directory references in the composer.
- Interactive session discovery and exact-session resume.
- Local redacted session export.
Control
- Safe one-turn undo and redo.
- Side questions that do not disturb the main task.
- Inspectable session activity and efficiency statistics.
Advanced
- Workspace-bound language-server readiness and diagnostics.
- Background task monitoring, cancellation, and receipts.
Definition of done
Every child ships through Issue -> lease -> branch -> commits -> PR -> required checks -> head-bound terminal/tmux E2E -> merge -> post-merge dogfood -> cleanup. Completion requires real interaction evidence, no fabricated telemetry, released leases, closed labels, a clean workspace, and main equal to origin/main.
Outcome
Evolve the CLI through a staged product-polish program, from low-friction context entry and session continuity to inspectable autonomous execution. Each stage must remain terminal-native, keyboard-first, deterministic, and evidence-backed.
Product principles
Delivery sequence
Foundation
Control
Advanced
Definition of done
Every child ships through Issue -> lease -> branch -> commits -> PR -> required checks -> head-bound terminal/tmux E2E -> merge -> post-merge dogfood -> cleanup. Completion requires real interaction evidence, no fabricated telemetry, released leases, closed labels, a clean workspace, and main equal to origin/main.