Upstream sweep 2026-07-24: metadata-only stamp refresh#78
Open
JimCollinson wants to merge 1 commit into
Open
Conversation
Refresh verification stamps for three upstream repos whose changes are internal-only, with no impact on any documented surface: - ant-sdk 71c84b9 -> 09da0f4 (dependency version bump; no openapi/proto/CLI change) - ant-node eb74b56 -> 2dac036 (replication rework + ADR-0004 pricing binding; internal) - saorsa-transport d9e1687 -> 5ba61f2 (MASQUE relay JoinHandle double-poll fix) Updates source_commit/verified_date in the drifted verification blocks on 50 docs pages, refreshes the ant-sdk and ant-node verified_commits values in skills/start/version.json and skills/start/SKILL.md frontmatter (with a verified_date bump), and adds the per-run sweep summary. No prose, version, published_date, or CHANGELOG changes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LpVYKxw9hSEDYXuGaU1vhc
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.
Daily upstream-drift sweep. All 66 drifted records classify metadata-only; a single sweep PR refreshes the affected verification stamps. No prose PR and no manual-review issues were opened.
Upstream
ant-sdk: 71c84b9 → 09da0f4ant-node: eb74b56 → 2dac036saorsa-transport: d9e1687 → 5ba61f2Source artifacts inspected
ant-sdk:antd/Cargo.toml,ffi/rust/ant-ffi/Cargo.toml(+ lockfiles); confirmedantd/openapi.yaml,.proto, handler source, and CLI surface are byte-identical across the range.ant-node:Cargo.toml,src/payment/verifier.rs,src/payment/pricing.rs,src/replication/{mod.rs,config.rs,protocol.rs},docs/adr/ADR-0004-commitment-bound-quote-pricing.md.saorsa-transport:src/masque/relay_server.rs.Developer-facing change
Internal refactor; no developer-facing impact.
ant-sdkis a dependency-version bump (antd0.11.1 → 0.11.2,evmlib0.8.1 → 0.9.0,ant-protocol2.2.2 → 2.3.0,ant-coretag →ant-cli-v0.3.1) with no change to any documented REST/gRPC/binding surface.ant-node(0.14.4 → 0.15.0) reworks node-internal replication and adds the ADR-0004 commitment-bound quote-pricing binding to payment verification; the public pricing formula (calculate_price,BASELINE + K × (n / D)^2) and the high-level replication/verification claims in the docs are unchanged.saorsa-transportis a single-file MASQUE relay bug fix (JoinHandle double-poll in forwarding cleanup) that leaves the documented transport/NAT-traversal/relay claims intact.Files changed in this PR
source_commit/verified_daterefreshed in the driftedant-sdk,ant-node, and/orsaorsa-transportverification blocks only; non-drifted blocks left byte-identical.skills/start/version.json:verified_commits.ant-sdkandverified_commits.ant-noderefreshed (key set unchanged).skills/start/SKILL.md: frontmatterverified_commits.ant-sdk,verified_commits.ant-node, andverified_daterefreshed; body,version,published_date, andCHANGELOG.mdunchanged.planning/sweeps/2026-07-24.md: new per-run summary.Verification run
source_commit:/verified_date:stamp or averified_commitsvalue; no prose,version,published_date,CHANGELOG.md,scripts/,.github/,repo-registry.yml, orcomponent-registry.ymlbytes touched.python3 scripts/sweep_poll.pyon the prepared branch:status: "ok", 0 drifted records, no malformed-block errors.ant-node@ 2dac036:calculate_pricere-exported fromsrc/payment/pricing.rs(unchanged in range) — confirms the payment-model formula still holds.ant-sdksurface re-check @ 09da0f4:git diff --name-onlyover the range lists only Cargo files — no documented endpoint/type/command changed.Uncertainties
ant-nodeADR-0004 (status Proposed) introduces commitment-bound quote pricing as an internal anti-extraction mechanism. It changes no documented developer-facing surface, so nothing is required here, but a maintainer may later decide whether the payment concepts page should gain a brief "under the hood" note on it — a separate editorial call, not drift correction.Generated by Claude Code