agentic-os/scripts
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
..
analyze_agent_time.py Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
bg_audit_stats.py fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
integrity_check.py chore: finish stale-reference cleanup + add hourly integrity checker 2026-07-26 11:06:48 -07:00
update-api-docs.py Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00