admin
|
9d8ac26a3b
|
Merge pull request 'feat(target): 新增 TARGET.md 每日排程執行 skill' (#18) from develop into master
Reviewed-on: #18
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-08-03 05:34:16 +00:00 |
|
 JefferyandClaude Opus 5
|
ec038ab4fc
|
chore(plugin 版本): 三家 manifest 升版 0.0.3
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
2026-08-03 12:42:12 +08:00 |
|
 JefferyandClaude Opus 5
|
db637dbab6
|
docs(README): 補上 target skill 說明與目錄結構
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
2026-08-03 12:42:12 +08:00 |
|
 JefferyandClaude Opus 5
|
56241a0a50
|
feat(target): 新增 TARGET.md 每日排程執行、分類提交、push develop 與發 PR 流程
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
2026-08-03 12:42:12 +08:00 |
|
admin
|
0cd1b12147
|
Merge pull request 'chore(code): sync develop to master' (#17) from develop into master
Reviewed-on: #17
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-31 17:38:25 +00:00 |
|
jiantw83
|
3a760a462e
|
refactor(shared): switch code skills to jsc-shared
|
2026-07-31 17:36:08 +00:00 |
|
jiantw83
|
ae745a0ad4
|
chore(plugin 版本): 三家 manifest 升版 0.0.2
|
2026-07-31 17:09:12 +00:00 |
|
jiantw83
|
80d24ee3fd
|
docs(code): fix stale install paths
|
2026-07-31 17:05:12 +00:00 |
|
admin
|
54f98d9b97
|
Merge pull request 'refactor(plugin 命名空間): plugin 更名 jsc-code、skill 去領域前綴' (#16) from develop into master
Reviewed-on: #16
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-28 09:17:17 +00:00 |
|
 JefferyandClaude Opus 5
|
0296c5e7a3
|
chore(plugin 版本): 更名視為新 plugin,版號重置 0.0.1
plugin 更名後,各助理以 <plugin 名>@<marketplace 名> 作為安裝識別鍵,
新名與舊名是兩筆獨立條目:舊 plugin 會被移除、新 plugin 為首次安裝,
兩者之間不存在版本比較,因此不會發生版本倒退,「版本單調遞增」不適用。
依 spec-plugin-version「新 plugin 首發 0.0.1」,三份 manifest 版號一律重置為 0.0.1,
不沿用舊名 jsc 的版本序列。
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
2026-07-28 17:15:23 +08:00 |
|
 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 |
|
admin
|
c9a422caae
|
Merge pull request 'feat(hooks): 補上合併超集 hooks.json 並升版 0.0.11' (#15) from develop into master
Reviewed-on: #15
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-28 08:17:21 +00: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 |
|
admin
|
caf4638f38
|
Merge pull request 'docs(README): 改用 Copilot CLI plugin 指令' (#14) from develop into master
Reviewed-on: #14
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-27 09:01:05 +00:00 |
|
Jeffery
|
62f599a02e
|
docs(README): 改用 Copilot CLI plugin 指令
|
2026-07-27 16:37:57 +08:00 |
|
admin
|
726c92c208
|
Merge pull request 'docs(README): 補上 Copilot 使用說明' (#13) from develop into master
Reviewed-on: #13
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-27 08:32:08 +00: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 |
|
admin
|
eeb3154420
|
Merge pull request 'feat(code-review-resolve): findings 一律讀取+議題無/單選/多選/全部合併去重、Stage B 重新編號(0.0.9)' (#12) from develop into master
Reviewed-on: #12
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-20 10:16:35 +00: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 |
|
admin
|
7af96f1230
|
Merge pull request 'feat(code-review-resolve): 議題模式待人工處理問題寫回 findings 後一律關閉議題(0.0.8)' (#11) from develop into master
Reviewed-on: #11
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-20 07:16:42 +00: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 |
|
admin
|
588f13881e
|
Merge pull request 'feat(code-review-resolve): 改採新版 findings wrapper 格式並新增 --issue 議題模式(0.0.7)' (#10) from develop into master
Reviewed-on: #10
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-20 06:24:17 +00: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 |
|
admin
|
6de91ae30a
|
Merge pull request 'feat(code-review-resolve): findings 目錄 fallback 與版本 bump 0.0.6' (#9) from develop into master
Reviewed-on: #9
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-20 03:16:06 +00: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 |
|
admin
|
8e73e864b5
|
Merge pull request 'docs(README): 標題前綴統一為 jsc' (#8) from develop into master
Reviewed-on: #8
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-17 05:57:27 +00:00 |
|
Jeffery
|
d94f22ca06
|
docs(README): 標題前綴統一為 jsc 並標明程式碼工作流定位
|
2026-07-17 13:47:11 +08:00 |
|
admin
|
6c702f30ce
|
Merge pull request 'feat(code-action-node): 新增 Node(JavaScript)action 標準化 skill' (#7) from develop into master
Reviewed-on: #7
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-17 05:36:09 +00:00 |
|
Jeffery
|
be96880022
|
feat(code-action-node): 新增 Node(JavaScript)action 標準化 skill 並登錄 README
|
2026-07-17 13:34:02 +08:00 |
|
admin
|
a0baf50761
|
Merge pull request 'feat(action skills): composite/docker action 標準化流程強化(參數優先序、從零建立、Dockerfile 修正)' (#6) from develop into master
Reviewed-on: #6
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
|
2026-07-17 03:36:44 +00: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 |
|