prep(v0.2.1): decision-matrix test coverage + changelog cleanup — Release Pending (2026-04-09)#12
Merged
saurabhjain1592 merged 2 commits intomainfrom Apr 8, 2026
Merged
Conversation
v0.2.1 prep for the planned 2026-04-09 release. Not cut here. Review finding H3: - The v0.2.0 release added a new decision matrix for hook fail-open / fail-closed behavior but only updated a single stderr-string assertion in the test suite. All 5 new branches (curl timeout already tested, but -32603, -32700, -32601, -32602, unknown code) were untested. - Added 5 new mock-server cases with FAIL_CLOSED_METHOD, FAIL_CLOSED_PARAMS, FAIL_OPEN_INTERNAL, FAIL_OPEN_PARSE, FAIL_OPEN_UNKNOWN trigger strings. - Tests now assert the full decision matrix end-to-end. Changelog cleanup (review finding, CLAUDE.md rule): - Removed "issue #1545 Direction 3" internal ref from v0.2.0 section. - v0.2.0 entry date corrected 2026-04-09 → 2026-04-08. Manifest bump: - .codex-plugin/plugin.json: 0.2.0 → 0.2.1 Tests: 29/29 pass (up from 22 in v0.2.0).
The v0.2.1 prep commit updated CHANGELOG and tests but the earlier Edit on plugin.json failed silently (file-not-yet-read error) and the file was left at 0.2.0. Fixing so the manifest version matches the changelog entry.
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
v0.2.1 prep — Release Pending (2026-04-09). Not released here.
Review findings addressed
H3 — Bash plugin test coverage gap
CHANGELOG internal refs
Manifest
.codex-plugin/plugin.json: 0.2.0 → 0.2.1Tests
29/29 pass (up from 22). New cases cover the full decision matrix.
Not released
No tag, no publish, no merge.