lil reentrant
67ba340105
feat: Task board with agent execution, drag-and-drop, and proposals ( #61 )
...
feat: Task board with agent execution, drag-and-drop, and proposals
- Full kanban board with 5 columns (Backlog, Todo, In Progress, Review, Done)
- Task CRUD with CAS versioning and optimistic conflict recovery
- Drag-and-drop reordering with dnd-kit (optimistic rollback on failure)
- Agent execution: spawn sessions via gateway, poll for completion, auto-move to review
- Workflow actions: execute, approve, reject, abort with notes
- Agent marker proposals: agents create/update tasks via output markers
- Proposal inbox with approve/reject popover
- Workspace quick view tab with click-to-open-board
- Board config: columns, default model, proposal policy
- Search, priority filters, stats chips
- Comprehensive docs: API, architecture, config, agent markers
- 221 tests (store, routes, parser)
2026-03-01 16:15:09 +03:00
daggerhashimoto
1acc88dd08
docs: add updater documentation and v1.4.0 changelog
...
- New docs/UPDATING.md: CLI flags, exit codes, flow diagram, rollback,
health checks, state files, troubleshooting
- CHANGELOG.md: cut v1.4.0 release (updater + memory filename fix)
- ARCHITECTURE.md: updater module table, tsconfig.bin.json, updated
test file inventory (14 → 48 files)
- CONFIGURATION.md: updater state paths (~/.nerve/updater/)
- TROUBLESHOOTING.md: update/rollback section, removed stale desktop-only note
- docs/README.md: added UPDATING.md link
2026-02-26 20:36:19 +01:00