通过内置 auth-cli.ts 薄 wrapper 调用 auth-runtime CLI, 消除 npm git 依赖带来的缓存和更新问题。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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>
Ensures npm/bun fetches the exact version with loadGlobalEnv fix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>