Greg Gauthier gmgauthier
gmgauthier deleted branch feature/interactive_chat_mode from gmgauthier/grokkit 2026-03-08 12:07:04 +00:00
gmgauthier deleted branch feature/recipe_implementation from gmgauthier/grokkit 2026-03-08 12:06:55 +00:00
gmgauthier pushed to master at gmgauthier/grokkit 2026-03-07 23:17:55 +00:00
ffc840ca5b Merge pull request 'feature/recipe_implementation' (#5) from feature/recipe_implementation into master
cd47686679 docs: refactor README and docs structure for better organization
2116a62a5a refactor(cmd): remove root command addition from query init
bb3f968711 docs(readme): update command list and add new feature descriptions
383d28a91a refactor(recipe): enhance shell command security with global safe list
Compare 55 commits »
gmgauthier merged pull request gmgauthier/grokkit#5 2026-03-07 23:17:54 +00:00
feature/recipe_implementation
gmgauthier created pull request gmgauthier/grokkit#5 2026-03-07 22:55:58 +00:00
feature/recipe_implementation
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 22:42:47 +00:00
cd47686679 docs: refactor README and docs structure for better organization
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 21:17:14 +00:00
2116a62a5a refactor(cmd): remove root command addition from query init
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 21:12:25 +00:00
bb3f968711 docs(readme): update command list and add new feature descriptions
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 19:50:10 +00:00
383d28a91a refactor(recipe): enhance shell command security with global safe list
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 19:37:57 +00:00
4603a1ec7a fix(recipe): improve allowed shell command validation
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 19:27:19 +00:00
685b0f40d7 feat(recipe): support numeric arguments in read-only shell commands
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 19:18:44 +00:00
a36f3585f4 refactor(recipe): enhance read-only shell handling and robustness
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 18:58:43 +00:00
3d9d1cd722 feat(recipe): add project exploration step with read-only shell support
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 18:50:41 +00:00
66d52917c0 feat(recipe): add read-only shell execution with user confirmation
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 18:32:48 +00:00
d74c613e0f chore(loader): add logging for safe commands config loading
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 18:22:42 +00:00
f9d99527e0 feat(safety): make safe shell commands user-configurable
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 18:00:03 +00:00
7e4bdbc21c refactor(recipe/loader): expand safe shell commands and refine validation logic
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 17:41:13 +00:00
b2172b8546 fix(recipe): improve unsafe shell command error message
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 17:35:02 +00:00
64fb748897 refactor(recipe): simplify path resolution and remove shell command execution
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 17:11:16 +00:00
63e640c022 feat(recipe): add safety whitelist for allowed shell commands