grokkit/internal/recipe
Greg Gauthier 6bd72aad25 refactor(recipe): improve subRe regexp and add explanatory comments
Simplify the subRe regular expression by using a non-capturing group for the section labels instead of alternation, and switch the lookahead to a non-capturing group for consistency. Add comments to document the purpose of stepRe and subRe for better maintainability.
2026-03-06 18:39:56 +00:00
..
loader.go refactor(recipe): improve subRe regexp and add explanatory comments 2026-03-06 18:39:56 +00:00
runner.go feat(recipe): add recipe system for Result[T] refactoring 2026-03-06 18:35:58 +00:00
types.go feat(recipe): add recipe system for Result[T] refactoring 2026-03-06 18:35:58 +00:00