nucleus_lane_init
Set up an autonomous task-execution loop in a git repo. WHEN TO USE: you have a list of tasks (bugs, features, tests) you want executed automatically without manual prompting — the lane runs watcher/executor/secretary daemons that claim tasks, invoke an LLM to implement them, and independently verify the results. Use this when you want to batch-execute a backlog of well-defined tasks. Creates .brain/, SPEC.md template, and pins via git tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Git tag for spec pinning (default: <role>-v1). | |
| role | No | Lane role name (default: lane-g1). | lane-g1 |
| force | No | Skip isolation guards (for testing only). | |
| vendor | No | Default vendor — devin (GLM) or agy (Gemini). | devin |
| repo_path | No | Path to the git repo (default: current directory). | |
| spec_path | No | Path to the spec file (default: SPEC.md). | SPEC.md |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |