grokkit/internal/recipe
Greg Gauthier c5bdd44e55 fix(recipe): update regex to match Grok's current output style
Adjust the regex in handleApplyStep to flexibly match both old and new Grok formats for code blocks. Also, remove blank import for bufio as it's now used.
2026-03-06 22:21:58 +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 fix(recipe): update regex to match Grok's current output style 2026-03-06 22:21:58 +00:00
types.go feat(recipe): add recipe system for Result[T] refactoring 2026-03-06 18:35:58 +00:00