v0.6.2
Documentation-only
v0.6.2 changes no code. The npm dist/ is byte-identical to 0.6.1; what changed is the files that guide a user or an agent through the SDK.
llms.txt states what the SDK does, and nothing else
The Product Scope paragraph added in 0.6.1 carried positioning sentences — "the one-line promise is…", "the framing is…". That file is a usage guide; explaining the project to its reader spends their tokens on us instead of on the SDK. It now reads:
One connector definition targets every supported agent host — terminal CLIs, IDE extensions and desktop apps — so the author does not write a per-host integration, package format, or install path.
llms-full.txt states rules, not history
Xum's user-scope memory target is now a rule — ~/.xum/AGENTS.md, or ~/.mux/AGENTS.md when only that home exists — where 0.6.1 had narrated the rename. The codex-plugin / copilot-plugin alias line is likewise a plain fact: they resolve to agent-plugin and print a deprecation line.
The skill's package example tracks the released version
skills/agent-connector/references/package-first.md showed "@ken-jo/agent-connector": "^0.4.94". It is now ^0.6.2, and scripts/prepare-release.mjs bumps it with every release alongside the README example and the package-audit test, so it cannot drift again.
Full changelog: see CHANGELOG.md — 0.6.2.