agentic-os/dashboard
Austin dc964c2440 fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed
- Frontend Delete button (kanban.js) called DELETE /api/kanban/tasks/{id}
  but no such route existed; FastAPI returned 405 Method Not Allowed,
  so tasks (including 'done' ones) could never be deleted from the board.
- Added the missing route: removes the task's JSON file, cleans up any
  links on other tasks that pointed to it (no orphaned parent/child
  pointers), audits the action, returns {status:deleted}.
- Verified end-to-end against the running server (create -> delete -> 404).

Also captures current working state across brain/, skills/, agents/,
data/, tests/, and docs.
2026-08-02 15:47:19 -07:00
..
assets fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
pages fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
AGENT_TIME_MONITOR.md Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
api.js feat(orchestration): multi-angle workflow — 5+ parallel subagents, converge, log + index runs 2026-07-25 18:07:51 -07:00
app.js Security & polish: untrack settings.json, fix CORS, remove broken og:image, replace console.error with toast 2026-05-18 01:32:24 +05:30
index.html fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
serve_monitor.py Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
start-monitor.sh Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
styles.css fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
test.html Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
utils.js fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00