agentic-os/skills
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
..
_template Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
audit-test-plugin fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
backup-skill fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
brainstorming fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
code-review fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
codebase-inspection-loop fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
content-draft fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
cost-analytics fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
daily-standup fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
devops-audit fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
goal-planner fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
heartbeat fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
meeting-minutes fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
memory-consolidation fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
multi-agent-run fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
multi-angle-orchestration fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
project-planner fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
research-synthesis fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
systematic-debug fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
tdd-cycle fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
test-plugin fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed 2026-08-02 15:47:19 -07:00
firebase-ai-logic-basics Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
firebase-app-hosting-basics Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
firebase-auth-basics Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
firebase-basics Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
firebase-crashlytics Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
firebase-data-connect Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
firebase-firestore Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
firebase-hosting-basics Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
firebase-remote-config-basics Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
firebase-security-rules-auditor Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
notion-knowledge-capture Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
xcode-project-setup Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00