Skip to content

v2026.06.0

Choose a tag to compare

@rosslevinsky rosslevinsky released this 05 Aug 05:43
· 4 commits to main since this release
5776085

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.ps1 is a copy-only port of
    install.sh for Claude Code and Codex CLI running natively on Windows, outside WSL.
    It honours the same CLAUDE_SKILLS_DIR / CODEX_SKILLS_DIR overrides and writes a
    byte-identical (LF) ownership manifest, so the two installers are interchangeable.
    There is deliberately no -Link mode: symlinks need elevated privileges on Windows,
    so the linked development workflow stays on install.sh --link under WSL or Git Bash.
    tests/install.Tests.ps1 is a Pester 5 suite mirroring test_installer.sh's coverage.
  • A how-to-use guide in the README/cyw as the universal sanity check, the
    planning cycle, and a decision table mapping common situations to a starting skill.