v0.1.19
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 apython3binary. They now drivescripts/capmap.pysubcommands with a--fileoption and a write-to-temp-file flow, so they work under PowerShell (Windows Codex) and where the interpreter ispythonrather thanpython3. capmap.pygains--file,sched, andrecyclesubcommands; 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.