Skip to content

chore(sweep): stamp verification SHAs — 2026-06-10#57

Merged
JimCollinson merged 1 commit into
mainfrom
claude/sweep-2026-06-10
Jun 10, 2026
Merged

chore(sweep): stamp verification SHAs — 2026-06-10#57
JimCollinson merged 1 commit into
mainfrom
claude/sweep-2026-06-10

Conversation

@JimCollinson

Copy link
Copy Markdown
Collaborator

Upstream

  • ant-sdk: cac111f35bdc30cf05a82468d5fa84d594626d87e102df9b3ea1a17fba7cf731081f515d89552b82
  • ant-client: eeba52b997415164421999287d54fce6beae3bd384332e2d752499df5402da797e5d8bba547bc58b
  • ant-node: d91a4a32955e2eddc829cbf44cad31da4cde6f06fb7494e84dd02f664fce83cebd210a4c73ddcfe2
  • ant-protocol: 83b6b4e2b12c217fe2728cd6bd9d923e50b86708ffaf12d41c1f129ed92051e04aaf5d6f8e94eec7
  • saorsa-core: 7ca2fda6700be4941bc181924691afebf12589fea681772c042b8215f36a9a860510d1fdb54b7540
  • saorsa-transport: 260b522926d6d64baf5891f168a72388764d250b2ee8e944ae32c3667ca8b588365a65a41f4b0f14
  • saorsa-pqc: 2ab931e2533f1df6aa446636fbcf6e95b5bf5a2156e7b435de76f868f285b93cc470000fc6f5eec4

Not drifted: self_encryption, evmlib, ant-keygen, ant-merkle.

Source artifacts inspected

  • antd/Cargo.toml, antd/Cargo.lock, deploy/Dockerfile (ant-sdk)
  • ant-cli/src/main.rs, ant-cli/src/commands/data/file.rs, ant-core/src/data/client/file.rs, ant-core/src/data/client/merkle.rs (ant-client)
  • src/payment/verifier.rs, src/payment/quote.rs, src/payment/pricing.rs, src/replication/audit.rs, src/node.rs (ant-node)
  • .github/workflows/, Cargo.toml, Cargo.lock (ant-protocol)
  • src/network.rs, src/transport_handle.rs, src/dht_network_manager.rs, README.md (saorsa-core)
  • .github/, README.md, docs/ (saorsa-transport)
  • .github/workflows/, Cargo.toml, Cargo.lock, benches/ (saorsa-pqc)

Developer-facing change

Internal refactors; no developer-facing impact.

  • ant-sdk: Release v0.9.2 — dependency bumps and Dockerfile updates only.
  • ant-client: fix/defer-token-approval — removed the eager approve_token_spend() call from CLI startup (deferred to payment time); improved partial DataMap store error reporting in JSON mode; retry logic improvements for quorum-short Merkle upload chunks. The approve_token_spend() method still exists in ant-core's public API; no docs page documented the eager CLI auto-approval behavior.
  • ant-node: fix/audit-failure-log-add-first-failed-key — replaced time-based quote freshness (24 h wall-clock expiry + 5 min skew) with a price-based staleness tolerance (25 %); added VerificationContext (ClientPut vs Replication) to skip present-tense checks on already-settled replication receipts; aligned QuoteGenerator pricing source with PaymentVerifier freshness source. All internal node behavior; no documented developer surface changed.
  • ant-protocol: CI workflow updates and dependency bumps only.
  • saorsa-core: Repo URL corrections (dirvine/saorsa-core-foundation → WithAutonomi/saorsa-core), new ADR-015, internal network change (removed wall-clock message timestamp gate, added timestamp field to P2PEvent::Message). Library-internal only.
  • saorsa-transport: Repository ownership documentation and metadata updates; no code changes.
  • saorsa-pqc: CI fix for validation checks; no library changes.

Files changed in this PR

  • 54 docs/**/*.md files — source_commit: and verified_date: inside <!-- verification: --> blocks only
  • skills/start/version.jsonverified_commits values updated
  • skills/start/SKILL.mdverified_commits values and verified_date: updated
  • planning/sweeps/2026-06-10.md — new run summary

Verification run

  • python3 scripts/sweep_poll.py re-run on the prepared branch: status: ok, 0 drifted records remaining
  • skills/start/version.json and skills/start/SKILL.md frontmatter parsed: key sets unchanged, version and published_date unchanged (SKILL.md body not modified — linked-release rule does not apply)
  • Spot-checked docs/core-concepts/payment-model.md diff: only source_commit: and verified_date: lines inside <!-- verification: --> blocks changed; no prose touched
  • No markdownlint or link-checker configured in this repo; skipped

Uncertainties

None. All seven upstream changes were inspected at the pinned head_sha; all are internal to their respective library/build layers with no developer-visible API or behavior changes that the docs describe.


Generated by Claude Code

Metadata-only sweep. Seven upstream repos moved since the last stamp;
all changes are internal refactors or build/CI updates with no
developer-facing impact.

- ant-sdk cac111f → e102df9 (release v0.9.2 — dependency bumps, Dockerfile)
- ant-client eeba52b → 84332e2 (defer token approval, Merkle retry improvements)
- ant-node d91a4a3 → fb7494e (price-based quote freshness, VerificationContext enum)
- ant-protocol 83b6b4e → ffaf12d (CI and dependency bumps)
- saorsa-core 7ca2fda → a681772 (repo URL corrections, timestamp gate removal)
- saorsa-transport 260b522 → 2ee8e94 (repo ownership docs update)
- saorsa-pqc 2ab931e → 56e7b43 (CI fix)

54 docs pages stamped. Skill verified_commits updated.
@JimCollinson JimCollinson merged commit 607fa5e into main Jun 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants