mirror of
https://github.com/jnMetaCode/superpowers-zh.git
synced 2026-09-03 07:23:56 +08:00
- package.json + 5 个 plugin manifest: 1.4.0 → 1.5.0 - RELEASE-NOTES.zh.md: 新增 v1.5.0 段,描述 Qoder 适配、Rules schema 来源说明、设计取舍 - skills/using-superpowers/references/qoder-tools.md: 新增工具映射 ref (Qoder 大部分工具同名 CC,仅 EnterPlanMode → EnterSpecMode 差异; 附 Task agent 类型表 + Quest MCP 工具清单) - skills/using-superpowers/SKILL.md 第 42 行: 平台适配段加 Qoder ref 引用 发版前验证: - 6 处版本号全部 1.5.0 - 18 款工具 install + 二次幂等 + uninstall 全跑通 - bootstrap 工具(Qoder + Trae)rule 文件内容正确写入与卸载清理 - audit 96 PASS / 0 FAIL - npm pack --dry-run 确认 docs/README.qoder.md + qoder-tools.md 入包
14 lines
592 B
JSON
14 lines
592 B
JSON
{
|
||
"name": "superpowers-zh",
|
||
"description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 等 18 款工具",
|
||
"version": "1.5.0",
|
||
"author": {
|
||
"name": "jnMetaCode",
|
||
"url": "https://github.com/jnMetaCode"
|
||
},
|
||
"homepage": "https://github.com/jnMetaCode/superpowers-zh",
|
||
"repository": "https://github.com/jnMetaCode/superpowers-zh",
|
||
"license": "MIT",
|
||
"keywords": ["skills", "tdd", "debugging", "chinese", "中文", "best-practices", "workflows"]
|
||
}
|