Archived
- 安裝 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>
13 lines
198 B
JSON
13 lines
198 B
JSON
{
|
|
"name": "code-review",
|
|
"plugins": [
|
|
{
|
|
"name": "jsc",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://gitea.jsc.idv.tw/plugins/code-review.git"
|
|
}
|
|
}
|
|
]
|
|
}
|