Add command interface and status indicator.

This commit is contained in:
Drew 2026-02-24 14:23:33 -08:00
parent 5cb6647513
commit 7b9525ef95
7 changed files with 358 additions and 22 deletions

View file

@ -28,7 +28,6 @@
- Key dispatch: correct handler called per mode
- Command parser: `:quit`, `:clear`, `:q`, unknown command
- Scroll clamping: j/k at boundaries, G/gg
- `insta` snapshot tests: mode indicator rendering for each mode, layout with status bar
- Existing Phase 1 input tests still pass (insert mode behavior unchanged)
## Phase 3: Tool Execution