test: drift-lock discovery metadata across plugin manifests#11
Merged
Conversation
Commit 1740694 added discovery metadata (keywords, license, repository, homepage, description) to both .claude-plugin/plugin.json and marketplace.json without a guard against the two drifting apart. This repo already drift-locks other duplicated content (references/ docs vs. the vendored prompt, via build-disciplines.test) — extend that convention to the two discovery surfaces plus package.json, which carries the same keywords/license as an npm-flavoured superset. Co-Authored-By: Claude Fable 5 <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.
Summary
across
.claude-plugin/plugin.json,.claude-plugin/marketplace.json,and
package.json(keywords/license/repository/homepage identicalbetween the two plugin manifests; package.json a consistent superset;
all descriptions retain the load-bearing identity phrases).
drift guard — this repo already drift-locks other duplicated content
(references/ docs vs. the vendored prompt) via the same convention.
Commits
Test plan
scripts/*.shtouched)🤖 Generated with Claude Code