grokkit/internal/recipe
Greg Gauthier 0912aa7b89 feat(recipe): add safe shell command execution
Introduce a new mechanism in the recipe runner to execute whitelisted shell commands for steps like initialization, creation, or running tools (e.g., poetry, git). Commands are generated via AI prompt, parsed from JSON, validated against an allowed list, and executed within a strict working directory to ensure safety.
2026-03-07 15:34:50 +00:00
..
loader.go refactor(recipe): add ResolvedParams for better param handling 2026-03-07 00:07:21 +00:00
runner.go feat(recipe): add safe shell command execution 2026-03-07 15:34:50 +00:00
types.go refactor(recipe): make search pattern configurable in file discovery 2026-03-07 00:34:25 +00:00