grokkit/internal/recipe
Greg Gauthier f9d99527e0 feat(safety): make safe shell commands user-configurable
- Replace hardcoded safeCommands map with sync.OnceValue loading from ~/.config/grokkit/safe_shell_commands.yaml
- Provide fallback built-in safe list if config load fails
- Add safe_shell_commands.yaml.example for user reference
- Update safety check to use loaded map and prefix matching
2026-03-07 18:22:39 +00:00
..
loader.go feat(safety): make safe shell commands user-configurable 2026-03-07 18:22:39 +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