forgehand_delegate
Run a complete coding task through a local AI worker, constrained to a permitted scope and verified by supervisor-defined commands and acceptance criteria.
Instructions
Run one complete implementation task with bounded files and commands.
The repository must be registered first. Scope contains the only paths the worker may read or edit. Commands are supervisor-authored argv arrays invoked by ID without a shell, but inherit host permissions and network. Set the risk acknowledgement explicitly whenever commands are present. Required command IDs must all exit zero before the worker can return success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | ||
| commands | No | ||
| edit_mode | No | free | |
| objective | Yes | ||
| constraints | No | ||
| base_revision | No | HEAD | |
| keep_worktree | No | ||
| max_iterations | No | ||
| allowed_actions | No | ||
| repository_root | Yes | ||
| requires_changes | No | ||
| acceptance_criteria | Yes | ||
| required_command_ids | No | ||
| acknowledge_host_command_risk | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||