v2026.06.0
Windows support. This release shipped at the time and was documented afterwards, so its
tag was created later than its date — the tag marks the month the release came out, not
the day it was written up. See Installing a previous
release to return to it.
Added
- A native Windows PowerShell installer.
install.ps1is a copy-only port of
install.shfor Claude Code and Codex CLI running natively on Windows, outside WSL.
It honours the sameCLAUDE_SKILLS_DIR/CODEX_SKILLS_DIRoverrides and writes a
byte-identical (LF) ownership manifest, so the two installers are interchangeable.
There is deliberately no-Linkmode: symlinks need elevated privileges on Windows,
so the linked development workflow stays oninstall.sh --linkunder WSL or Git Bash.
tests/install.Tests.ps1is a Pester 5 suite mirroringtest_installer.sh's coverage. - A how-to-use guide in the README —
/cywas the universal sanity check, the
planning cycle, and a decision table mapping common situations to a starting skill.