[taskboard] add dispatch control plane
This commit is contained in:
59
config/task-templates.json
Normal file
59
config/task-templates.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user