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 入包
49 lines
1.8 KiB
JSON
49 lines
1.8 KiB
JSON
{
|
||
"name": "superpowers-zh",
|
||
"version": "1.5.0",
|
||
"description": "AI 编程超能力中文增强版:头脑风暴、subagent 驱动开发、规划、TDD、调试、代码审查、收尾工作流,附 4 个中文 skills 沉淀。",
|
||
"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": [
|
||
"brainstorming",
|
||
"subagent-driven-development",
|
||
"skills",
|
||
"planning",
|
||
"tdd",
|
||
"debugging",
|
||
"code-review",
|
||
"workflow",
|
||
"chinese",
|
||
"中文"
|
||
],
|
||
"skills": "./skills/",
|
||
"interface": {
|
||
"displayName": "Superpowers 中文版",
|
||
"shortDescription": "面向编程 agent 的规划、TDD、调试、交付工作流(中文增强版)",
|
||
"longDescription": "用 Superpowers 中文版引导 agent 完成头脑风暴、实现规划、测试驱动开发、系统化调试、并行执行、代码审查与分支收尾。在上游 obra/superpowers 之上叠加 4 个中国原创 skill 与多工具适配。",
|
||
"developerName": "jnMetaCode",
|
||
"category": "Coding",
|
||
"capabilities": [
|
||
"Interactive",
|
||
"Read",
|
||
"Write"
|
||
],
|
||
"defaultPrompt": [
|
||
"我有个想做的东西。",
|
||
"给这个项目加个功能。"
|
||
],
|
||
"websiteURL": "https://github.com/jnMetaCode/superpowers-zh",
|
||
"privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
|
||
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
|
||
"brandColor": "#F59E0B",
|
||
"composerIcon": "./assets/superpowers-small.svg",
|
||
"logo": "./assets/app-icon.png",
|
||
"screenshots": []
|
||
}
|
||
}
|