Skip to content

v0.1.19

Choose a tag to compare

@github-actions github-actions released this 24 Jun 09:51
· 13 commits to main since this release

v0.1.19: cross-platform hardening

Makes the capability-map skills portable across shells and Python interpreters. See the README for what the plugin does and how to install.

In this release (since v0.1.18):

  • The two capability-map skills (sw-config, sw-setup) no longer assume bash heredocs or a python3 binary. They now drive scripts/capmap.py subcommands with a --file option and a write-to-temp-file flow, so they work under PowerShell (Windows Codex) and where the interpreter is python rather than python3.
  • capmap.py gains --file, sched, and recycle subcommands; stdin input stays back-compatible.
  • The skill source is shared across bundles, so the same fix covers Claude Code and Cursor on Windows (Cowork runs on Linux; Claude.ai ships no foundations).

Bundles: the four platform zips are attached below. Per-environment install steps are in docs/install-and-smoke-test.md.