Scaffold recipe template
scaffold_recipe_templateGenerates a minimal valid recipe JSON template file, providing a schema-compliant starting point for building a new recipe. Fill in nodes and connections, then apply with apply_recipe.
Instructions
Write a minimal but valid recipe JSON template to disk as a starting point for a new recipe. Use it to bootstrap a hand-authored recipe that already passes RecipeSchema; fill in nodes/connections, then instantiate with apply_recipe. Writes a file (destructive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| out_file | Yes | ||
| overwrite | No |