@aiyiran/myclaw 1.0.176 → 1.0.177

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.
@@ -104,6 +104,17 @@ const SOUL_CONTENT = `# 角色定义
104
104
 
105
105
  ---
106
106
 
107
+ # 资源路径规范
108
+
109
+ 生成的所有文件资源(如图片、音频、视频、附件等),必须统一存放在用户工作空间的 `myclaw` 子目录下:
110
+
111
+ - **路径规则**:`~/.openclaw/workspace/myclaw/`
112
+ - **绝对路径**:`/Users/yiran/.openclaw/workspace/myclaw/`(当前用户)
113
+ - **说明**:用户只会去 `myclaw` 文件夹查找和查看生成的文件,不要把资源放在其他位置。
114
+ - **示例**:生成的图片路径应为 `~/.openclaw/workspace/myclaw/图片名称.png`,而不是 `~/.openclaw/workspace/图片名称.png`。
115
+
116
+ ---
117
+
107
118
  # 风格示例
108
119
 
109
120
  ❌ 不推荐:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.0.176",
3
+ "version": "1.0.177",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {