Commit Graph
58 Commits
Author SHA1 Message Date
JefferyandClaude Opus 5 cdf543afc2 refactor(plugin 命名空間): plugin 更名 jsc-code、skill 去領域前綴
- 五份 manifest(plugin.json、.claude-plugin、.codex-plugin、.agents)的 name 由 jsc 改為 jsc-code
- skill 目錄去掉重複的 code- 前綴共 8 個(code-action-docker → action-docker 等),frontmatter name 同步
- 移除 hooks/hooks.json:本 repo 無 hook 腳本,hooks 改由擁有腳本的 plugin 各自註冊,不再維持三份合併超集
- 指令引用改為 /jsc-code: 前綴;跨 plugin 引用指向 /jsc-doc:、/jsc-generic:
- 版號 0.1.0 → 0.1.1

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-28 17:07:14 +08:00
Jeffery c288dd3c09 chore(plugin 版本): 三家 manifest 升版 0.1.0 2026-07-28 16:16:23 +08:00
JefferyandClaude Opus 5 729e6e794a chore(plugin 版本): 三家 manifest 升版 0.0.11
hooks/hooks.json 為新增檔案,需升版才會重建版本化快取目錄並被載入。

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-28 14:21:15 +08:00
JefferyandClaude Opus 5 377121d1c5 feat(hooks): 補上與 doc/generic 相同的合併超集 hooks.json
三個 repo 的 plugin.json 名稱都是 jsc,Claude Code 以 plugin 名稱為鍵註冊
hooks,同名時只保留一份(實測 stop_hook_summary 的 hookCount 為 1),無法
預期哪一份會贏。因此每個 repo 都必須帶同一份合併超集,否則贏的那份缺少的
hook 會靜默失效。

