grokkit/internal/recipe
Greg Gauthier fe25d7fa37
All checks were successful
CI / Test (pull_request) Successful in 1m20s
CI / Lint (pull_request) Successful in 50s
CI / Build (pull_request) Successful in 40s
feat(mcp): implement recipe and prompt listing with handlers
- Add ListRecipes and ListAvailablePrompts functions
- Update MCP server handlers for local/global recipes and prompts
- Add unit tests for analyze, docs, mcp, prompts, recipe, and testgen packages
2026-04-06 15:44:30 +01:00
..
list.go feat(mcp): implement recipe and prompt listing with handlers 2026-04-06 15:44:30 +01:00
loader.go fix(recipe): improve allowed shell command validation 2026-03-07 19:37:53 +00:00
recipe_test.go test: add tests for recipe package and disable parallelism in cmd tests 2026-03-08 12:53:01 +00:00
runner.go refactor(recipe): enhance shell command security with global safe list 2026-03-07 19:50:06 +00:00
types.go refactor(recipe): make search pattern configurable in file discovery 2026-03-07 00:34:25 +00:00