fix(changelog): label mcp release workflow changes - #13
Merged
Conversation
This was referenced Jun 26, 2026
Merged
JSONbored
added a commit
that referenced
this pull request
Jun 26, 2026
…ecks via changedPaths (#1413) Part two of the predict_gate parity work (#11-13/#18). The oracle now accepts the PR's changed file PATHS (metadata only — paths, never source content, so the predictor stays metadata-only) and, when supplied, evaluates the path-dependent gates the live gate enforces: - ALL review.pre_merge_checks (path-gated ones now match their whenPaths), not just the path-independent subset. - the focus-manifest path policy (manifest_blocked_path / _linked_issue_required / _missing_tests), threaded through manifestPolicyGateMode so block-mode blocks. The slop score stays disclaimed: it needs the diff CONTENT, which a metadata-only oracle must never receive — so #13 is resolved by design, not by adding a gate. The note is now conditional: with paths it disclaims only slop; without them it also discloses the path-policy/path-gated gap. Wiring: the API route already accepted changedFiles (no schema change); the MCP tool gains an optional changedPaths field. No output-schema change → no OpenAPI regen.
10 tasks
This was referenced Jul 8, 2026
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
What changed
packages/gittensory-mcp/CHANGELOG.mdto describe the release workflow impact instead of the docs visual changeWhy
The MCP changelog should track npm/package/release behavior. The prior commit touched the publish workflow and docs, but its title was docs-focused, which made the MCP changelog misleading.
Validation
npm run test:ci