baron_recipe_run
Execute a predefined recipe workflow with all required inputs, enforcing step order and returning run context plus any verification messages.
Instructions
Run a named recipe end-to-end as ONE deterministic, rule-enforced workflow (the engine — not you — enforces the step order). Supply all required inputs (from baron_recipe_list) in inputs; a missing required input errors rather than prompting. Prefer this over composing the individual issue/scm/ci tools yourself for a packaged workflow. Returns the run context as JSON, and — when the recipe had anything to say — a SECOND text block with its messages. Read that block: it is where a recipe reports what it could not verify (task-land warns there when it merged past checks it could not see).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Recipe name (e.g. task-start). | |
| inputs | No | Values for the recipe's `ask` inputs, keyed by input name. |