Draft
Conversation
When all registry URLs are already used as private RPCs, the debug script showed "Registry RPCs: (none)" which was misleading. Now it reports how many registry URLs were deduplicated into the private set. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ssues Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…daction Added --rpc-urls, --list-releases, --refresh-releases, and --yes CLI flags to set-rpc-urls.ts for agentic (non-interactive) use. Added supporting functions in rpcUrls.ts (setRpcUrls, listAffectedReleases, refreshSelectedReleases, collectAllK8sHelmManagers) and skipConfirmation option to refreshK8sResources. Removed redactUrl/sanitizeError from debug-rpc-url-health.ts so URLs display in full. Updated debug-rpc-provider and fix-rpc-urls skills for the new workflow including [CONFIRM] gate. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8220 +/- ##
=======================================
Coverage 75.86% 75.86%
=======================================
Files 124 124
Lines 3099 3099
Branches 258 258
=======================================
Hits 2351 2351
Misses 732 732
Partials 16 16
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
.claude/ was in .dockerignore, which meant the hyperlane-monorepo Docker image used as an init container by Haggis never contained the .claude/skills/ directory or CLAUDE.md. The Claude Agent SDK needs these at runtime (loaded via cwd + settingSources) for the agent to use domain-specific skills during investigations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4111096 to
cac8557
Compare
… trevor/agentic-rpc-debugging
… trevor/agentic-rpc-debugging
… trevor/agentic-rpc-debugging
Haggis (the incident investigation agent) needs read access to the Rust codebase to investigate Rust-related incidents. Previously the monorepo image only included TypeScript/Solidity source, leaving rust/ empty. This adds a COPY rust ./rust so the full codebase is available. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… trevor/agentic-rpc-debugging
… trevor/agentic-rpc-debugging
… trevor/agentic-rpc-debugging
…ork/abacus-monorepo into trevor/agentic-rpc-debugging
Ran print-token-prices.ts to refresh CoinGecko prices for mainnet3. Notable moves: ETH ~$2,131 → ~$2,431, BTC ~$66,117 → ~$77,370. Chains without CoinGecko listings default to $1.
This reverts commit 576df05.
… trevor/agentic-rpc-debugging
…ork/abacus-monorepo into trevor/agentic-rpc-debugging
Contributor
🦀 Rust Agent Docker Image Built Successfully
Full image paths |
Contributor
Node Services Docker Image Built Successfully
Full image paths |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opening this up just for a monorepo image to test haggis with.