[taskboard] document control plane status and roadmap

This commit is contained in:
2026-03-07 12:39:11 -08:00
parent e20b0ba55c
commit e8e79c7b4c
5 changed files with 121 additions and 2 deletions

View File

@@ -29,6 +29,16 @@ It tracks and visualizes:
- `/wiki` - markdown-backed runbooks and generated docs
- `/usage` - usage aggregates from the local tracking table
## Control Plane Features
- typed fleet config and task template config
- dispatch lifecycle states and SQLite audit history
- OpenClaw swarm dispatch into `~/.clawdbot/active-tasks.json`
- ZeroClaw webhook dispatch for `grizzley` and `ice`
- failure queue and dispatch history views
- family-specific runtime views for OpenClaw and ZeroClaw
- architecture documentation rendered directly from tracked config
## Fleet Model
### OpenClaw
@@ -99,3 +109,8 @@ npm start
- The UI intentionally treats OpenClaw and ZeroClaw as separate families with different runtime and channel models.
- `ice` ZeroClaw remains tied to host-local secret/encryption state; the dashboard reads that runtime but does not attempt to rewrite it.
## Status Docs
- [Implementation status](./docs/IMPLEMENTATION_STATUS.md)
- [Roadmap](./docs/ROADMAP.md)