Commit Graph

4 Commits

Author SHA1 Message Date
ywkj 9892adf566 refactor: 移除 @clawd/auth-runtime npm 依赖,改用 CLI subprocess 调用
通过内置 auth-cli.ts 薄 wrapper 调用 auth-runtime CLI,
消除 npm git 依赖带来的缓存和更新问题。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 14:38:03 +08:00
ywkj 2e23d74701 fix: install.sh always fetches latest git deps before build
/ smoke (push) Successful in 6s Details
register-skill-release / register (push) Successful in 14s Details
rm -rf node_modules/@clawd before npm install ensures auth-runtime
is always at the latest remote version, not cached.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 06:56:29 +08:00
ywkj 850bc75046 chore: pin @clawd/auth-runtime to v1.1.0
/ smoke (push) Successful in 6s Details
Ensures npm/bun fetches the exact version with loadGlobalEnv fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 06:49:06 +08:00
ivanberry 8b73c50a43 feat: initial commit 2026-03-12 07:36:59 +08:00