grokkit/internal/recipe
Greg Gauthier 685b0f40d7 feat(recipe): support numeric arguments in read-only shell commands
Update the executeReadOnlyShell function to handle numbers in command arguments,
such as 'tree -L 3', by changing Args to []interface{} and converting them to strings
before execution. Add strconv import for formatting.
2026-03-07 19:27:15 +00:00
..
loader.go chore(loader): add logging for safe commands config loading 2026-03-07 18:32:43 +00:00
runner.go feat(recipe): support numeric arguments in read-only shell commands 2026-03-07 19:27:15 +00:00
types.go refactor(recipe): make search pattern configurable in file discovery 2026-03-07 00:34:25 +00:00