chore(plugin): metadata polish + MC_PREVENT_HOOKS_DISABLED kill-switch — v1.11.1#87
Merged
alys-mc merged 1 commit intoMay 15, 2026
Conversation
…h — v1.11.1 Prep for Anthropic Claude Code plugin directory submission. - Expand plugin.json description; add author.email and homepage. - Move category to marketplace.json (correct schema location). - README: clearer telemetry disclosure with explicit opt-out; document prevent-hook opt-out (MC_PREVENT_HOOKS_DISABLED=1). - New MC_PREVENT_HOOKS_DISABLED=1 env var short-circuits all three prevent evaluators (pre-edit, pre-commit, turn-end). Applied to shared lib and synced to claude-code, codex, copilot, cursor adapters. OpenCode TS port not yet updated — separate follow-up. - Bump 1.11.0 → 1.11.1 across all 5 plugin manifests. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
alys-mc
approved these changes
May 15, 2026
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
Prep for Anthropic Claude Code plugin directory submission.
"category"field fromplugin.json(not in Anthropic's plugin schema). Moved"category": "monitoring"to.claude-plugin/marketplace.jsonwhere it belongs (matches Anthropic's ownclaude-plugins-officialmarketplace).plugin.jsondescription; addedauthor.emailandhomepagefor reviewer/discoverability.MC_AGENT_TOOLKIT_TELEMETRY_DISABLED=1) with confirmation that no prompts/args/code are sent; new prevent-hook opt-out documented.MC_PREVENT_HOOKS_DISABLED=1env var short-circuits all three prevent evaluators (pre-edit, pre-commit, turn-end). Shared lib + synced copies in claude-code/codex/copilot/cursor adapters. OpenCode TS port not yet updated.Test plan
exlooker_gut_summary_last_four_weeks.sql:MC_PREVENT_HOOKS_DISABLED=1 claude --plugin-dir ./plugins/claude-code: edit passed through immediately, no block.--plugin-dirwithout the env var: prevent hook blocked the edit and triggered the impact-assessment workflow exactly as before.validate.ymlchecks pass (no symlinks underhooks/, plugin versions in sync across all 5 manifests).