grokkit/internal/recipe
Greg Gauthier 7b415f8e26 feat(recipe): add file discovery and special step handling in runner
- Introduce discoverFiles function to scan Go files in 'internal' for error handling patterns.
- Add special case for "discover" or "find" steps to perform filesystem scans.
- Refine LLM prompting to enforce strict output format and shorten system prompt.
- Update apply/patch handling and unified patch creation with simplifications.
- Import bufio for potential future use and adjust regex for code block extraction.
2026-03-06 21:57:35 +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 feat(recipe): add file discovery and special step handling in runner 2026-03-06 21:57:35 +00:00
types.go feat(recipe): add recipe system for Result[T] refactoring 2026-03-06 18:35:58 +00:00