Skip to content

docs: add network-deployed-version skill - #24238

Merged
PhilWindle merged 1 commit into
merge-train/spartan-v5from
spl/network-deployed-version-skill
Jun 24, 2026
Merged

docs: add network-deployed-version skill#24238
PhilWindle merged 1 commit into
merge-train/spartan-v5from
spl/network-deployed-version-skill

Conversation

@spalladino

Copy link
Copy Markdown
Contributor

Adds a network-deployed-version skill that determines which git commit an Aztec network (next-net, devnet, staging) is running now or was running at a past time T, and whether a specific fix or PR is live on it. Useful for incident triage, confirming a fix reached a network, and identifying the exact deployed commit.

Notes on the approach:

  • Networks deploy via scheduled GitHub Actions workflows whose run history lives in either the private aztec-packages-private repo (next-net, devnet, staging-internal) or the public aztec-packages repo (staging-public). The skill includes a table mapping each network to its workflow id, repo, source branch, and cadence.
  • The actual investigation (the gh/gcloud queries that produce run lists and file dumps) runs in a subagent, so it doesn't pollute the main conversation context — the main agent only relays the condensed answer.

Adds a skill for determining which git commit an Aztec network
(next-net, devnet, staging) is running at a given time, and whether a
specific fix or PR is live. The investigation (gh/gcloud queries) runs
in a subagent so it doesn't pollute the main conversation context.
@AztecBot

Copy link
Copy Markdown
Collaborator

Flakey Tests

🤖 says: This CI run detected 2 tests that failed, but were tolerated due to a .test_patterns.yml entry.

\033FLAKED\033 (8;;http://ci.aztec-labs.com/63f4acda307ccdf0�63f4acda307ccdf08;;�): yarn-project/kv-store/scripts/run_test.sh src/bench/sqlite-opfs-encrypted/map_bench.test.ts (2s) (code: 0)
\033FLAKED\033 (8;;http://ci.aztec-labs.com/d8045a1d93f3845a�d8045a1d93f3845a8;;�): yarn-project/kv-store/scripts/run_test.sh src/sqlite-opfs/internal/ordered-binary-browser.test.ts (2s) (code: 0)

@PhilWindle
PhilWindle merged commit 11fe79a into merge-train/spartan-v5 Jun 24, 2026
12 checks passed
@PhilWindle
PhilWindle deleted the spl/network-deployed-version-skill branch June 24, 2026 08:33
rangozd pushed a commit to rangozd/aztec-packages that referenced this pull request Aug 5, 2026
BEGIN_COMMIT_OVERRIDE
docs: add network-deployed-version skill (AztecProtocol#24238)
docs: require self-contained code comments (AztecProtocol#24239)
fix(archiver): validate checkpoint attestations from calldata before
fetching blobs (A-1252) (AztecProtocol#24247)
fix(sequencer): prune in failed-sync fallback so the chain can recover
(AztecProtocol#24253)
END_COMMIT_OVERRIDE
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