Manifest version 0.11.0 — the bump #17 announced but never made - #18
Merged
Conversation
plugin.json and marketplace.json still said 0.10.3 while bin/govern.mjs ships PLUGIN_VERSION 0.11.0, so marketplace installs never see the deny-reaches-the-model update. Bump both to match.
davidcrowe
added a commit
that referenced
this pull request
Aug 27, 2026
…0) (#19) bin/decide.mjs is the verbatim mirror of acp-install's decide.mjs, and carried the same p0 hole (acp-install#19/#18): wrapper positional operands (sudo -u root, timeout 5, nice -n 10) were classified as the binary, git -C . push --force origin main produced the malformed key Bash.git.. past both floor and policy, subshells/braces/fish -c were gaps, and a policy deny was evadable by prefixing a benign segment (true && gcloud ...). Sync the fixed engine (wrapper operand consumption, option-argument skipping in firstSubcommand, subshell/keyword handling, most-privileged compound classification, strictest-verdict per-segment policy checks, explicit Bash.unknown for unparseable commands), and add test/wrapper-bypass.test.mjs — the plugin-side regression guard this mirror never had. Bump 0.11.0 -> 0.12.0 across plugin.json, marketplace.json, and PLUGIN_VERSION together (the #18 lesson). Companion to acp-install's fix for acp-install#19.
7 tasks
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.
#17 bumped
bin/govern.mjstoPLUGIN_VERSION = "0.11.0"but leftplugin.jsonand.claude-plugin/marketplace.jsonat 0.10.3 — so the marketplace never advertises the update and installed plugins stay on 0.10.3 without the deny-fix. Two-line bump, no code change.