Conversation
added 2 commits
September 13, 2026 21:30
Signed-off-by: yamonkjdmac24gb <yamonkjdmac24gb@yamonkjdmac24gbui-Macmini-2.local>
Signed-off-by: yamonkjdmac24gb <yamonkjdmac24gb@yamonkjdmac24gbui-Macmini-2.local>
Author
|
Closing: the deployment must use an unmodified official upstream release and supported configuration path. |
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.
Provider deployment currently releases the managed-agent store lock while the external provider runs, then applies the returned handle to whichever relay-primary record is current. An A→Local or A→Provider-B edit during that interval can therefore attach A's handle to unrelated authority, and a retention failure can leave the only handle hidden behind an older encrypted head.
This change records an exact, scope-bound provider invocation before the external call and records any returned handle before settlement. Settlement requires the same private-head event, owner, relay scope, provider, and payload fingerprint; stale results remain visible as unresolved cleanup state and block ordinary redeploy/delete. The encrypted kind 30179 head is now committed before the device-local JSON mirror for provider results and ordinary agent edits.
It also includes the existing-cluster Secret reference needed by Kubernetes managed agents. The provider verifies the referenced Secret before mutation, loads it first through
envFrom, and keeps Buzz's per-agent identity Secret authoritative.Stacked on #4999 because it completes that PR's remaining provider settlement blockers.
Validation:
just desktop-tauri-test— 3263 passed, 19 ignored; all workspace test targets passedcargo test -p buzz-backend-kubernetes— 160 unit and 4 wire tests passedjust desktop-tauri-clippyCHECK_FILE_SIZES_BASE=6c1be331d86af8a02ad8e1454ff532e5a836a81a pnpm --dir desktop check:file-sizesgit diff --check