Fixes a v2.36.0 regression of the same class as v2.36.2.
resolve-plan-dir.sh, resolve-plan-dir.ps1, set-active-plan.sh, and set-active-plan.ps1 shipped in scripts/ in v2.36.0 but were never added to skills/planning-with-files/scripts/ — the location that gets installed when users run npx skills add. Users could not use parallel planning from an installed skill.
This release:
- Adds all four scripts to the canonical skill location
- Updates
sync-ide-folders.pyto include them in its manifest, propagating to all IDE mirrors - Strengthens
test_canonical_script_sync.pyto cover all 8 user-facing shared scripts (was 4), so this class of gap trips the regression test going forward - Documents
resolve-plan-dir.shandset-active-plan.shin the SKILL.md Scripts section with a parallel task workflow example