fix: register script-guards in marketplace manifest#193
Conversation
script-guards was added in PR #189 but never registered in the marketplace manifest, causing "Plugin not found" errors. Also fixes version from 1.0.0 to 2.3.1 so release-please can manage it. (claude)
There was a problem hiding this comment.
Pull request overview
Registers the previously-added script-guards plugin in the repository marketplace manifest and aligns its plugin manifest version with the repo’s current release version so non-Nix consumers can resolve it correctly.
Changes:
- Bumps
script-guards/.claude-plugin/plugin.jsonversion to2.3.1. - Adds a missing
script-guardsentry to.claude-plugin/marketplace.jsonwithsource: ./script-guardsand version2.3.1.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
script-guards/.claude-plugin/plugin.json |
Updates plugin manifest version to match the repo’s current release-managed version. |
.claude-plugin/marketplace.json |
Registers script-guards so the marketplace can resolve it by name and path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Code Review
This pull request adds the script-guards plugin to the marketplace configuration and updates its version to 2.3.1 in the plugin's manifest. The plugin is designed to enforce research-first and native-tool-first patterns via PreToolUse and UserPromptSubmit hooks. I have no feedback to provide.
PR #193: Register script-guards in marketplace
Summary
Registers
script-guardsin the marketplace manifest and aligns its version withthe current release.
script-guardswas added in #189 but never registered in.claude-plugin/marketplace.json, causingPlugin script-guards not found in marketplace jacobpevans-cc-pluginserrors on session start.Changes
script-guardsentry to.claude-plugin/marketplace.jsonwith correctmetadata
script-guards/.claude-plugin/plugin.jsonversion from1.0.0to2.3.1so release-please can manage it
Test plan
jq empty .claude-plugin/marketplace.jsonpassesjq empty script-guards/.claude-plugin/plugin.jsonpasses🤖 Generated with Claude Code