grokkit/internal/recipe
Greg Gauthier 7e4bdbc21c refactor(recipe/loader): expand safe shell commands and refine validation logic
- Renamed safeReadOnlyCommands to safeCommands for clarity.
- Added support for additional safe commands including GNU utilities (find, grep, which),
  Git commands (diff, branch), and various test runners (go test, make test/lint, pytest, etc.).
- Updated safety check to allow commands prefixed with any safe command for flexibility.
- Improved error message for unsafe commands.
2026-03-07 17:59:59 +00:00
..
loader.go refactor(recipe/loader): expand safe shell commands and refine validation logic 2026-03-07 17:59:59 +00:00
runner.go refactor(recipe): simplify path resolution and remove shell command execution 2026-03-07 17:34:59 +00:00
types.go refactor(recipe): make search pattern configurable in file discovery 2026-03-07 00:34:25 +00:00