Patch release.
Fixed
- Codex hooks now use the array-of-tables schema (#49). Codex 0.125+ deprecated the flat
[hooks.X]form; installs produced aconfig.tomlthat failed to load (invalid type: map, expected a sequence in hooks), breakingcodexstartup. The installer now emits[[hooks.X]]+[[hooks.X.hooks]], with clean uninstall, idempotent re-runs, stale-path re-anchoring, and non-destructive skip of user-owned hooks preserved. - Windows
command_windowsoverride. On Windows the installer locates Git Bash and emitscommand_windows, so hook scripts run even when Git Bash is not onPATH.
Full diff: v4.7.1...v4.7.2