chore(spec): bump SPEC_VERSION to 0.1.1 - #1224
Merged
Merged
Conversation
The spec's own semver rule assigns PATCH to documentation and non-contract changes. #1223 corrected what the spec said about MCP registration and about a validator that no longer exists, without touching any contract, so the spec version moves one patch. Signed-off-by: Felipe Marzochi <fmarzochi@gmail.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.



Follow-up to #1223.
The spec declares its own versioning rule:
PATCH: Documentation, typo, non-contract changes. #1223 corrected two stale statements (install targets described as registering MCP servers, and a validator file removed back in #307) without changing any contract, soSPEC_VERSIONmoves from 0.1.0 to 0.1.1 inagent.yaml, with the spec index kept in sync.Product version is untouched: this is the spec contract version, not the package version.
Verification:
tests/ci/agent-yaml-surface.test.js4/4,tests/spec/integration-tiers.test.js5/5,tests/plugin-manifest.test.js39/39.Summary by cubic
Bump the spec version from 0.1.0 to 0.1.1 to reflect documentation-only updates. No contract changes or package/product version changes.
Updates
spec_versioninagent.yamland syncs the version indocs/spec/README.md.Written for commit 79c82e1. Summary will update on new commits.