Commit Graph

6 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
c8e9377afc Add interactive task management UI to dashboard
Create/claim/complete tasks and add workstreams directly from the browser.
Inline forms, modals, and action buttons all backed by existing REST API.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 09:11:38 +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
OpSpawn Agent
4dd8ea3bac v1.1: Configurable data dir, tests (38 passing), npm package metadata, MIT license 2026-02-06 08:10:53 +00:00
OpSpawn Agent
a659c4ca50 Add README with docs, examples, and architecture overview
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 07:47:39 +00:00
OpSpawn Agent
53ed93059c OpSpawn Orchestrator v1.0: Agent coordination system
- Shared state management (workstreams, tasks, agents)
- Event logging (append-only JSONL)
- Resource locking with TTL
- Knowledge base (file-based)
- CLI tool for all operations
- Cycle runner for planning and briefing sub-agents
- Status dashboard

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 07:46:53 +00:00