diff --git a/docs/architecture/system-overview.md b/docs/architecture/system-overview.md index 0d65be6..2ab5ac1 100644 --- a/docs/architecture/system-overview.md +++ b/docs/architecture/system-overview.md @@ -10,36 +10,36 @@ diff --git a/docs/cli/use-the-cli.md b/docs/cli/use-the-cli.md index c8390b9..9ac9598 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 d7762de..16f60f1 100644 --- a/docs/core-concepts/data-types.md +++ b/docs/core-concepts/data-types.md @@ -10,8 +10,8 @@ diff --git a/docs/core-concepts/post-quantum-cryptography.md b/docs/core-concepts/post-quantum-cryptography.md index f724d85..7dd7fcf 100644 --- a/docs/core-concepts/post-quantum-cryptography.md +++ b/docs/core-concepts/post-quantum-cryptography.md @@ -10,8 +10,8 @@ diff --git a/docs/guides/deploy-to-mainnet.md b/docs/guides/deploy-to-mainnet.md index f296924..e00248b 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 112ef8f..554c1a5 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 bff2846..3c84f6c 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 03352b0..ad29192 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 90ddb74..65fc977 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 30fcd2e..3188fbf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,8 +10,8 @@ diff --git a/docs/reference/glossary.md b/docs/reference/glossary.md index 0632e9c..97e7fb8 100644 --- a/docs/reference/glossary.md +++ b/docs/reference/glossary.md @@ -10,36 +10,36 @@ diff --git a/docs/rust/embed-a-node-in-your-application.md b/docs/rust/embed-a-node-in-your-application.md index d77a4e3..0c2f3c0 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 b6af247..d759d02 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 81f0e58..6f11524 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-07-30.md b/planning/sweeps/2026-07-30.md new file mode 100644 index 0000000..e9bac50 --- /dev/null +++ b/planning/sweeps/2026-07-30.md @@ -0,0 +1,35 @@ +# Sweep — 2026-07-30 + +## Branch + +`claude/sweep-2026-07-30` + +## Repos bumped + +| Repo | Recorded SHA | Head SHA | +|------|-------------|----------| +| ant-client | 6f0c957 | 81a0a24 | +| ant-node | f4c8cd5 | c8f0ce1 | +| ant-protocol | 0cc5fae | 54c93a8 | +| saorsa-core | 4de1a5c | ea8124b | +| saorsa-transport | d5abbaf | 24f18c3 | + +## Classification + +All records on the 23 pages updated here are **metadata-only**. Every one of the five upstream heads is the `rc-2026.7.4` release-candidate merge, and each diff touches only `Cargo.toml` and `Cargo.lock`. No source file, protocol surface, CLI command, public Rust module, or README changed on any repo. The changes carry no developer-facing prose impact on any recorded page. + +- **ant-client** (`6f0c957 → 81a0a24`, PR #163): release bump — `ant-cli` `0.3.1 → 0.3.2`, `ant-core` `0.5.0 → 0.5.1`, with pinned dependencies advanced to `ant-protocol 2.3.1` and `ant-node 0.16.0`. `Cargo.toml`/`Cargo.lock` only. No recorded page pins a version number for these crates. +- **ant-node** (`f4c8cd5 → c8f0ce1`, PR #190): release bump — `ant-node` `0.15.0 → 0.16.0`, with `ant-protocol 2.3.1` and `saorsa-core 0.26.4` pins. `Cargo.toml`/`Cargo.lock` only. +- **ant-protocol** (`0cc5fae → 54c93a8`, PR #21): release bump — `ant-protocol` `2.3.0 → 2.3.1`, `saorsa-core` pin advanced to `0.26.4`. `Cargo.toml`/`Cargo.lock` only. The wire-protocol, payment-proof, and devnet-manifest surfaces are unchanged. +- **saorsa-core** (`4de1a5c → ea8124b`, PR #148): release bump — `saorsa-core` `0.26.3 → 0.26.4`, `saorsa-transport` pin advanced to `0.35.3`. `Cargo.toml`/`Cargo.lock` only. No recorded page pins a version number for this crate. +- **saorsa-transport** (`d5abbaf → 24f18c3`, PR #132): release bump — `saorsa-transport` `0.35.2 → 0.35.3`. `Cargo.toml`/`Cargo.lock` only. No recorded page pins a version number for this crate. + +No prose PR and no manual-review issues were opened. + +## Pages updated (23) + +Every drifted `` block on these pages had its `source_commit` and `verified_date` refreshed. Non-drifted blocks (for example the `ant-sdk`, `saorsa-pqc`, and `self_encryption` blocks on the multi-repo reference pages) were left byte-identical. No prose changed. + +## Skill + +`skills/start/version.json` and `skills/start/SKILL.md` frontmatter had their `ant-client`, `ant-node`, and `ant-protocol` `verified_commits` values refreshed, and the `SKILL.md` frontmatter `verified_date` was updated. The `SKILL.md` body, `version`, `published_date`, and `CHANGELOG.md` are unchanged (metadata-only sweep). `saorsa-core` and `saorsa-transport` are not tracked in the skill's `verified_commits`, so no skill change was needed for those bumps. diff --git a/skills/start/SKILL.md b/skills/start/SKILL.md index 7447c38..42d27cf 100644 --- a/skills/start/SKILL.md +++ b/skills/start/SKILL.md @@ -29,13 +29,13 @@ keywords: - read-only # Verification block. Re-verify before changing stable claims or examples. -verified_date: "2026-07-29" +verified_date: "2026-07-30" verification_mode: current-merged-truth verified_commits: ant-sdk: 09da0f4c94fb15d928b5e9f1d4a9ae484176c995 - ant-client: 6f0c957289371cc0b0e766f2c580adc8ecb69074 - ant-node: f4c8cd56a85790031666254c333aa053fe56e6cd - ant-protocol: 0cc5faed154d380c925aea2d093d4084f91cd0b3 + ant-client: 81a0a2470ea74fa8608ed60c8ff214ff1fe2fc3d + ant-node: c8f0ce15c8d146ccbedcbec251f0b101c43b225d + ant-protocol: 54c93a8de885ec8e822581381905ea034866d2fe self_encryption: 0deb040084f94bea2ebb53bda20fa23464bbcfe0 evmlib: 933138710747c887e1962d9ebe26bed4a93e6ead diff --git a/skills/start/version.json b/skills/start/version.json index 06f43da..2a39146 100644 --- a/skills/start/version.json +++ b/skills/start/version.json @@ -9,9 +9,9 @@ "verification_mode": "current-merged-truth", "verified_commits": { "ant-sdk": "09da0f4c94fb15d928b5e9f1d4a9ae484176c995", - "ant-client": "6f0c957289371cc0b0e766f2c580adc8ecb69074", - "ant-node": "f4c8cd56a85790031666254c333aa053fe56e6cd", - "ant-protocol": "0cc5faed154d380c925aea2d093d4084f91cd0b3", + "ant-client": "81a0a2470ea74fa8608ed60c8ff214ff1fe2fc3d", + "ant-node": "c8f0ce15c8d146ccbedcbec251f0b101c43b225d", + "ant-protocol": "54c93a8de885ec8e822581381905ea034866d2fe", "self_encryption": "0deb040084f94bea2ebb53bda20fa23464bbcfe0", "evmlib": "933138710747c887e1962d9ebe26bed4a93e6ead" },