[codex] chore: add live-safe OSS readiness pass#14
Merged
kevincodex1 merged 3 commits intoMay 28, 2026
Conversation
Collaborator
Author
|
Found and fixed one rollout issue in Issue:
Fix:
Validation:
After this fix, the PR looks good functionally. It is still marked Draft, so flip it ready-for-review when Kevin/Anand should review. |
Collaborator
Author
|
Marked this ready for review. @anandh8x @kevincodex1 please review when you get a chance. I fixed the peer-signing rollout issue in
|
Collaborator
Author
|
Updated the README in What changed:
Validation:
PR remains ready for review and mergeable. |
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
This PR adds a live-safe OSS readiness and maintainer pass for the already-running Gitlawb node network.
Key changes:
docs/OSS-READINESS-AUDIT.mdwith build/test health, Docker/self-hosting readiness, security/trust boundaries, CLI/CI/release notes, and live-network priorities.docs/MAINTAINER-ROADMAP.mdso maintainers and contributors have a clear node-focused roadmap.GITLAWB_REQUIRE_SIGNED_PEER_WRITES=false.Gitlawb/noderelease assets.Live-network rollout note
Gitlawb nodes are already live, so this PR intentionally avoids requiring signed peer writes by default. Operators can leave
GITLAWB_REQUIRE_SIGNED_PEER_WRITES=falseduring rolling upgrades, then flip it after known peers are updated.GraphQL POST is also left compatible for now; the audit calls out mutation-aware auth as a live-network priority.
Validation
cargo fmt --all -- --checkcargo clippy --workspace --all-targets -- -D warningscargo test --workspacecargo build --release -p gitlawb-node -p gl -p git-remote-gitlawbdocker compose configgit diff --checkCould not run a full Docker image build locally because Docker Desktop's Linux engine pipe was unavailable in this environment.