OpenClawDashboard/bridge
Manohar 1a8358bb6a feat(bridge): real sub-agent spawning (replaces spawn.ts placeholder)
- lib/agents.ts: canonical specialist registry (cody/ethan/cathy/elon),
  legacy alias normalization (coder/researcher/writer/pm), personas,
  documented upgrade path to true per-agent OpenClaw config
- spawn.ts: executes isolated OpenClaw sessions via docker exec with
  temp-file message transport, tracks runs in the executions table,
  serializes turns (MAX_CONCURRENT=1, RAM-constrained host), reports
  completion to Telegram via /tiger/notify
- new: GET /runs, GET /runs/:id for dashboard status
2026-06-10 02:46:48 +00:00
..
src feat(bridge): real sub-agent spawning (replaces spawn.ts placeholder) 2026-06-10 02:46:48 +00:00
.gitignore feat: complete Tiger dashboard implementation 2026-04-12 23:27:51 +05:30
package-lock.json chore(bridge): dependency updates for new route surface 2026-06-05 19:49:23 +00:00
package.json chore(bridge): dependency updates for new route surface 2026-06-05 19:49:23 +00:00
tsconfig.json feat: complete Tiger dashboard implementation 2026-04-12 23:27:51 +05:30