发布

  • fix: v2.36.3 propagate resolve-plan-dir + set-active-plan to canonical skill

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

    resolve-plan-dir.{sh,ps1} and set-active-plan.{sh,ps1} were added to
    scripts/ in v2.36.0 but never reached skills/planning-with-files/scripts/
    or the IDE mirror folders. Users installing via npx skills could not use
    the parallel planning workflow because the required scripts were absent.

    Adds all four scripts to the canonical skill location. Updates
    sync-ide-folders.py SCRIPTS manifest to include them, and propagates to
    all IDE mirrors via the sync tool (24 new files across 6 IDE folders).

    Strengthens test_canonical_script_sync.py to cover all 8 user-facing
    scripts (was 4), so this class of gap trips the regression test going
    forward.

    Documents resolve-plan-dir.sh and set-active-plan.sh in the canonical
    SKILL.md Scripts section with usage descriptions and a parallel task
    workflow example.

    下载附件