grokkit/internal/recipe
Greg Gauthier 7cb9eb3eb7 refactor(recipe): switch refactor step to strict JSON output
- Update result-refactor.md to output JSON array of file changes instead of code blocks
- Modify runner.go to parse JSON directly, removing regex-based extraction
- Add project_languages and extensions to recipe metadata
- Improve error handling and output consistency in steps
2026-03-06 22:40:29 +00:00
..
loader.go refactor(recipe): enhance parsing for multi-line step content 2026-03-06 21:48:35 +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): switch refactor step to strict JSON output 2026-03-06 22:40:29 +00:00
types.go feat(recipe): add recipe system for Result[T] refactoring 2026-03-06 18:35:58 +00:00