delimit_executor
Run approved work orders from the dashboard inbox, turning human-approved actions into GitHub side effects like issue creation and PR comments.
Instructions
Run approved work orders from the dashboard inbox (Pro) (Worker Pool v2).
When to use: as the autonomous executor for human-approved work orders, or to inspect/pause the executor. When NOT to use: to dispatch new agent work (use delimit_agent_dispatch) or close out a work order (delimit_work_orders complete).
Sibling contrast: delimit_work_orders reads/closes the work order artifact; this is the run surface that turns approved orders into real GitHub side effects.
Side effects: action="run" / "poll" with live=True fire whitelisted state-changing actions: gh_issue_create, gh_pr_comment, gh_issue_comment. Every invocation is logged to ~/.delimit/workers/audit/executor.jsonl. Touch ~/.delimit/pause_executor to halt the autonomous path at the next tick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "run" (one), "poll" (scan + run all approved), "status" (default), "pause", "resume". | status |
| wo_id | No | Work order id. Required for action="run". | |
| live | No | When False (default), dry-run — describe what would happen without firing. | |
| executed_by | No | Identifier for the audit log (e.g. "dashboard", "cron"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||