Skip to content

fix: register script-guards in marketplace manifest#193

Merged
JacobPEvans merged 1 commit intomainfrom
feature/fix-script-guards-manifest
Apr 1, 2026
Merged

fix: register script-guards in marketplace manifest#193
JacobPEvans merged 1 commit intomainfrom
feature/fix-script-guards-manifest

Conversation

@JacobPEvans
Copy link
Copy Markdown
Owner

@JacobPEvans JacobPEvans commented Mar 31, 2026

PR #193: Register script-guards in marketplace

Summary

Registers script-guards in the marketplace manifest and aligns its version with
the current release.

script-guards was added in #189 but never registered in
.claude-plugin/marketplace.json, causing Plugin script-guards not found in marketplace jacobpevans-cc-plugins errors on session start.

Changes

  • Add script-guards entry to .claude-plugin/marketplace.json with correct
    metadata
  • Fix script-guards/.claude-plugin/plugin.json version from 1.0.0 to 2.3.1
    so release-please can manage it

Test plan

  • jq empty .claude-plugin/marketplace.json passes
  • jq empty script-guards/.claude-plugin/plugin.json passes
  • Plugin error no longer appears on session start

🤖 Generated with Claude Code

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)
Copilot AI review requested due to automatic review settings March 31, 2026 22:08
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.json version to 2.3.1.
  • Adds a missing script-guards entry to .claude-plugin/marketplace.json with source: ./script-guards and version 2.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.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

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.

@JacobPEvans JacobPEvans merged commit 1210120 into main Apr 1, 2026
9 checks passed
@JacobPEvans JacobPEvans deleted the feature/fix-script-guards-manifest branch April 1, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants