orchestrator/package.json
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

13 lines
226 B
JSON

{
"name": "orchestrator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}