grokkit/internal/recipe
Greg Gauthier b9de35f48b refactor(recipe): simplify apply step to dry-run only and add extraction tests
- Restrict filesystem interactions to apply/patch steps exclusively.
- Remove real apply logic with user confirmation; default to creating a patch file in dry-run mode.
- Update prompts, comments, and regex for better clarity and precision.
- Add unit tests for the extractCodeBlocks function to ensure reliable parsing.
2026-03-06 21:36:31 +00:00
..
loader.go refactor(recipe): improve loading and execution logic 2026-03-06 20:46:30 +00:00
runner_test.go refactor(recipe): simplify apply step to dry-run only and add extraction tests 2026-03-06 21:36:31 +00:00
runner.go refactor(recipe): simplify apply step to dry-run only and add extraction tests 2026-03-06 21:36:31 +00:00
types.go feat(recipe): add recipe system for Result[T] refactoring 2026-03-06 18:35:58 +00:00