grokkit/internal/recipe
Greg Gauthier d4f3e3adbc refactor(recipe): update regex for robust Grok output matching
- Blank import bufio to avoid unused warnings.
- Refine regex to handle double-quoted format and fix backtick issues.
- Update comments for clarity on regex changes.
2026-03-06 22:25:39 +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): update regex for robust Grok output matching 2026-03-06 22:25:39 +00:00
types.go feat(recipe): add recipe system for Result[T] refactoring 2026-03-06 18:35:58 +00:00