Add Superpowers Chinese marketplace plugin
Constraint: Keep the official Superpowers plugin available under its existing ID while publishing the localized fork with a distinct ASCII ID.
Rejected: Reusing the upstream superpowers manifest name | It collides with the official marketplace entry.
Confidence: high
Scope-risk: narrow
Directive: Continue syncing this plugin from AreChen/superpowers-zh and preserve hooks: {}.
Tested: Marketplace validator, Codex local install/list/remove, KeyInfo adapter tests, upstream Codex manifest and package checks except its platform-specific tar epoch assertion.
This commit is contained in:
@@ -46,6 +46,30 @@
|
||||
"writing-skills": "创建、修改或验证 Agent skill 时使用,确保 skill 可触发、可维护、可测试。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "superpowers-zh",
|
||||
"repo": "https://github.com/AreChen/superpowers-zh.git",
|
||||
"ref": "main",
|
||||
"adapter": "codex-plugin",
|
||||
"pluginName": "superpowers-zh",
|
||||
"category": "开发工具",
|
||||
"sourcePath": ".",
|
||||
"include": [
|
||||
".codex-plugin",
|
||||
"skills",
|
||||
"assets",
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
"CODE_OF_CONDUCT.md"
|
||||
],
|
||||
"manifestOverrides": {
|
||||
"name": "superpowers-zh",
|
||||
"interface": {
|
||||
"developerName": "AreChen / Jesse Vincent",
|
||||
"category": "开发工具"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "oh-my-codex",
|
||||
"repo": "https://github.com/Yeachan-Heo/oh-my-codex.git",
|
||||
|
||||
Reference in New Issue
Block a user