marketplace 改名 jsc-plugins → code-review(保留 /jsc: 前綴)

- 安裝 token 由 jsc@jsc-plugins 改為 jsc@code-review
- plugin 名維持 jsc,故 /jsc:code-review 呼叫不變
- 兩個 marketplace.json 的 name 改為 code-review
- 修正 .agents/plugins/marketplace.json 殘留的 template.git → code-review.git
- README 所有 marketplace 指令同步更新

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jeffery
2026-06-15 16:37:24 +08:00
co-authored by Claude Opus 4.8
parent b9f87bac37
commit 5a224932e2
3 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "jsc-plugins",
"name": "code-review",
"plugins": [
{
"name": "jsc",
"source": {
"source": "url",
"url": "https://gitea.jsc.idv.tw/plugins/template.git"
"url": "https://gitea.jsc.idv.tw/plugins/code-review.git"
}
}
]