diff --git a/docs/architecture/system-overview.md b/docs/architecture/system-overview.md index 4bb0202..0b0dd4b 100644 --- a/docs/architecture/system-overview.md +++ b/docs/architecture/system-overview.md @@ -10,15 +10,15 @@ diff --git a/docs/cli/use-the-cli.md b/docs/cli/use-the-cli.md index d0d1ba3..6d2eeb2 100644 --- a/docs/cli/use-the-cli.md +++ b/docs/cli/use-the-cli.md @@ -3,8 +3,8 @@ diff --git a/docs/core-concepts/data-types.md b/docs/core-concepts/data-types.md index f192444..e7a0e13 100644 --- a/docs/core-concepts/data-types.md +++ b/docs/core-concepts/data-types.md @@ -10,8 +10,8 @@ diff --git a/docs/guides/deploy-to-mainnet.md b/docs/guides/deploy-to-mainnet.md index ff8cb4e..e29b0c2 100644 --- a/docs/guides/deploy-to-mainnet.md +++ b/docs/guides/deploy-to-mainnet.md @@ -10,8 +10,8 @@ diff --git a/docs/guides/overview.md b/docs/guides/overview.md index dcec4e7..e457949 100644 --- a/docs/guides/overview.md +++ b/docs/guides/overview.md @@ -10,15 +10,15 @@ diff --git a/docs/guides/prepare-a-wallet-for-uploads.md b/docs/guides/prepare-a-wallet-for-uploads.md index 0b88c48..5a7b8f7 100644 --- a/docs/guides/prepare-a-wallet-for-uploads.md +++ b/docs/guides/prepare-a-wallet-for-uploads.md @@ -10,8 +10,8 @@ diff --git a/docs/guides/set-up-a-local-network.md b/docs/guides/set-up-a-local-network.md index 048a9bd..fce534f 100644 --- a/docs/guides/set-up-a-local-network.md +++ b/docs/guides/set-up-a-local-network.md @@ -10,8 +10,8 @@ diff --git a/docs/guides/test-your-application.md b/docs/guides/test-your-application.md index 20a8daf..e7486bd 100644 --- a/docs/guides/test-your-application.md +++ b/docs/guides/test-your-application.md @@ -10,15 +10,15 @@ diff --git a/docs/index.md b/docs/index.md index 742ab95..b25b36e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,8 +10,8 @@ diff --git a/docs/rust/embed-a-node-in-your-application.md b/docs/rust/embed-a-node-in-your-application.md index 70ad57e..f3a5fb8 100644 --- a/docs/rust/embed-a-node-in-your-application.md +++ b/docs/rust/embed-a-node-in-your-application.md @@ -3,8 +3,8 @@ diff --git a/docs/rust/library-reference.md b/docs/rust/library-reference.md index f684049..769e81c 100644 --- a/docs/rust/library-reference.md +++ b/docs/rust/library-reference.md @@ -3,8 +3,8 @@ diff --git a/docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md b/docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md index 676210f..191c709 100644 --- a/docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md +++ b/docs/sdk/how-to-guides/use-external-signers-for-upload-payments.md @@ -10,8 +10,8 @@ diff --git a/planning/sweeps/2026-08-25.md b/planning/sweeps/2026-08-25.md new file mode 100644 index 0000000..8456132 --- /dev/null +++ b/planning/sweeps/2026-08-25.md @@ -0,0 +1,63 @@ +# Sweep — 2026-08-25 + +## Branch + +`claude/sweep-2026-08-25` + +This run opened a sweep PR only. No documented developer-facing surface changed, +so no prose PR was opened and no manual-review issues were created. + +## Repos bumped + +| Repo | Recorded SHA | Head SHA | +|------|-------------|----------| +| ant-client | 50b4370 | a954ec8 | +| ant-node | 661e68a | c776441 | + +`ant-client` and `ant-node` drifted this run. Every other recorded repo +(`ant-sdk`, `ant-protocol`, `self_encryption`, `evmlib`) is unchanged against +its recorded SHA. + +## Classification + +Every drifted record is **metadata-only** and is stamped here. No record was +ambiguous and no documented surface changed, so no prose PR and no manual-review +issues were opened. + +- **ant-client** (`50b4370 → a954ec8`): the only tree difference between the two + commits is `.github/workflows/ci.yml`, which raises the CI timeout for the + merkle testnet job from 60 to 90 minutes. No CLI command, flag, Rust module, + or documented behaviour changed, so every ant-client-citing page is + metadata-only. +- **ant-node** (`661e68a → c776441`): the change is an internal replication + optimization (a new Proposed ADR-0011, "capacity-gated source discovery") + plus its storage and replication implementation and test helpers. A + storage-full node stops re-probing its close group for keys it has already + authorized but cannot store, deferring them by an internal + `CAPACITY_BLOCKED_RETRY` constant. The change states no wire, storage, or + public-API change in a default build; the new constant is `pub(crate)` and the + new `CapacityVerdict` type is re-exported only within the crate. The + `NodeBuilder`, `NodeConfig`, and `RunningNode` symbols the "embed a node" page + documents are untouched. No documented surface changed, so every + ant-node-citing page is metadata-only. + +## Pages updated (22 pages, 28 blocks) + +For each drifted page, only the `` block whose +`source_commit` matched the recorded `ant-client` or `ant-node` SHA had its +`source_commit` and `verified_date` refreshed. Blocks for non-drifted repos (for +example the `ant-sdk` and `ant-protocol` blocks on multi-repo pages) were left +byte-identical. No prose changed. + +## Skill + +`skills/start/version.json` and the `skills/start/SKILL.md` frontmatter had the +`ant-client` and `ant-node` values in their `verified_commits` maps refreshed +(key set unchanged; no other repo drifted). The `SKILL.md` body names no surface +that changed in this window, so the body is unchanged. The `version`, +`published_date`, and `CHANGELOG.md` are unchanged — this is a metadata-only +skill stamp, so the linked skill release is not triggered. + +## Target-manifest + +No `target-manifest` blocks are active; nothing was skipped on that basis. diff --git a/skills/start/SKILL.md b/skills/start/SKILL.md index 5c63591..3f63ef1 100644 --- a/skills/start/SKILL.md +++ b/skills/start/SKILL.md @@ -29,12 +29,12 @@ keywords: - read-only # Verification block. Re-verify before changing stable claims or examples. -verified_date: "2026-08-20" +verified_date: "2026-08-25" verification_mode: current-merged-truth verified_commits: ant-sdk: a4accf1fb617a8b4d8b53e928a279d212411540f - ant-client: 50b4370bc08acf57c93f1c763063d3582ecf3aef - ant-node: 661e68aa0f6edfd5884003025c34647389256872 + ant-client: a954ec83bd1988a3a8e12c2a748db0d959922461 + ant-node: c7764419fdbdaa5a95391ad1603f763de05b925f ant-protocol: 2bd604a88aaee8cf9a8bf60bf4e61268ed0d0581 self_encryption: 4021f663612c5b963bef935b277eb65416b7d958 evmlib: fbf879b1f7068b5b072a936589721272c62f2ca0 diff --git a/skills/start/version.json b/skills/start/version.json index 198f9f9..bce3e8c 100644 --- a/skills/start/version.json +++ b/skills/start/version.json @@ -9,8 +9,8 @@ "verification_mode": "current-merged-truth", "verified_commits": { "ant-sdk": "a4accf1fb617a8b4d8b53e928a279d212411540f", - "ant-client": "50b4370bc08acf57c93f1c763063d3582ecf3aef", - "ant-node": "661e68aa0f6edfd5884003025c34647389256872", + "ant-client": "a954ec83bd1988a3a8e12c2a748db0d959922461", + "ant-node": "c7764419fdbdaa5a95391ad1603f763de05b925f", "ant-protocol": "2bd604a88aaee8cf9a8bf60bf4e61268ed0d0581", "self_encryption": "4021f663612c5b963bef935b277eb65416b7d958", "evmlib": "fbf879b1f7068b5b072a936589721272c62f2ca0"