fix(manifest): migrate to reasonix.io/plugin/v2 so Reasonix v1.22+ can install/update - #6
Open
taominjigithub002 wants to merge 1 commit into
Open
Conversation
…x.io/plugin/v2) so Reasonix v1.22+ can install/update
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.
问题
Reasonix v1.22.0 强制要求原生插件 manifest 声明
apiVersion: reasonix.io/plugin/v2,v1/缺失一律拒绝(无 v1 双读)。当前reasonix-plugin.json为 v1 风格(无 apiVersion、资源字段裸放根级),导致reasonix plugin install https://github.com/Plocr/Reasonix-computer-use报missing apiVersion,插件无法安装/更新。修改
"apiVersion": "reasonix.io/plugin/v2"skills/agents/commands/hooks/mcpServers移入contributes块(v2 推荐结构;v2 允许混用根级字段但 contributes 更明确)skills由字符串"skills"改为数组["skills"]验证
reasonix plugin install <本地副本> --dry-run→compatibility: full,skills/agents/commands/hooks/mcp 全部映射ok:true status:done compatibility:full无运行时行为变更,纯 manifest 格式修正。