Greg Gauthier gmgauthier
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 16:18:32 +00:00
aedf9cdf03 refactor(recipe/runner): enhance working directory resolution and shell command safety
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 15:52:59 +00:00
8efca62109 refactor(runner): improve package path resolution for consistency
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 15:34:53 +00:00
0912aa7b89 feat(recipe): add safe shell command execution
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 11:48:43 +00:00
babc6e8599 chore: remove .grok/settings.json
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 11:47:32 +00:00
fbf40e2f79 chore(gitignore): add .grok/ and *.patch ignores, remove grokkit
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 00:53:42 +00:00
f36722ad2c feat(recipes): add template recipe and update final summary heading
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 00:41:43 +00:00
213a9869e6 docs(internal/recipe): update comment on search pattern default to "Go-style"
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 00:34:30 +00:00
757f422765 refactor(recipe): make search pattern configurable in file discovery
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 00:22:22 +00:00
ae8a199ece refactor(recipe): make file discovery fully generic using recipe metadata
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 00:14:01 +00:00
8c14977ec6 feat(recipe): add smart defaults for package_path in file discovery
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-07 00:07:26 +00:00
f5c73ab291 refactor(recipe): add ResolvedParams for better param handling
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-06 23:57:26 +00:00
1c79abce8d fix(recipe): add error handling to unified patch creation
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-06 23:55:57 +00:00
0e234419f4 feat(recipe): add fields for generic file discovery
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-06 23:51:46 +00:00
7ffbf352bc refactor(recipe): make file discovery generic using recipe metadata
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-06 23:43:01 +00:00
019ce1e95a refactor(cmd): improve boolean param handling and refine project root detection
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-06 23:37:03 +00:00
95deb65f06 feat(recipe): add --param flag support and improve project root detection
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-06 23:22:24 +00:00
18bbb67789 refactor(recipe): enhance refactor handling with JSON collection and package path
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-06 23:09:26 +00:00
405286abd2 refactor(recipes): update default package_path to internal/git
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-06 22:57:11 +00:00
a8208da4c1 refactor(recipe): implement one-file-at-a-time refactoring handler
gmgauthier pushed to feature/recipe_implementation at gmgauthier/grokkit 2026-03-06 22:48:20 +00:00
0b5aa5eb57 refactor(recipe): improve error handling and restructure in runner