## Description Implement the Bubble Tea application shell with step-based wizard navigation. ## Acceptance Criteria - [ ] Bubble Tea main model with step state machine - [ ] Forward/back navigation between wizard steps - [ ] Progress indicator showing current step - [ ] Keyboard shortcuts: Tab/Shift-Tab, Enter to advance, Esc to go back - [ ] Clean exit handling (Ctrl+C confirmation) - [ ] `internal/wizard` manages flow logic; `internal/tui` renders views ## Tech - `charmbracelet/bubbletea` for the main loop - `charmbracelet/lipgloss` for styling - `charmbracelet/bubbles` for reusable components
Description
Implement the Bubble Tea application shell with step-based wizard navigation.
Acceptance Criteria
internal/wizardmanages flow logic;internal/tuirenders viewsTech
charmbracelet/bubbleteafor the main loopcharmbracelet/lipglossfor stylingcharmbracelet/bubblesfor reusable components