You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update TODO.md: mark completed items, consolidate TUI section
- Transition error context: done (error messages include available
transitions in all clients)
- Board overview endpoint: done (model Resource exists)
- Cross-board @me filter: done for API/CLI, TUI item remains
- Consolidate cross-surface items into TUI section since remaining
work is all TUI/dashboard UI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: TODO.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,24 @@ Outstanding tasks and known issues. See [docs/plans/active/](docs/plans/active/)
10
10
## TUI
11
11
12
12
-[ ] Filter bar: filter tasks by assignee, priority, tags, state — applies to both kanban and list views
13
+
-[ ] "My tasks" mode in TUI: dedicated view or filter for `@me` tasks (API and CLI already support it)
14
+
-[ ] Board overview in TUI board selector: show task counts by state when selecting a board
13
15
-[ ] Dependency tree visualisation in task detail view
14
16
-[ ] Mouse support (using [bubblezone](https://github.com/lrstanley/bubblezone))
15
17
16
18
See also [TUI improvements plan](docs/plans/active/2026-03-31-tui-improvements.md) for page scrolling, searchable selectors, @me shortcut, and take action.
17
19
18
-
## Cross-surface
19
-
20
-
-[ ] "My tasks" view: integrate cross-board `@me` filter into TUI (new tab or filter mode) and dashboard
21
-
-[ ] Board overview in TUI board selector: show task counts by state when selecting a board
22
-
-[ ] Transition error context in CLI/TUI: show available transitions in error messages (API already returns them)
23
-
24
20
## Done
25
21
26
22
-[x] MCP server with auto-derived tools, resources, notifications, whoami, task_ref
27
23
-[x] TUI global event stream with per-board ring buffers
28
24
-[x] Structured error responses with available transitions on failure
25
+
-[x] Transition error context — error messages include available transitions in all clients
29
26
-[x] Batch operations (POST /batch)
30
27
-[x] Webhook dispatch with HMAC-SHA256 signatures
31
28
-[x]@me actor alias for self-assignment
32
-
-[x] Cross-board task search (GET /tasks)
29
+
-[x] Cross-board task search (GET /tasks) with @me filter support
0 commit comments