nucleus_lane_start
Start autonomous lane daemons (watcher + executor + secretary) in background. WHEN TO USE: after nucleus_lane_init and SPEC.md is written — this launches the loop that autonomously claims and executes tasks. The executor invokes an LLM CLI (devin/agy) per task; the secretary independently verifies each result. Runs until nucleus_lane_stop is called.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executors | No | List of executor lane names (default: ["lane_devin"]). | |
| repo_path | No | Path to the git repo (default: current directory). | |
| no_watcher | No | Skip control watcher. | |
| no_secretary | No | Skip secretary daemon (NOT recommended — disables verification). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |