chore(release): grounding-mcp v0.3.2#101
Merged
Merged
Conversation
Publish the solution-acceptance gate producer (solution_evaluate / solution_gate, #100), which landed after the v0.3.1 lockstep release and so is absent from the published 0.3.1 tarball. This unblocks wiring the verdict-marker consumer into harness (task cc43c7a4). Bumps package.json + the in-source PACKAGE_VERSION, adds the 0.3.2 CHANGELOG entry, regenerates the workspace lockfile. No source-logic change. Build and 47 grounding-mcp tests green; the --version short-circuit and the solution-verdict.js dist artifact verified locally. Refs: agent-grounding#100, harness task cc43c7a4 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.
What
Release
@lannguyensi/grounding-mcp@0.3.2, publishing the solution-acceptance gate producer.solution_evaluate/solution_gate(#100) landed on master after the v0.3.1 lockstep release, so they are not in the published 0.3.1 tarball (git describeof the feature commit =grounding-mcp-v0.3.1-1-g<sha>;solution-verdict.tsis absent from the v0.3.1 tag tree). This release ships them.Why now
It is the hard prerequisite for the harness consumer wiring (task
cc43c7a4): until 0.3.2 is installable, operators cannot run the producer and the harness completion-gate would deadlock on a permanent deny.Changes
packages/grounding-mcp/package.json: 0.3.1 to 0.3.2packages/grounding-mcp/src/server.ts:PACKAGE_VERSION0.3.1 to 0.3.2packages/grounding-mcp/CHANGELOG.md: 0.3.2 entrypackage-lock.json: workspace version refreshNo source-logic change; ships exactly one feature commit (dc7360a).
Verification
npm run build:depsplus build grounding-mcp: greennpm test --workspace=@lannguyensi/grounding-mcp: 47/47 passnode dist/server.js --versionprints0.3.2dist/solution-verdict.jspresent and inside thefilesallow-listAfter merge: push tag
grounding-mcp-v0.3.2(single tag; publish-libs.yml publishes one package per tag).Refs: agent-grounding#100, harness task cc43c7a4