- Simplify import comments and error handling in cmd/recipe.go - Streamline regex comment in internal/recipe/loader.go - Enhance console output and add LLM placeholder in internal/recipe/runner.go
Implement recipe loading, parsing, and running infrastructure. Add initial result-refactor recipe for converting Go error handling to monadic Result[T] style. Includes markdown recipe definition, YAML frontmatter parsing, step extraction, and basic runner.