Add long-task governor wrapper MVP skeleton

This commit is contained in:
Eve
2026-04-22 20:33:26 +08:00
parent 3d94f586a1
commit 5708fdf057
3 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"requestText": "Research OpenClawGovernor and report back later.",
"hasFilesOrSystems": true,
"needsWaiting": true,
"needsSubagent": false,
"needsOwnerDecision": false,
"canReplyNow": false,
"taskName": "Research OpenClawGovernor concepts",
"currentStep": "Reading source material",
"nextStep": "Extract reusable governance ideas",
"nextReportCondition": "After the first source review is complete",
"waitingOn": "none",
"blocker": "none",
"checkpointTrigger": "after initial source review completes",
"externalizedTrigger": "cron reminder",
"triggerKind": "cron"
}

View File

@@ -0,0 +1,17 @@
{
"requestText": "Investigate the Telegram closure issue and report back later.",
"hasFilesOrSystems": true,
"needsWaiting": true,
"needsSubagent": false,
"needsOwnerDecision": true,
"canReplyNow": false,
"taskName": "Investigate Telegram closure issue",
"currentStep": "Reviewing recent failures",
"nextStep": "Narrow the root cause",
"nextReportCondition": "After next meaningful milestone",
"waitingOn": "none",
"blocker": "none",
"checkpointTrigger": "",
"externalizedTrigger": "",
"triggerKind": ""
}