code 本身沒有 hook 腳本,此檔僅作為超集載體:SessionStart 載入角色、Stop
執行 worklog 與角色記憶記錄;指令先試 CLAUDE_PLUGIN_ROOT,找不到再依
「擁有者 marketplace 優先 → 全 cache 後援」搜尋 ~/.claude 與 ~/.codex 快取。

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-28 14:21:14 +08:00
Jeffery 62f599a02e docs(README): 改用 Copilot CLI plugin 指令 2026-07-27 16:37:57 +08:00
Jeffery 36fd0c10a6 chore(plugin 版本): 三家 manifest 升版 0.0.10 2026-07-27 16:24:54 +08:00
Jeffery 05def2e51d docs(README): 補上 Copilot 使用說明 2026-07-27 16:24:54 +08:00
Jeffery 8547f0af41 chore(plugin 版本): 版本號 bump 至 0.0.9 2026-07-20 18:14:57 +08:00
Jeffery 4fc33d4a69 feat(code-review-resolve): findings 檔一律讀取並與 --issue(無/單選/多選/全部)議題合併去重,Stage B 步驟重新編號為 B1–B6 2026-07-20 18:14:57 +08:00
Jeffery 82458310a0 chore(plugin 版本): 版本號 bump 至 0.0.8 2026-07-20 15:15:17 +08:00
Jeffery e8065f2d7c feat(code-review-resolve): 議題模式將待人工處理問題寫回 findings 後一律關閉議題(B5) 2026-07-20 15:15:17 +08:00
Jeffery 33d6b7b95e chore(plugin 版本): 版本號 bump 至 0.0.7 2026-07-20 14:18:07 +08:00
Jeffery feb294ee9a feat(code-review-resolve): 改採新版 findings wrapper 格式並新增 --issue 議題模式(B0 讀議題、B5 回寫並全解決時關閉) 2026-07-20 14:18:07 +08:00
Jeffery 1401638532 chore(plugin 版本): 版本號 bump 至 0.0.6 2026-07-20 11:10:57 +08:00
Jeffery c8cd60461b feat(code-review-resolve): findings.json 不存在或空時 fallback 讀 findings/ 目錄下 *.json 並逐檔就地寫回 2026-07-20 11:10:53 +08:00
Jeffery d94f22ca06 docs(README): 標題前綴統一為 jsc 並標明程式碼工作流定位 2026-07-17 13:47:11 +08:00
Jeffery be96880022 feat(code-action-node): 新增 Node(JavaScript)action 標準化 skill 並登錄 README 2026-07-17 13:34:02 +08:00
Jeffery 8419dbbca9 docs(README): 同步移除 code-review/code-review-archive/hello 章節與呼叫範例 2026-07-17 11:36:20 +08:00
Jeffery aad458ce8d chore(plugin 設定): 三家 manifest 與 marketplace 描述移除已刪除的 skill 2026-07-17 11:36:20 +08:00
Jeffery 2c9996b0e7 refactor(skills): 移除 code-review/code-review-archive/hello 三個 skill 2026-07-17 11:36:20 +08:00
JefferyandClaude Fable 5 739d5ba937 chore(plugin 版本): 三家 manifest 升版 0.0.5
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 08:58:04 +08:00
JefferyandClaude Fable 5 7814e2edea refactor(skills 共用規範): 抽出共用規範至 generic spec-*,以引用+一行 fallback 摘要取代重複內容
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 08:58:04 +08:00
JefferyandClaude Fable 5 fc39c1254d docs(README): 同步 code-action-composite/code-action-docker 章節的參數優先序、從零建立與 Dockerfile 規則說明
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 16:03:57 +08:00
JefferyandClaude Fable 5 6e22907b0e feat(code-action-docker): 參數來源優先序改為執行期環境變數→inputs、新增 A1a 問答式從零建立、移除相對路徑 entrypoint、真多階段建置+.dockerignore、預設最新 LTS node、限縮 src/ 搬移範圍並移除 --yes
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 16:03:49 +08:00
JefferyandClaude Fable 5 0b464c5cdf feat(code-action-composite): 參數來源優先序簡化為 context→inputs、新增 A1a 問答式從零建立分支、補 INPUT_*/outputs 映射樣板、統一時間戳並移除 --yes
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 16:03:40 +08:00
Jeffery 099f17e067 Revert "feat(code-action-docker): 重建為問答式五階段流程,詢問名稱/輸入輸出/目標後以 Node 實作並統一訊息格式,串接 doc-funcs"
This reverts commit 3a9819f6d8.
2026-07-16 12:33:52 +08:00
Jeffery 186d69dfe6 Revert "docs(README): 同步 code-action-docker 章節為問答式五階段流程說明"
This reverts commit a3a1346ae9.
2026-07-16 12:33:52 +08:00
Jeffery 38203f17f7 Revert "chore(plugin 版本): 三家 manifest 升版 0.0.2"
This reverts commit 6b92ca9a30.
2026-07-16 12:33:52 +08:00
Jeffery 5bcd3a877d Revert "feat(code-action-docker): 新增開發中參數來源優先序規則(gitea → secrets → vars → 詢問加入 inputs)"
This reverts commit 5930254a5e.
2026-07-16 12:33:52 +08:00
Jeffery fcc8a96670 Revert "docs(README): 同步 code-action-docker 參數來源優先序說明"
This reverts commit e76775e703.
2026-07-16 12:33:52 +08:00
Jeffery c8ecc10dcc Revert "chore(plugin 版本): 三家 manifest 升版 0.0.3"
This reverts commit a0b1a37ff9.
2026-07-16 12:33:52 +08:00
Jeffery c757bdc674 Revert "feat(code-issues): 議題屬於專案看板時依處理進度調整欄位(分析中→待處理→進行中→待測試→已完成)"
This reverts commit 5633993d7f.
2026-07-16 12:33:52 +08:00
Jeffery c98b06bca7 Revert "docs(README): 同步 code-issues 議題看板欄位進度說明"
This reverts commit 5e47ea938f.
2026-07-16 12:33:52 +08:00
Jeffery 7f4eaeb258 Revert "chore(plugin 版本): 三家 manifest 升版 0.0.4"
This reverts commit b935be26d9.
2026-07-16 12:33:52 +08:00
Jeffery 68a3410f1e Revert "feat(code-issues): 實作完成後同步議題 TODO 勾選狀態,有母議題時一併勾選母議題對應項目並留言告知"
This reverts commit 0e97646535.
2026-07-16 12:33:52 +08:00
Jeffery fc72f931a1 Revert "docs(README): 同步 code-issues 母議題 TODO 勾選說明"
This reverts commit bff191e3d3.
2026-07-16 12:33:52 +08:00
Jeffery 32e7832527 Revert "fix(code-action-docker): 訊息格式對齊 doc-funcs 規範([階段][等級][時間]: 訊息,階段選填)"
This reverts commit fcecc558b2.
2026-07-16 12:33:52 +08:00
Jeffery 2d73b3121e Revert "docs(README): 同步 code-action-docker 訊息格式為 doc-funcs 規範"
This reverts commit c16762ced3.
2026-07-16 12:33:52 +08:00
Jeffery b264709815 Reapply "docs(README): 同步 code-action-docker 訊息格式為 doc-funcs 規範"
This reverts commit 223dc0c532.
2026-07-16 12:33:52 +08:00
Jeffery 379750aa9b Reapply "fix(code-action-docker): 訊息格式對齊 doc-funcs 規範([階段][等級][時間]: 訊息,階段選填)"
This reverts commit c9b2e12711.
2026-07-16 12:33:52 +08:00
Jeffery c9b2e12711 Revert "fix(code-action-docker): 訊息格式對齊 doc-funcs 規範([階段][等級][時間]: 訊息,階段選填)"
This reverts commit fcecc558b2.
2026-07-16 12:28:47 +08:00
Jeffery 223dc0c532 Revert "docs(README): 同步 code-action-docker 訊息格式為 doc-funcs 規範"
This reverts commit c16762ced3.
2026-07-16 12:28:47 +08:00
JefferyandClaude Fable 5 c16762ced3 docs(README): 同步 code-action-docker 訊息格式為 doc-funcs 規範
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 11:43:58 +08:00
JefferyandClaude Fable 5 fcecc558b2 fix(code-action-docker): 訊息格式對齊 doc-funcs 規範([階段][等級][時間]: 訊息,階段選填)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 11:43:58 +08:00
JefferyandClaude Fable 5 bff191e3d3 docs(README): 同步 code-issues 母議題 TODO 勾選說明
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 09:50:31 +08:00
JefferyandClaude Fable 5 0e97646535 feat(code-issues): 實作完成後同步議題 TODO 勾選狀態,有母議題時一併勾選母議題對應項目並留言告知
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 09:50:31 +08:00
JefferyandClaude Fable 5 b935be26d9 chore(plugin 版本): 三家 manifest 升版 0.0.4
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 09:41:09 +08:00
JefferyandClaude Fable 5 5e47ea938f docs(README): 同步 code-issues 議題看板欄位進度說明
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 09:41:09 +08:00
JefferyandClaude Fable 5 5633993d7f feat(code-issues): 議題屬於專案看板時依處理進度調整欄位(分析中→待處理→進行中→待測試→已完成)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 09:41:09 +08:00
JefferyandClaude Fable 5 a0b1a37ff9 chore(plugin 版本): 三家 manifest 升版 0.0.3
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 18:53:58 +08:00
JefferyandClaude Fable 5 e76775e703 docs(README): 同步 code-action-docker 參數來源優先序說明
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 18:53:58 +08:00
JefferyandClaude Fable 5 5930254a5e feat(code-action-docker): 新增開發中參數來源優先序規則(gitea → secrets → vars → 詢問加入 inputs)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 18:53:58 +08:00
JefferyandClaude Fable 5 6b92ca9a30 chore(plugin 版本): 三家 manifest 升版 0.0.2
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 18:38:39 +08:00
JefferyandClaude Fable 5 a3a1346ae9 docs(README): 同步 code-action-docker 章節為問答式五階段流程說明
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 18:23:33 +08:00
JefferyandClaude Fable 5 3a9819f6d8 feat(code-action-docker): 重建為問答式五階段流程,詢問名稱/輸入輸出/目標後以 Node 實作並統一訊息格式,串接 doc-funcs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 18:23:26 +08:00
Jeffery a224cd7a1d chore(plugin 設定): 對齊四家 manifest 的名稱、來源與能力描述 2026-07-15 14:23:40 +08:00
Jeffery 09f0dffdb0 docs(README): 更新 skills 目錄、安裝與呼叫方式說明 2026-07-15 14:23:40 +08:00
Jeffery 9adaf483f5 feat(skills): 新增 code-review 攻防審查等 9 個程式碼工作流 skills 2026-07-15 14:23:40 +08:00