v3.3.0.4 — doctor + readiness coverage, shared test helper - #66
Merged
Conversation
Closes the May/June bot queue: 26 open PRs down to 0. No user-facing change here — this is coverage for the two scripts a user runs when something has already gone wrong (bin/idstack-doctor, and bin/idstack-status --readiness), plus the shared test helper that replaces nine drifted copies of check(). Landing page carries the version but no What's-new entry: contributor-only. Verified: smoke 393/393, integration 48/48, setup 17/17, manifest-merge 23/23, version-classifier 27/27, plugin-status 9/9, preamble-python 6/6, doctor 13/13, status 22/22, mutations 18/18 guarded. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
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.
Release commit closing the May/June bot PR queue. 26 open PRs → 0.
No user-facing change. This is coverage for the two scripts a user reaches for when something has already gone wrong, plus the helper consolidation.
What landed
bin/idstack-doctor— 13 behavioral cases. Had zero execution coverage; smoke-test only checked the file existed and parsed.bin/idstack-status --readiness— 22 assertions, including per-threshold boundaries and the WCAG Level-A override in both places it's implemented.test/test-helper.sh— one assertion helper replacing nine drifted copies.Verification
Test suites in CI: 9 → 11.
🤖 Generated with Claude Code