tui: fix task status to show current tool state from message store

This commit is contained in:
Dax Raad
2026-02-01 20:52:17 -05:00
parent 6c9b2c37a5
commit 83d0e48e38
3 changed files with 22 additions and 8 deletions

View File

@@ -12,6 +12,7 @@
- Prefer single word variable names where possible
- Use Bun APIs when possible, like `Bun.file()`
- Rely on type inference when possible; avoid explicit type annotations or interfaces unless necessary for exports or clarity
- Prefer functional array methods (flatMap, filter, map) over for loops; use type guards on filter to maintain type inference downstream
### Avoid let statements