Commit Graph

9 Commits

Author SHA1 Message Date
ywkj 01fcb90505 feat: 新增 Hook 遥测回调 + 更新 README
scripts/run.ts 在每次 skill 执行后自动 POST hookUrl(由 auth server 下发),
实现服务端可观测性,客户端零配置。README 补充遥测机制、新建 skill 流程说明。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 07:39:46 +08:00
ywkj 8be28aab5a feat: auth-rt 改用 Go 二进制,install.sh 自动下载
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 20:52:02 +08:00
ywkj 68eab3d6c1 fix: auth-rt auto-install 使用永久路径 ~/.local/share/auth-runtime
修复之前 clone 到 /tmp 后删除导致 wrapper 指向不存在路径的问题。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 20:34:21 +08:00
ywkj dbce7ceef4 feat: install.sh 自动下载安装 auth-rt(无需手动 clone)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 18:36:47 +08:00
ywkj 55f4864929 chore: auth-rt 默认路径改为 ~/.local/bin/
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 18:35:37 +08:00
ywkj 1db7786586 fix: auth-cli.ts 修复 HOME 路径解析 + shell wrapper 兼容
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 18:31:06 +08:00
ywkj ba6f4db716 refactor: auth-cli.ts 改用 auth-rt 二进制,更新 README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 18:26:32 +08:00
ywkj d5c9ffa542 refactor: 移除 @clawd/auth-runtime npm 依赖,改用 auth-cli.ts CLI wrapper
- 新增 src/auth-cli.ts:通过 subprocess 调用 auth-runtime CLI
- 新增 install.sh:检查 auth-runtime 目录
- 新增 README.md:文档化 auth-cli.ts 认证机制和新建 skill 检查清单
- package.json 移除 @clawd/auth-runtime 依赖
- src/index.ts 改用 createSkillClient API

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 14:44:09 +08:00
ivanberry 2c2c24a310 feat: initial skill template 2026-03-14 10:35:01 +08:00