Skip to content

Commit d5d64cd

Browse files
committed
chore: 补 .gitignore 漏配 + 修 repository.url 格式
- .gitignore: 加 .qoder/ 和 .trae/(这两个工具走 bootstrap 模式, 会在仓库根目录写 <tool>/rules/superpowers-zh.md + <tool>/skills/, 之前漏配导致本地装一次就有 21 个 untracked 项) - package.json: repository.url 加 git+ 前缀,消掉 npm publish 的 auto-correct warning(npm 端 v1.5.0 已被自动 corrected 入库, 此修复仅影响本地 manifest,不需要发 patch)
1 parent 3202b18 commit d5d64cd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ triage/
1111
.gemini/skills/
1212
.hermes/skills/
1313
.opencode/skills/
14+
.qoder/
15+
.trae/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
],
6565
"repository": {
6666
"type": "git",
67-
"url": "https://github.com/jnMetaCode/superpowers-zh.git"
67+
"url": "git+https://github.com/jnMetaCode/superpowers-zh.git"
6868
},
6969
"homepage": "https://github.com/jnMetaCode/superpowers-zh",
7070
"author": "jnMetaCode",

0 commit comments

Comments
 (0)