test(circuit-breaker): close 2026-06-16 delta-audit Low findings#71
Merged
Conversation
Delta audit of the 0.12-0.14 cluster came back clean (0 Blocker/High/Medium). Close the two Low findings: add a rate-mode HALF_OPEN probe-failure re-open test (async + sync) and document that such a re-open emits the classic circuit.opened attribute shape in both modes (intentional — a probe failure is a distinct event from a rate trip). Adds the audit report + change bundle. No source behavior change; no release required. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Ship bookkeeping folded into PR #71: mark shipped (pr: 71), move the bundle active -> archive, flip its Index line to Archived. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
The 2026-06-16 delta audit of the 0.12–0.14 change cluster (per-verb siblings, rate-mode breaker,
stateintrospection) + the decoder guide came back clean: five adversarial finders, 0 Blocker / 0 High / 0 Medium, every correctness / concurrency / public-API / docs-accuracy candidate refuted. This PR closes the two Low findings.circuit.openedwith the classicfailure_threshold/failuresattributes (not the rate shape), because the half-open re-open path is shared. A probe-failure re-open is a distinct event from a rate trip, so this is correct — now documented inarchitecture/resilience.md.test_rate_mode_probe_failure_reopens_with_classic_attributes(async + sync) that trips via rate, fails the probe, and asserts the re-open + its classic attribute shape — locking the Low feat(story-1.2): core data types — Request, Response, Limits, Timeout, ClientConfig #1 behavior.No source behavior change. No release required (tests + doc clarification only). Adds the audit report and a lightweight change bundle.
Test plan
just test— 706 passed (+2), 100% coveragejust lint— cleanfailures == 1, hasfailure_threshold, notfailure_rate) — would fail if the re-open shape regressed🤖 Generated with Claude Code