grokkit/internal/recipe
Greg Gauthier a8208da4c1 refactor(recipe): implement one-file-at-a-time refactoring handler
Add refactorFiles to process discovered files individually, generating small JSON responses per file to avoid truncation. Update handleApplyStep to collect and parse multiple single-file JSONs into a unified patch. Switch discoverFiles comment to reflect real scanning. Add fallback default in Run for other steps.
2026-03-06 22:57:07 +00:00
..
loader.go refactor(recipe): enhance parsing for multi-line step content 2026-03-06 21:48:35 +00:00
runner.go refactor(recipe): implement one-file-at-a-time refactoring handler 2026-03-06 22:57:07 +00:00
types.go feat(recipe): add recipe system for Result[T] refactoring 2026-03-06 18:35:58 +00:00