refactor(peer): separate reachability from Mesh ownership - #4561
Merged
Conversation
M4n5ter
force-pushed
the
refactor/peer-reachability-domain
branch
2 times, most recently
from
September 2, 2026 16:27
897b4f2 to
0d7bf88
Compare
M4n5ter
marked this pull request as ready for review
September 2, 2026 16:27
M4n5ter
force-pushed
the
refactor/peer-reachability-domain
branch
2 times, most recently
from
September 2, 2026 18:46
c87e4e0 to
f7207fb
Compare
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
M4n5ter
force-pushed
the
refactor/peer-reachability-domain
branch
from
September 2, 2026 21:52
ec71c61 to
c9a2ec8
Compare
Let the aggregate peer endpoint owner remain the sole production lifetime lock and keep the durable publisher focused on local publication rather than remote fact verification. Generated-by: Codex (gpt-5.6-sol)
jackwener
approved these changes
Sep 3, 2026
jackwener
left a comment
Member
There was a problem hiding this comment.
Approved at exact head e86dc0bc8194e0dc5d1bab6a2aa26e603b19162f at the explicit direction of M4n5ter. No technical review was performed as part of this action; M4n5ter requested the approval and accepts responsibility for subsequent handling.
Review notice: This approval was submitted by an automated review agent operated by WAWQAQ and is published at the direction of M4n5ter, who requested this action and is the human accountable for it.
Joob1n
added a commit
to Joob1n/maka-agent
that referenced
this pull request
Sep 3, 2026
Two new system_note kinds and the reshaped lastRequestAnchor land in @maka/core's closed allowlists. A merge-base client handshakes on strict epoch equality and would then fail to decode the first transcript carrying them; the epoch moves so the pair refuses each other at the handshake (main is at 98 after apache#4561/apache#4568, so this lands as 99). Refs apache#4559 Generated-by: Claude Code Claude-Session: https://claude.ai/code/session_014ajaRxC4jydavY9nYUFj5J
6 tasks
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
Refs #4554
Verification
Verified on the complete stacked head after rebasing from
mainateacfb46aa7ec93273bf468335f4270bba62d35a5:npm run typechecknpm run lintnpm run format:checknpm run rebuildnpm run test:dist- all workspace tests passednpm run check:renderer-architecture- 71 passednpm run check:release- 192 passedgit diff --checkcargo fmt --manifest-path native/runtime-host-peer/Cargo.toml -- --checkcargo clippy --locked --all-targets --manifest-path native/runtime-host-peer/Cargo.toml -- -D warningscargo test --locked --manifest-path native/runtime-host-peer/Cargo.toml- 28 passedReview focus
The lease proves who issued a bounded locator snapshot; it does not grant membership or access. Consumers still authenticate the Runtime Host and require the expected PeerId before retaining or using the lease.
AI use
Tool(s) and scope: Codex implemented and verified the change under maintainer direction.
Checklist
Does this PR entail a change in behavior?