Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"bump": "node bin/dev-cli.js bump",
"detect": "node bin/dev-cli.js detect",
"verify": "node bin/dev-cli.js verify",
"version": "node scripts/stamp-version.js && git add -A",
"version": "node scripts/stamp-version.js && git add package.json package-lock.json .claude-plugin/plugin.json .claude-plugin/marketplace.json site/content.json",

Copilot AI Apr 23, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title/description suggests scoping staging to package.json only, but the updated version script stages an explicit allowlist of 5 files (including package-lock.json, .claude-plugin/*, and site/content.json). Consider updating the PR title/description to reflect the allowlist approach (or, if the intent truly is package.json-only, remove the extra paths).

Copilot uses AI. Check for mistakes.
"setup-hooks": "node bin/dev-cli.js setup-hooks"
},
"repository": {
Expand Down
Loading