[OL-00] Freeze sidecar-only Change ID persistence - #455
Merged
genedna merged 10 commits intoAug 25, 2026
Conversation
Signed-off-by: jackieismpc <jackieismpc@gmail.com>
Signed-off-by: jackieismpc <jackieismpc@gmail.com>
Signed-off-by: jackieismpc <jackieismpc@gmail.com>
Signed-off-by: jackieismpc <jackieismpc@gmail.com>
Signed-off-by: jackieismpc <jackieismpc@gmail.com>
Signed-off-by: jackieismpc <jackieismpc@gmail.com>
Signed-off-by: jackieismpc <jackieismpc@gmail.com>
Signed-off-by: jackieismpc <jackieismpc@gmail.com>
Signed-off-by: jackieismpc <jackieismpc@gmail.com>
genedna
approved these changes
Aug 25, 2026
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
Completes the large task OL-00: Change ID 写入路径 spike 与设计冻结 in
docs/development/plan/plan-20260822.md.commit_change_id_header_spike, covering real Git header compatibility and sidecar-only object closure.change-idheaders are read-only import compatibility.Verification
cargo +nightly fmt --all --check— PASS with nightly 1.100.0 (2026-08-24).RUSTUP_TOOLCHAIN=stable LIBRA_SKIP_WEB_BUILD=1 cargo clippy --all-targets --all-features -- -D warnings— PASS with stable 1.98.0.RUSTDOCFLAGS="-D rustdoc::broken_intra_doc_links" RUSTUP_TOOLCHAIN=stable LIBRA_SKIP_WEB_BUILD=1 cargo doc --no-deps --all-features— PASS with stable 1.98.0.RUSTUP_TOOLCHAIN=stable LIBRA_SKIP_WEB_BUILD=1 CARGO_PROFILE_TEST_DEBUG=0 CARGO_BUILD_JOBS=1 RUST_MIN_STACK=16777216 cargo test --test commit_change_id_header_spike— PASS, 2 passed.Independent code review completed with PASS; the plan records OL-00 as
remote-pendingpending upstream CI/PR evidence.