feat(daemon-beta t2): template 代裝——embed v1.18.0 快照(36檔)/冪等不覆寫/daemon 啟動自動鋪/template-install 子命令;scan 加 SkipDirNames 防 system-dev 與 CLAUDE.md 被當知識掃

- 測試 3 支新增全綠(首鋪/冪等護用戶檔/掃描跳 template 產物——第三支先紅抓到 CLAUDE.md 洩入再修綠)
- CLI 實跑:新鋪 36 檔→重跑 0 新檔(冪等證據)
This commit is contained in:
2026-07-24 12:18:37 +08:00
parent b355165180
commit 73a5a67b72
41 changed files with 2917 additions and 1 deletions
+2
View File
@@ -53,6 +53,8 @@ func main() {
os.Exit(run(os.Args[2:], runMode{withUpload: true, withTrigger: true}))
case "direct":
os.Exit(runDirect(os.Args[2:]))
case "template-install":
os.Exit(runTemplateInstall(os.Args[2:]))
default:
usage()
os.Exit(2)