Releases: scottconverse/agent-pipeline-codex
Releases · scottconverse/agent-pipeline-codex
Agent Pipeline for Codex v0.9.1
Summary
v0.9.1 syncs the release identity across the install/runtime/public docs surfaces and preserves the role-prompt patch from PR #7.
Added
local-rehearsal.mdStep 2.5 mandates regression-vs-baseline isolation on anyverify-release.shfailure or hang.verifier.mdcross-references Step 2.5 when verifier test runs diverge fromimplementation-report.md.- Discussion seed post for the v0.9.1 baseline-isolation announcement.
Changed
- Plugin metadata, README, USER-MANUAL, landing page, bundled
agent-pipelinereference docs, discussion seed docs, and script--versionoutputs now identify0.9.1consistently.
Verification
python -m pytest -x: PASS, 104 passed, 1 warning.python scripts/verify_plugin_release.py --source-only: PASS.- Browser QA for
docs/index.html: desktop and mobile render currentv0.9.1release state; console clean. - Main CI: PASS, run
26404647839. - GitHub Pages deploy: PASS, run
26404646708. - Local installed cache refreshed from corrected
v0.9.1tag; plugin install acceptance PASS.
Agent Pipeline for Codex v0.9.0
Agent Pipeline for Codex v0.9.0
v0.9.0 adds persistent run memory through trusted Codex lifecycle hooks.
Highlights:
- Active runs now maintain
.agent-runs/<run-id>/memory/withevents.jsonl,turns.jsonl,decisions.jsonl,open_loops.jsonl,memory_probe.log, andhandoff_current.md. SessionStartinjectshandoff_current.mdinto fresh Codex sessions so restarts wake up with run state, warnings, open loops, and a resume checklist.- Hook memory remains local and deterministic, with no daemon, vector DB, or external memory service required.
- CI now triggers for
.codex-plugin/**,hooks/**, anddocs/index.html. - Secret-assignment hook detection was narrowed to avoid false positives for ordinary Python keyword arguments containing
key.
Verification:
python -m pytest -q->104 passed, 1 warningpython scripts\verify_plugin_release.py --source-only->PLUGIN-RELEASE-VERIFY: PASSEDpython scripts\verify_plugin_release.py --live->PLUGIN-RELEASE-VERIFY: PASSED- Fresh
codex exec --enable plugin_hooksmemory smoke returnedMEMORY_CONTEXT_VISIBLE MEMORY-SMOKE-V090-2026-05-17 - GitHub CI run
25998528676passed on commitc5783d061763ab9151a1a9be98950eb917dded8d - GitHub Pages run
25998528360passed