Features
Recipes
What are recipes?
Section titled “What are recipes?”Recipes are bundled workflows that automate common development tasks. They package a sequence of steps into a single invocable command.
Built-in recipes
Section titled “Built-in recipes”SANDCODE includes recipes for common tasks like:
- Project scaffolding
- Code review automation
- Test generation
- Documentation generation
Using recipes
Section titled “Using recipes”Recipes can be invoked through the recipe system. They appear as suggested workflows when relevant to the current context.
Enabling/disabling
Section titled “Enabling/disabling”Recipes are enabled by default in the distro config. To disable:
{ "features": { "recipes": false }}