Upstream sweep 2026-07-21: refresh verification SHAs (metadata-only)#75
Merged
Conversation
Bump recorded source commits to the current upstream HEAD for four repos. All records classified metadata-only; no prose or documented surface changed. - ant-client bcab72ae -> 9a4d8c4d (PR #153: typed Error::NotFound variant) - ant-node 571868a1 -> 1b04edd1 (PR #179: per-peer served-bytes accounting) - saorsa-core d323c462 -> b0ee4877 (release v0.26.3) - saorsa-transport 95efb84f -> d9e1687c (release v0.35.2) Refreshes source_commit/verified_date in the drifted docs verification blocks and the ant-client/ant-node verified_commits in the skill files. Adds planning/sweeps/2026-07-21.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013S1TRRc4PWiXNbxp7GpwPs
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.
Metadata-only stamp refresh. All 40 drifted records across four upstream repos were audited against their pinned head SHAs and classified metadata-only. No prose PR and no manual-review issues were opened.
Upstream
ant-client: bcab72ae → 9a4d8c4d (PR #153)ant-node: 571868a1 → 1b04edd1 (PR #179)saorsa-core: d323c462 → b0ee4877 (PR #146)saorsa-transport: 95efb84f → d9e1687c (PR #125)Source artifacts inspected
ant-core/src/data/error.rs,ant-core/src/data/client/mod.rs,ant-core/src/data/client/data.rs,ant-cli/src/commands/data/chunk.rs(ant-client) at 9a4d8c4dsrc/replication/mod.rs,src/replication/protocol.rs(ant-node) at 1b04edd1Cargo.toml,Cargo.lock(saorsa-core at b0ee4877, saorsa-transport at d9e1687c)docs/rust/library-reference.md,docs/cli/command-reference.md, and the multi-repo reference pages.Developer-facing change
Internal refactor; no developer-facing impact.
Error::NotFoundvariant so a well-formed address with nothing stored surfaces asNotFoundrather thanInvalidData, plus a matchingnot_found message=…arm in theant chunk get --all-peersdiagnostic summary. No recorded page contradicts this: the Rust error example uses a catch-all arm, the CLI reference documents--all-peerswithout listing its literal status strings, and the SDK-binding pages that name aNotFounderror are sourced from ant-sdk (not in this sweep) and already document it.Files changed in this PR
source_commit/verified_datein the drifted<!-- verification: -->blocks only. Non-drifted blocks (e.g.saorsa-pqc,self_encryptionon the multi-repo reference pages) left byte-identical.skills/start/version.jsonandskills/start/SKILL.mdfrontmatter: refreshedant-client/ant-nodeverified_commitsvalues;SKILL.mdfrontmatterverified_dateupdated. Body,version,published_date, andCHANGELOG.mdunchanged.planning/sweeps/2026-07-21.md: new run summary.Verification run
python3 scripts/sweep_poll.pyon the prepared branch:status: "ok", 0 drifted records, no malformed-block errors.skills/start/version.jsonparses as JSON;SKILL.mdfrontmatter parses as YAML withversionunchanged (0.1.6-draft) — linked-release rule holds (body unchanged, so no release-metadata movement).verified_commits/verified_date(77 insertions / 77 deletions, no prose).Uncertainties
None. The ant-client
Error::NotFoundvariant is real but invisible to the current docs surface (no page enumerates ant-core error variants); if a future page documents ant-core error handling in detail, that would be a prose change rather than a stamp refresh.Generated by Claude Code