Agent Context Patch v0.5.2
Immutable
release. Only release title and notes can be modified.
What changed
- Lifecycle reconciliation now reaches a bounded post-application fixed point before returning, independent of proposal filename order.
- Applied Coordinator evidence now carries explicit post-application verification; the Outcome Interface rejects older or incomplete evidence instead of publishing a false success receipt.
- Unrelated approval work remains actionable, and semantic ordering, merging, or rewriting stays Agent-owned.
Compatibility and upgrade
- Kit Version:
0.5.2 - Supported Workspace Schema:
1(unchanged; no workspace migration) - Public commands and installer authority are unchanged.
- Upgrade explicitly with
$evolve update; the plan preserves a recovery copy and requires approval before replacing the installed skill.
Known boundary
The fixed point covers Coordinator-owned writes in the current call. External concurrent writers still rely on the existing hashes, locks, CAS audit writes, and fail-closed recovery path.
Full changelog: v0.5.1...v0.5.2