acdbot: prevent bal-devnet/glamsterdam-devnet corruption#2042
Merged
Conversation
Add error_patterns for "Ball devnet N", "Ball devnetN" (no-space variant), and "Glamsterdam devnet N" so future ACD calls auto-correct to "bal-devnet-N" and "glamsterdam-devnet-N" forms used elsewhere in the codebase. Mirror the corrected ACDE 236 transcript and TLDR.
7 tasks
Replace the 28 enumerated bal-devnet-N / glamsterdam-devnet-N variants with a `devnets` section that documents the <workstream>-devnet-<N> convention and lists known workstream prefixes (bal, glamsterdam, epbs, peerdas, focil, svalbard). The vocab is just LLM context, not literal find/replace rules — the LLM generates the per-call TSV from the transcript. Three anchor examples in error_patterns (Ball devnet 3, Paul devnet 3, Glamsterdam devnet 2) demonstrate the full pattern; the LLM will generalize to whatever numbers actually appear in a given transcript.
Three error_pattern anchors (Ball devnet 3, Paul devnet 3, Glamsterdam devnet 2) are enough for the LLM to infer the canonical <workstream>-devnet-<N> form for other numbers and workstreams.
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.
Summary
ethereum_vocab.yamlso future ACD calls auto-correctBall devnet N(and theBall devnetNno-space variant) →bal-devnet-NandGlamsterdam devnet N→glamsterdam-devnet-NCompanion PR
Forkcast-side artifact fixes + key_decisions corrections + EIP statusHistory updates: ethereum/forkcast#235
Test plan