docs(readme): document workspace USER.md layout

This commit is contained in:
Hoshina 2026-03-18 11:26:21 +08:00
parent 5529e3962d
commit 9dd64cb66c
2 changed files with 16 additions and 14 deletions

View file

@ -784,13 +784,14 @@ PicoClaw stores data in your configured workspace (default: `~/.picoclaw/workspa
``` ```
~/.picoclaw/workspace/ ~/.picoclaw/workspace/
├── sessions/ # Conversation sessions and history ├── sessions/ # Conversation sessions and history
├── memory/ # Long-term memory (MEMORY.md) ├── memory/ # Long-term memory (MEMORY.md)
├── state/ # Persistent state (last channel, etc.) ├── state/ # Persistent state (last channel, etc.)
├── cron/ # Scheduled jobs database ├── cron/ # Scheduled jobs database
├── skills/ # Custom skills ├── skills/ # Workspace-specific skills
├── AGENT.md # Structured agent definition and system prompt ├── AGENT.md # Structured agent definition and system prompt
├── HEARTBEAT.md # Periodic task prompts (checked every 30 min) ├── SOUL.md # Agent soul
├── SOUL.md # Agent soul ├── USER.md # User profile and preferences for this workspace
├── HEARTBEAT.md # Periodic task prompts (checked every 30 min)
└── ... └── ...
``` ```

View file

@ -365,13 +365,14 @@ PicoClaw 将数据存储在您配置的工作区中(默认:`~/.picoclaw/work
``` ```
~/.picoclaw/workspace/ ~/.picoclaw/workspace/
├── sessions/ # 对话会话和历史 ├── sessions/ # 对话会话和历史
├── memory/ # 长期记忆 (MEMORY.md) ├── memory/ # 长期记忆 (MEMORY.md)
├── state/ # 持久化状态 (最后一次频道等) ├── state/ # 持久化状态 (最后一次频道等)
├── cron/ # 定时任务数据库 ├── cron/ # 定时任务数据库
├── skills/ # 自定义技能 ├── skills/ # 工作区级技能
├── AGENT.md # 结构化 Agent 定义与系统提示词 ├── AGENT.md # 结构化 Agent 定义与系统提示词
├── HEARTBEAT.md # 周期性任务提示词 (每 30 分钟检查一次) ├── SOUL.md # Agent 灵魂/性格
├── SOUL.md # Agent 灵魂/性格 ├── USER.md # 当前工作区的用户资料与偏好
├── HEARTBEAT.md # 周期性任务提示词 (每 30 分钟检查一次)
└── ... └── ...
``` ```