发布

  • fix: v2.36.2 sync canonical skill scripts to top-level (PR #149 by @voidborne-d)

    frostbyte_neo 发布于 2026-05-01 19:10:40 +00:00

    Closes the v2.36.0 regression where slug-mode init-session.sh shipped only in
    scripts/ and never reached skills/planning-with-files/scripts/ or the nine IDE
    mirror folders. Users installing via npx skills or any IDE folder silently
    received the v2.0.0 legacy-only script.

    Also synced:

    • analytics template support in init-session.ps1 (missed since v2.29.0)
    • /usr/bin/env bash shebang in IDE mirror check-complete.sh files (drift from v2.35.1)

    Adds tests/test_canonical_script_sync.py: byte-comparison assertion between
    scripts/ and skills/planning-with-files/scripts/ for init-session and
    check-complete, plus sync-ide-folders.py --verify assertion to catch IDE mirror
    drift in CI going forward.

    下载附件