Scaffold recipe template
scaffold_recipe_templateWrite a minimal valid recipe JSON template to disk, bootstrapping a hand-authored recipe with correct schema structure and ready for node/connection editing.
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 |