@clawos-dev/clawd 0.2.253 → 0.2.254

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.cjs CHANGED
@@ -45920,7 +45920,12 @@ var DEFAULT_PERSONAS = [
45920
45920
  sandboxProfile: DEFAULT_BYPASS_PROFILE
45921
45921
  },
45922
45922
  {
45923
- personaId: "persona-clawd-helper",
45923
+ // clawd 管家 (chief-of-staff):spec 2026-07-22-clawd-butler-persona
45924
+ // 新 personaId 独立于老 persona-clawd-helper(老 helper seed entry 已删;老用户机器上
45925
+ // 若有残留目录,是他们自留物,daemon 不再触碰)。bundle 里 CLAUDE.md 骨架 + 5 个
45926
+ // prebuild skill 走 copyBundleExtras 装到 `.claude/skills/`;skill fetch 用 daemon
45927
+ // 注入的 env CLAWOS_API 拼 `${CLAWOS_API}/api/docs/**` 拉线上手册。
45928
+ personaId: "persona-clawd-butler",
45924
45929
  label: "clawd \u7BA1\u5BB6",
45925
45930
  model: "opus",
45926
45931
  iconKey: "assist",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.253",
3
+ "version": "0.2.254",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",