github OthmanAdi/planning-with-files v2.30.1

latest releases: v2.38.1, v2.38.0, v2.37.0...
one month ago

Fixed missing executable bits on Codex planning scripts. The three shell scripts under .codex/skills/planning-with-files/scripts/ were tracked as 100644 (not executable), so running them directly failed with permission denied. This restores the execute bits and adds a regression test.

What changed:

  • check-complete.sh, init-session.sh, session-catchup.py now have correct file modes on the ide/codex branch
  • New test: test_codex_script_permissions.py catches future permission regressions (skips on Windows where mode bits are unreliable)

Note: The same permission issue exists on other IDE branches. This release fixes Codex only. A broader fix across all IDE branches is tracked separately.

Thanks to @Leon-Algo for the fix (PR #119).

Full changelog: CHANGELOG.md

Don't miss a new planning-with-files release

NewReleases is sending notifications on new releases.