v0.14.1
Patch release. Doc-only PRs since v0.14.0.
Highlights
- Install instructions for Claude Desktop on Windows —
AGENTS.mdStep 2 now routes by host client (Claude Code CLI vs. Claude Desktop / Cursor / Continue / other) and documents the Windowscmd /c npxwrapper required because Claude Desktop on Windows spawns MCP commands without a shell. Adds Step 0 host-client detection so agents identify the right path before proposing commands. (#632) - Roadmap maintenance — broken plan links fixed, missing plans linked. (#631)
- Skill pin sync — bumped to v0.10. (#629)
Included PRs
- #629 chore(sync-skill-pin): v0.10
- #631 chore(roadmap): link missing plans, fix broken links
- #632 docs(install): route Step 2 by host client; document Windows cmd /c wrapper
Deliberately deferred
- No source-code changes — the wizard's auto-register path (
src/setup/register-clients.ts buildServerEntry()) was already Windows-safe in v0.14.0; this release ships the doc-side fix to npm + MCP Registry so agents fetchingAGENTS.mdfrom the latest tarball see the corrected Step 2 routing.