[taskboard] add dispatch control plane

This commit is contained in:
2026-03-06 15:21:19 -08:00
parent 1699f0f2b7
commit be1cf8ca8d
25 changed files with 1594 additions and 292 deletions

View File

@@ -0,0 +1,59 @@
[
{
"key": "openclaw-code-change",
"title": "OpenClaw code change",
"summary": "Create a swarm task against a tracked git repo with review-ready defaults.",
"family": "openclaw",
"tags": ["swarm", "repo:TopherMayor/openclaw-taskboard", "agent:codex", "base:main", "reasoning:high"],
"defaults": {
"priority": "High",
"dispatchMethod": "openclaw-swarm",
"targetHost": "ubuntu",
"targetChannel": "OpenClaw swarm registry",
"repoSlug": "TopherMayor/openclaw-taskboard",
"baseBranch": "main",
"preferredAgent": "codex",
"reasoningEffort": "high"
}
},
{
"key": "openclaw-review",
"title": "OpenClaw review pass",
"summary": "Send a repo review task to the OpenClaw swarm with lower-cost defaults.",
"family": "openclaw",
"tags": ["swarm", "agent:codex", "base:main", "reasoning:medium"],
"defaults": {
"priority": "Medium",
"dispatchMethod": "openclaw-swarm",
"targetHost": "ubuntu",
"targetChannel": "OpenClaw swarm registry",
"baseBranch": "main",
"preferredAgent": "codex",
"reasoningEffort": "medium"
}
},
{
"key": "zeroclaw-host-ops",
"title": "ZeroClaw host operation",
"summary": "Dispatch a remote host action through a ZeroClaw webhook runtime.",
"family": "zeroclaw",
"tags": ["host-ops", "dispatch:webhook"],
"defaults": {
"priority": "Medium",
"dispatchMethod": "zeroclaw-webhook",
"reasoningEffort": "medium"
}
},
{
"key": "zeroclaw-service-check",
"title": "ZeroClaw service verification",
"summary": "Send a targeted service health or log inspection task to a host-scoped ZeroClaw runtime.",
"family": "zeroclaw",
"tags": ["host-ops", "service-check", "dispatch:webhook"],
"defaults": {
"priority": "High",
"dispatchMethod": "zeroclaw-webhook",
"reasoningEffort": "medium"
}
}
]