fix(docs): refresh stale references and wire decision card rendering

- npm/codewhale/README.md: remove DeepSeek-first language
- docs/INSTALL.md: scoop install codewhale (not deepseek-tui)
- Wire decision card overlay rendering in main render loop
- Decision cards now appear centered on transcript when active
This commit is contained in:
Hunter Bown
2026-05-24 04:31:35 -05:00
parent 78d72842c3
commit 54698849c8
4 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ The `codewhale` package is listed in Scoop's main bucket:
```powershell
scoop update
scoop install deepseek-tui
scoop install codewhale
codewhale --version
```