Skip to content

Sweep 2026-06-26: bump ant-node verified SHAs (metadata-only)#66

Merged
dirvine merged 1 commit into
mainfrom
claude/sweep-2026-06-26
Jun 26, 2026
Merged

Sweep 2026-06-26: bump ant-node verified SHAs (metadata-only)#66
dirvine merged 1 commit into
mainfrom
claude/sweep-2026-06-26

Conversation

@JimCollinson

Copy link
Copy Markdown
Collaborator

Metadata-only stamp refresh from the daily upstream sweep. One repo drifted: ant-node.

Upstream

  • ant-node: ed34951 → 0be9579 (3 commits, PR #158 fix/concurrent-inbound-replication)

Source artifacts inspected

  • src/replication/config.rs (upstream)
  • src/replication/mod.rs (upstream)

Audit diff obtained via the GitHub compare API (repos/WithAutonomi/ant-node/compare/ed34951...0be9579) because the in-environment git relay serves only the docs repo, not upstream source repos. Both SHAs were resolved and the compare returned status: ahead, 3 commits.

Developer-facing change

Internal refactor; no developer-facing impact. The responsible-chunk audit (audit #2) responder is now spawned onto a detached task off the serial replication message loop, using the existing flood-fair admission control (global ceiling plus per-peer cap) already applied to the subtree and byte audit responders, which removes head-of-line blocking on replication traffic. The concurrent audit-responder ceiling (MAX_CONCURRENT_AUDIT_RESPONSES) was raised from 8 to 16. Both changes live entirely in node-internal replication code; no documented surface (pay-once model, data storage/retrieval, CLI, SDK, or Direct Rust API) is affected. All affected pages are metadata-only stamp refreshes.

Files changed in this PR

  • docs/architecture/system-overview.md
  • docs/core-concepts/payment-model.md
  • docs/guides/overview.md
  • docs/guides/set-up-a-local-network.md
  • docs/guides/test-your-application.md
  • docs/reference/glossary.md
  • docs/reference/source-repositories.md
  • docs/rust/embed-a-node-in-your-application.md
  • docs/sdk/start-the-local-daemon.md
  • skills/start/SKILL.md (frontmatter verified_commits.ant-node + verified_date)
  • skills/start/version.json (verified_commits.ant-node)
  • planning/sweeps/2026-06-26.md (new summary)

Verification run

  • Re-ran python3 scripts/sweep_poll.py on the prepared branch — status: ok, 0 drifted records, no malformed-block errors.
  • Parsed skills/start/version.json and skills/start/SKILL.md frontmatter — version (0.1.6-draft) and published_date unchanged, CHANGELOG.md untouched (SKILL.md body byte-identical to base, so no linked release fields move). verified_commits key sets unchanged.
  • Confirmed the diff is envelope-pure: only source_commit:/verified_date: lines inside ant-node verification blocks in docs/**, only the ant-node value in each verified_commits map, plus the new planning/sweeps/2026-06-26.md.
  • markdownlint / link checkers — skipped (not configured in this environment).
  • No code samples changed; no endpoint/type claims affected (no language syntax checks needed).

Uncertainties

None.


Generated by Claude Code

Refresh the ant-node verification stamps on all affected docs pages and
the start skill after an internal replication/audit-responder change.

Upstream ant-node ed34951 -> 0be9579 (PR #158,
fix/concurrent-inbound-replication): the responsible-chunk audit
responder is now spawned off the serial replication message loop with
the existing flood-fair admission control, and the concurrent
audit-responder ceiling rose from 8 to 16. Both changes are internal
node behaviour in src/replication; no documented surface is affected,
so this is a metadata-only stamp refresh.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NixYXqUXeQS4kq74QszFZU
@dirvine

dirvine commented Jun 26, 2026

Copy link
Copy Markdown

Hermes review of the metadata sweep:

  • Confirmed this is metadata-only: the PR refreshes ant-node verification stamps from ed34951013fe7d96f25279f8e004e4168ea87e28 to 0be9579c679e07fa266207bb9af5a4dde1aaee5a, updates verified_date, adds the sweep note, and does not alter developer-facing prose.
  • Verified upstream compare ed34951...0be9579: 3 commits, files only src/replication/config.rs and src/replication/mod.rs, matching the PR description of internal replication/audit responder changes.
  • GitHub checks are green: prose-guard, sweep-guard, sweep-sha-reachability, and GitBook previews.
  • Local verification: python3 scripts/sweep_poll.py returns status: ok with no drifted records; git diff --check clean; skills/start/version.json parses as valid JSON.

No blocker found. Ready for an authorised maintainer to merge.

@dirvine dirvine merged commit 2d3f485 into main Jun 26, 2026
5 checks passed
@dirvine dirvine deleted the claude/sweep-2026-06-26 branch June 26, 2026 12:46
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.

3 participants