Commit Graph

2 Commits

Author SHA1 Message Date
OpSpawn Agent
3301dfa081 KB viewer/editor: full CRUD UI, DELETE API, 41 tests
Add knowledge base management to dashboard: clickable topic tags,
inline content viewer, edit/create modal, delete with confirmation.
New DELETE /api/knowledge/:topic endpoint and deleteKnowledge() function.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 09:24:19 +00:00
OpSpawn Agent
9b7816d5d5 Orchestrator v1.2: Web dashboard and HTTP API
Add real-time web dashboard (dashboard.html) and HTTP API server (server.js).
18 REST endpoints expose all orchestrator operations. Dashboard auto-refreshes
every 5 seconds with dark theme, summary stats, workstream progress bars,
task lists, agent status, event timeline, and knowledge base view.
Zero external dependencies - uses Node.js built-in http module.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 08:32:48 +00:00