feat: OACP v0.3.0#12
Merged
Merged
Conversation
New surface (minor bump): - oacp memory init|clone|pull|push|disable for opt-in cross-machine sync via plain git repo at $OACP_HOME (Disabled / Local-only / Synced model) - oacp doctor --memory advisory checks (10 checks) - oacp setup claude installs Claude SessionStart/SessionEnd memory hooks (marker-gated via .oacp-memory-repo, no-op when not opted in) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
spbkgw-beep
approved these changes
Apr 29, 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.
Summary
Promote OACP v0.3.0 from staging (
oacp-release) to public.New surface (minor bump from 0.2.3):
oacp memory init|clone|pull|push|disable— opt-in cross-machine sync of$OACP_HOME/org-memory/**and$OACP_HOME/projects/*/memory/**via a plain git repo rooted at$OACP_HOME. Three-state activation model: Disabled (no marker), Local-only (initwithout--remote), Synced (init --remote <url>orclone <url>).oacp doctor --memory— advisory checks (10 checks: marker, allowlist, remote, fetch/divergence, signing).oacp setup claude— installs Claude SessionStart/SessionEnd memory pull/push hook scripts and registers them in.claude/settings.json. Hooks are marker-gated and no-op silently unless$OACP_HOME/.oacp-memory-repois present.Patch (0.2.4) would be wrong — this adds capability, not just fixes existing.
Test plan
--fullPASS, leak scan cleanoacp_cli-0.3.0-py3-none-any.whl+.tar.gzv0.3.0on public main HEAD after mergepip install oacp-cli==0.3.0verification