Decouple plugin shell version from binary release tag (binary_version field)#121
Merged
Conversation
…ersion (#116) - plugin.json x3: new binary_version field (word 3.20.0, pdf/pptx 0.1.0) - wrappers x3: DESIRED_VERSION reads binary_version first, falls back to version for shells predating the field (backward compat) - che-word-mcp shell bumped 3.20.0 -> 3.20.1 absorbing the #112 wrapper hardening; CHANGELOG Unreleased section released as 3.20.1 - marketplace.json synced (version + binary_version) E2E: fresh install with shell 3.20.1 downloads binary v3.20.0; fast path no re-download; field-less shell falls back to version parse. Refs #116
Verify findings (6-AI ensemble): Codex P2 — a binary_version key that exists but is empty fell back to the shell version tag instead of failing closed; now key-presence-aware (absent → fallback, present-but- empty → refuse, keep verified binary). pdf/pptx shells bumped 0.1.1 (wrapper changed after 0.1.0 went live in the marketplace — exercising the decoupling this issue introduces). CLAUDE.md release discipline line for binary_version. E2E: empty-value fail-closed + normal path. Refs #116
This was referenced Jul 2, 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.
Refs #116
Summary
binary_version(binary release tag 的唯一來源);version自此為 shell 版本可自由 bumpversion(backward compat)、key 存在但空值 fail-closedVerification
6-AI ensemble(5× Opus 4.8 + Codex)PASS — 詳見 issue #116 Verify comment。E2E:fresh install(shell 3.20.1 → 下載 v3.20.0)、快路徑、無欄位 fallback、空值 fail-closed。
Checklist
🤖 Generated by /idd-all. Do NOT add a GitHub close trailer (Closes/Fixes/Resolves).