v1.59.2
Patch release for Codex plugin hook dispatchers.
- Normalize generated shell hooks to LF so Bash can parse them on Windows checkouts.
- Fix the Codex npx fallback to execute
npx --yes @slope-dev/slope guard ...directly. - Includes the bundled Codex plugin manifest version bump to 1.59.2.
Validation:
- GitHub CI passed on #560.
- Local
pnpm buildpassed. - Local release-focused tests passed:
tests/cli/version.test.ts,tests/cli/init-codex.test.ts,tests/cli/package-metadata.test.ts.