v0.9.0 - Governance and Runtime Hardening
v0.9.0 combines two changesets that matter together in real Codex use.
Highlights:
- governed memory policies for explicit include/exclude control
- selective inheritance across projects without blindly mixing continuity
- governed repair proposals and derived repair events
- runtime hardening for long-lived Codex hosts: idle timeout, signal-aware cleanup, explicit SQLite close, and
mem_health_runtime - SQLite defaults better suited to local multi-process pressure:
WAL,busy_timeout,synchronous=NORMAL,temp_store=MEMORY --sync-project-docis now opt-in instead of default, reducing unnecessary per-turn work unless automaticAGENTS.mdreinjection is explicitly enabled
This release improves governance and auditability, but it also makes the MCP safer and cheaper to run when the host behaves badly.