Skip to content

Commit 69aa6d8

Browse files
bricefclaude
andcommitted
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>
1 parent e5819c3 commit 69aa6d8

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

TODO.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,24 @@ Outstanding tasks and known issues. See [docs/plans/active/](docs/plans/active/)
1010
## TUI
1111

1212
- [ ] 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
1315
- [ ] Dependency tree visualisation in task detail view
1416
- [ ] Mouse support (using [bubblezone](https://github.com/lrstanley/bubblezone))
1517

1618
See also [TUI improvements plan](docs/plans/active/2026-03-31-tui-improvements.md) for page scrolling, searchable selectors, @me shortcut, and take action.
1719

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-
2420
## Done
2521

2622
- [x] MCP server with auto-derived tools, resources, notifications, whoami, task_ref
2723
- [x] TUI global event stream with per-board ring buffers
2824
- [x] Structured error responses with available transitions on failure
25+
- [x] Transition error context — error messages include available transitions in all clients
2926
- [x] Batch operations (POST /batch)
3027
- [x] Webhook dispatch with HMAC-SHA256 signatures
3128
- [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
3330
- [x] Idempotency keys for safe retries
3431
- [x] List view with sortable columns
3532
- [x] Workflow graph visualisation
33+
- [x] Board overview endpoint (board_overview Resource)

0 commit comments

Comments
 (0)