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)
This commit is contained in:
AI不止语
2026-05-24 17:32:47 +08:00
parent 3202b18e43
commit d5d64cd267
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -11,3 +11,5 @@ triage/
.gemini/skills/
.hermes/skills/
.opencode/skills/
.qoder/
.trae/