feat(git-relay): add deterministic Rust core - #4433
Closed
billy-armstrong wants to merge 3 commits into
Closed
Conversation
billy-armstrong
marked this pull request as draft
August 3, 2026 02:31
Co-authored-by: Billy Armstrong <billy@modernmerit.com> Signed-off-by: Billy Armstrong <billy@modernmerit.com>
Co-authored-by: Billy Armstrong <billy@modernmerit.com> Signed-off-by: Billy Armstrong <billy@modernmerit.com>
Co-authored-by: Billy Armstrong <billy@modernmerit.com> Signed-off-by: Billy Armstrong <billy@modernmerit.com>
billy-armstrong
force-pushed
the
feat/git-relay-rust-core
branch
from
August 3, 2026 03:17
808b532 to
3388bd8
Compare
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.
Important
Draft: upstream product direction is still undecided. R2 wiring is paused. This PR is a reviewable R1 safety core, not a request to ship an unconsumed feature as-is.
Summary
buzz-git-relay, a deterministic Rust reconciliation core with one publicReconciler::reconcile(...)interface.just test-unitpaths.Product decision requested before R2
No matching public issue or duplicate Git-relay PR was found. Before adding a consumer, we want maintainer direction on whether Git-relay should be:
Until that direction is agreed, this PR remains draft and R2 is paused.
Safety and scope
mainremains canonical; only a proven behind ref can reach the exact-ref push port.github_targetremains the approved requested target; an unapproved later GitHub read cannot replace it.mutation: unknownand omits an unverified after-SHA.Validation at
3388bd86815c001af2e799d75870cabccad8ff1ccargo test -p buzz-git-relay: 57 passed, including doctests.cargo clippy --workspace --all-targets -- -D warnings: passed.cargo fmt --all -- --check: passed.just test-unit: passed; both primary and fallback runners includebuzz-git-relay.scripts/check-branch-skew.sh: passed; branch is rebased ona5dbdf5e61e4c512acd99c219c79c154ddb57295.unsafe,unwrap,expect, force/mirror/wildcard/delete refspecs incrates/buzz-git-relay/src.Full repository CI caveat
Local
just cipassed formatting, workspace Clippy, Desktop/Web checks and builds, Flutter analysis, all registered unit suites, and the Desktop Tauri suite. Its final mobile suite failed one test:ChannelDetailPage keeps follow mode off while a tall newest message stays visibleThat exact test also fails in isolation on unmodified upstream
a5dbdf5e61e4c512acd99c219c79c154ddb57295; this PR has nomobile/diff. The PR remains draft, and upstream merge-tree CI is still required before acceptance.No deployment, live repository access, or relay mutation was performed.