feat: OACP v0.5.0 - #29
Merged
Merged
Conversation
spbkgw-beep
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OACP v0.5.0 — the memory-exit release.
Cross-session memory leaves the kernel and ships separately as
agent-memory-cli. OACP keeps the memory layout spec and a conformance fixture that the kernel scaffolders and downstream implementations pin against, plus guards that fail the build if the engine ever creeps back in.Highlights
Added
oacp doctorreports the installedagent-memoryversion and defers memory-home checks to it.Changed
oacp memoryandoacp org-memorydelegate to theagent-memoryCLI until their removal in 0.5.2.oacp setupno longer installs memory hooks and retires the ones it generated;agent-memory setupreplaces them.oacp session-init --pull-memorydelegates the pull and reportsdisabledwhenagent-memoryis absent.Removed
oacp doctor --memory, anddocs/protocol/cross_runtime_sync.md.Fixed
oacp setup codexregenerates its managedSessionStarthook but never creates one, leaving a deliberately hook-free workspace untouched.Full detail in
CHANGELOG.md.Contract version
No contract change —
spec_versionstays0.4.5. The protocol docs moved substantially by line count, but no required field, schema version or contract constant changed, and the new vocabulary is layout grammar rather than message or audit-record fields. The kernel-to-memory-tool layout agreement is pinned by the vendored conformance fixture and its test, not by the contract stamp.Verification
git write-tree=4a7ed6db3964336c1e4411957c7fef77747e5899on both).preflight --fullpasses on the source of this promote: conflict markers, makefile parse, packaging boundary (32 scripts match force-include, all 47 sources present), memory boundary (33 kernel modules import no memory engine), YAML validation, ruff, shellcheck, and the test suite.oacp_cli-0.5.0-py3-none-any.whlcarries 55 entries, 32 bundled scripts and 7 protocol documents, none of them the engine.