agentic-os/brain
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
..
archive Agentic OS: staged brain entries, kanban tasks, devops-audit report, and config updates 2026-07-18 23:15:58 -07:00
graph fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
journal Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
active-projects.md fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
agent-learnings.md fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
business-brain.md feat: continuous-learning loop for the central brain 2026-07-26 15:07:40 -07:00
constitution.md Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
constraints.md Sanitize personal information from repo files 2026-06-05 16:38:47 +05:30
github-activity.md fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
health-report.md fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
identity.md Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
log.md Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
memory.md feat: continuous-learning loop for the central brain 2026-07-26 15:07:40 -07:00
recent-decisions.md docs: refresh stale references (repo, location, ports) 2026-07-26 11:04:48 -07:00
skill-usage.md fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00