• v0.2.2 f85b9d3229

    v0.2.2 Stable

    ktg released this 2026-08-04 11:12:36 +00:00 | 45 commits to main since this release

    Fixed

    • The engine never printed its own version, which is how a stale plugin cache
      went unnoticed: two repos independently proved the /repo-standard skill
      had resolved ${CLAUDE_PLUGIN_ROOT} to a cached 0.1.1 while 0.2.0 was
      installed and the catalog pinned it — same instruction, wrong engine, and
      0.1.1 has neither BADGE-COUNT nor README-LANGUAGE, so the run looked
      clean instead of incomplete. The header line and --json output now both
      carry repo-standard v<version>; SKILL.md tells the reader to confirm it
      against the catalog pin before trusting a green result. The cache
      resolution itself is the harness's, not this repo's, and is not fixed here.
    Downloads