@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 +6 -1
- package/package.json +1 -1
- /package/dist/persona-defaults/{persona-clawd-helper → persona-clawd-butler}/.claude/skills/clawd-config-editor/SKILL.md +0 -0
- /package/dist/persona-defaults/{persona-clawd-helper → persona-clawd-butler}/.claude/skills/clawd-introspection/SKILL.md +0 -0
- /package/dist/persona-defaults/{persona-clawd-helper → persona-clawd-butler}/.claude/skills/clawd-orchestration/SKILL.md +0 -0
- /package/dist/persona-defaults/{persona-clawd-helper → persona-clawd-butler}/.claude/skills/clawd-product/SKILL.md +0 -0
- /package/dist/persona-defaults/{persona-clawd-helper → persona-clawd-butler}/.claude/skills/clawd-session-lens/SKILL.md +0 -0
- /package/dist/persona-defaults/{persona-clawd-helper → persona-clawd-butler}/CLAUDE.md +0 -0
package/dist/cli.cjs
CHANGED
|
@@ -45920,7 +45920,12 @@ var DEFAULT_PERSONAS = [
|
|
|
45920
45920
|
sandboxProfile: DEFAULT_BYPASS_PROFILE
|
|
45921
45921
|
},
|
|
45922
45922
|
{
|
|
45923
|
-
|
|
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
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|