Files
openclaw-taskboard/docs/ROADMAP.md

1.6 KiB

Taskboard Roadmap

Next

  1. Add execution-state sync for OpenClaw swarm tasks.

    • Read ~/.clawdbot/active-tasks.json
    • Detect queued, running, and completed
    • Reflect those states back into taskboard tasks automatically
  2. Add remote completion callbacks for ZeroClaw.

    • Accept structured webhook acknowledgements
    • Persist remote execution summaries
    • Auto-transition tasks to acknowledged or completed
  3. Expand direct host operations beyond the first safe action set.

    • add more read-only Proxmox actions
    • add richer TrueNAS storage, share, and snapshot checks beyond the dataset audit
    • add more Home Assistant supervisor and add-on checks
  4. Add operator controls for swarm execution.

    • launch queued task
    • stop task
    • nudge task
    • open session/log link
  5. Add richer audit detail.

    • store structured request payload
    • store response excerpt separately from summary
    • attach host/service verification artifacts
  6. Add dashboard summaries.

    • task counts by family
    • stale heartbeat warnings
    • failure trends
    • dispatch latency
  7. Add completion workflows.

    • generate wiki summary automatically
    • link completed task to artifacts, PRs, or logs

Longer Term

  • Introduce a fleet capability registry so the taskboard can validate whether a task is legal for a given host before dispatch.
  • Add authentication and RBAC for multi-operator use.
  • Add generated runbooks and service maps directly from live host inventory.
  • Add a dedicated direct-host page or dashboard slice for SSH-backed targets.