Compare commits

..

No commits in common. "master" and "v0.5.0" have entirely different histories.

2 changed files with 0 additions and 19 deletions

View File

@ -1,22 +1,3 @@
## [v0.5.0] - 2026-04-06
MCP server mode arrives, ready to serve your AI coding whims.
### Added
- Implement `grokkit mcp` command for MCP server over stdio.
- Add ListRecipes and ListAvailablePrompts functions.
- Export analysis, docs, and testgen functions for MCP tools.
- Add tools: lint_code, analyze_code, generate_docs, generate_tests, generate_commit_msg, run_recipe.
- Register resources: recipes://local, recipes://global, prompts://language.
- Add MCP config options and dependencies.
- Add unit tests for analyze, docs, mcp, prompts, recipe, and testgen packages.
- Add user guide for MCP.
- Add detailed plan in todo/queued/mcp-feature.md.
- Add MCP server mode to queued tasks in TODO README.
### Changed
- Update MCP server handlers for local/global recipes and prompts.
- Update README with MCP details.
## [v0.4.0] - 2026-03-31 ## [v0.4.0] - 2026-03-31
Workon command arrives: because who needs manual todos when AI can branch out for you? Workon command arrives: because who needs manual todos when AI can branch out for you?