delimit_build_loop
Drive one step of the build, social, or deploy loop. Dispatches swarm tasks, drafts replies, or runs gates to progress autonomous workflows.
Instructions
Execute one iteration of a governed continuous loop (LED-239).
When to use: to advance the autonomous build / social / deploy loop one step, either interactively or from a daemon. When NOT to use: for status only (use delimit_loop_status) or to configure (delimit_loop_config).
Sibling contrast: delimit_loop_status reads; delimit_loop_config sets policy; this drives one iteration.
Side effects: depends on loop_type. cycle/build dispatches swarm work; social drafts replies; deploy runs gates and publishes. All loops write to the loop_engine's session record.
Loop types:
cycle (recommended): unified think -> build -> deploy in one call.
build: picks feat/fix/task items from ledger, dispatches via swarm.
social (think): scans Reddit/X/HN, drafts replies.
deploy: runs deploy gates, publishes, verifies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "init" to start a session, "run" (default) to execute one iteration. | run |
| session_id | No | Optional session id to continue. | |
| loop_type | No | "cycle", "build" (default), "social", or "deploy". | build |
| cycle_mode | No | For loop_type="cycle" — "sense" (think+strategy), "execute" (build+deploy), or "full" (all). Default "full". | full |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||