Release v0.9.4 - #211
Merged
Merged
Release v0.9.4#211
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Releases v0.9.4 by bumping the plugin/package versions and rolling the previously “Unreleased” changelog entries into a tagged 0.9.4 section.
Changes:
- Bump
package.jsonversion to0.9.4. - Bump
.claude-plugin/plugin.jsonversion to0.9.4. - Finalize
CHANGELOG.mdby adding a0.9.4section dated2026-08-04and updating itsmodifiedtimestamp.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Version bump to 0.9.4 for the npm package metadata. |
| CHANGELOG.md | Moves Unreleased notes into a new 0.9.4 release section and updates changelog metadata. |
| .claude-plugin/plugin.json | Version bump to 0.9.4 for the Claude plugin manifest. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Bumps
package.jsonand.claude-plugin/plugin.jsonto 0.9.4 and finalizes the CHANGELOG's Unreleased section under this version.Ships five fixes since v0.9.3:
validate-plugingate now inspectscommands/**/*.mdandagents/**/*.mdfrontmatter, with a plugin-root override (CLI arg orVALIDATE_PLUGIN_ROOT, both empty-safe) for fixture-tree tests.MARKETPLACE_SCHEMAaccepts the string-shorthand pluginsourceform.plugin.json/marketplace.jsonreport as structured validation errors instead of crashing the gate.adrgenre (structured-MADR frontmatter), with the content-based corpus carve-out and theadr-smadrCI job gatingdocs/adr/in both modes.type: adrdocument outsidedocs/adr/escapes both gates: the corpus carve-out is content-based, theadr-smadrjob is directory-scoped #209 (PR fix: fail closed on a type: adr document the adr-smadr gate cannot see #210):corpus.mjsfails closed on atype: adrdocument theadr-smadrjob cannot see, closing the carve-out/gate coverage gap.After merge: publish GitHub release
v0.9.4, which fires the attested-deliveryrelease.yml(changelog-check → build → attest → verify → upload).