R1B Phase 1B: grant-only SMAppService connection (non-final, stacked on Phase 1A.1) - #5
Draft
AnubisQuantumCipher wants to merge 4 commits into
Draft
Conversation
Connect a sealed PreparedMutationGrant to exactly one sacrificial adapter call through SacrificialMutationDispatcher. Fake/structural gates only; default probe path still stops before production mutation unless --commit-mutation is supplied after grant preparation. Automated tests use FakeSMAdapter. Hosted CI must not pass the commit flag with a valid authorization. A→B→A: docs/evidence/R1B_PHASE1B_ABA_EXACTLY_ONCE_GRANT.md.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
added 3 commits
August 14, 2026 12:54
Add a local-only SMAppService observation script with preflight, separate register/unregister authorization, a 10-minute rollback deadline, and print-only launchctl. Hosted CI must not run it.
Record one bounded SMAppService register/unregister on a temporary non-Desktop root. Observed launchd label com.desktidy.sacrificial; unregister restored absence. Personal mover unchanged. Login Items, FDA/TCC, and reboot/login remain unobserved. Do not widen production self-labels from this transcript.
…n-final) Bind the observed sacrificial label into one product-owned registry. Production self-labels remain the CLI pair. Migration orchestration refuses live Desktop targets, personal labels, and unknown identities.
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.
Non-final stacked completion PR on Phase 1A.1 (
r1b/phase1a-smappservice-harness@d259b2b971b83ce89e34426af791422adea8e472).This first checkpoint connects a sealed
PreparedMutationGrantto exactly one sacrificial adapter call throughSacrificialMutationDispatcher. Default probe path still stops before production mutation (GRANT_PREPARED/STOP_BEFORE_PRODUCTION_ADAPTER, exit 4) unless--commit-mutationis supplied after grant preparation.Automated/hosted tests use
FakeSMAdapteronly. Hosted CI and the public-boundary suite must not pass--commit-mutationwith a valid authorization. No live Desktop, personal-mover, Login Items, FDA, merge, tag, notarize, or Homebrew.Gates (local, this commit)
--self-test17/17--r0-test31/31--state-test63/63--phase1a-test64/64--phase1a1-test24/24--phase1b-test25/25docs/evidence/R1B_PHASE1B_ABA_EXACTLY_ONCE_GRANT.md(B11 fails semantically whenO_EXCLis dropped; restore hash equals A)Out of scope / next in this PR
One bounded sacrificial
SMAppServiceregister/unregister observation, then production identity/migration architecture and the rest of the local native completion program. Do not merge.