mirror of
https://github.com/jnMetaCode/superpowers-zh.git
synced 2026-09-02 22:54:06 +08:00
修复安装脚本:精确检测工具目录,防止误安装
- VS Code 检测改为 .github/copilot-instructions.md(避免误判普通 .github 目录) - VS Code skills 安装到 .github/superpowers/(不污染 .github 根目录) - Antigravity skills 安装到 .antigravity/skills/ - 移除 installed===0 的首个工具强制安装逻辑 - 6 个场景测试全部通过
This commit is contained in:
@@ -15,8 +15,8 @@ npx superpowers-zh
|
||||
|
||||
```bash
|
||||
git clone https://github.com/jnMetaCode/superpowers-zh.git
|
||||
mkdir -p /your/project/.antigravity
|
||||
cp -r superpowers-zh/skills/* /your/project/.antigravity/
|
||||
mkdir -p /your/project/.antigravity/skills
|
||||
cp -r superpowers-zh/skills/* /your/project/.antigravity/skills/
|
||||
```
|
||||
|
||||
## 工作原理
|
||||
|
||||
Reference in New Issue
Block a user