tui: fix task status to show current tool state from message store
This commit is contained in:
parent
6c9b2c37a5
commit
83d0e48e38
3 changed files with 22 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue