Codex Process Jobs v0.2.1
This patch release improves update safety and makes installation provenance easier to inspect without exposing local paths.
Added
codex-process-jobs doctor --provenancereports the release, runtime snapshot, validated cache generations, upstream repository, and editable-checkout status. It is read-only and path-redacted.
Changed
- Installation and update guidance now requires reviewing every CPJ hook definition and its referenced source through
/hooksafter every update. - Users approve only definitions Codex marks new or changed; retained trust must still be verified.
- Release-version assertions now derive from package metadata, reducing mechanical release-only edits.
- The maintainer release runway now distinguishes merged source, immutable GitHub releases, Homebrew formula publication, per-host plugin updates, and client refresh.
Upgrade
After the Homebrew formula update is available:
brew update
brew upgrade codex-process-jobs
codex-process-jobs update --agent-policy none
codex-process-jobs update --apply --agent-policy noneUse the host's existing global or project --project-root /absolute/path policy instead of none where applicable. Review the preview before applying it. Then restart Codex clients, review /hooks, and start a fresh task.
Full changes: v0.2.0...v0.2.1