# Release Checklist ## App Sanity - [ ] App boots without errors - [ ] Shell session created on launch - [ ] Raw command mode executes commands - [ ] Semantic mode generates and reviews plans - [ ] History persists across restart - [ ] Settings persist across restart ## Quality - [ ] `pnpm typecheck` passes - [ ] `pnpm test` passes - [ ] `cargo test` passes (in src-tauri) - [ ] Smoke test checklist completed ## Docs - [ ] README current - [ ] Known limitations updated - [ ] Developer setup verified