docs(readme): update workspace layout for AGENT.md
Refresh the documented workspace tree across the README translations so onboarding now points to AGENT.md and SOUL.md instead of the retired AGENTS.md, IDENTITY.md, and USER.md files. Refs #1218
This commit is contained in:
parent
2eac14c748
commit
e5974ab804
6 changed files with 12 additions and 18 deletions
|
|
@ -653,11 +653,10 @@ PicoClaw stocke les données dans votre workspace configuré (par défaut : `~/.
|
|||
├── state/ # État persistant (dernier canal, etc.)
|
||||
├── cron/ # Base de données des tâches planifiées
|
||||
├── skills/ # Compétences personnalisées
|
||||
├── AGENTS.md # Guide de comportement de l'Agent
|
||||
├── AGENT.md # Définition structurée de l'agent et prompt système
|
||||
├── HEARTBEAT.md # Invites de tâches périodiques (vérifiées toutes les 30 min)
|
||||
├── IDENTITY.md # Identité de l'Agent
|
||||
├── SOUL.md # Âme de l'Agent
|
||||
└── USER.md # Préférences utilisateur
|
||||
└── ...
|
||||
```
|
||||
|
||||
### 🔒 Bac à Sable de Sécurité
|
||||
|
|
|
|||
|
|
@ -617,11 +617,10 @@ PicoClaw は設定されたワークスペース(デフォルト: `~/.picoclaw
|
|||
├── state/ # 永続状態(最後のチャネルなど)
|
||||
├── cron/ # スケジュールジョブデータベース
|
||||
├── skills/ # カスタムスキル
|
||||
├── AGENTS.md # エージェントの行動ガイド
|
||||
├── AGENT.md # 構造化されたエージェント定義とシステムプロンプト
|
||||
├── HEARTBEAT.md # 定期タスクプロンプト(30分ごとに確認)
|
||||
├── IDENTITY.md # エージェントのアイデンティティ
|
||||
├── SOUL.md # エージェントのソウル
|
||||
└── USER.md # ユーザー設定
|
||||
└── ...
|
||||
```
|
||||
|
||||
### 🔒 セキュリティサンドボックス
|
||||
|
|
|
|||
|
|
@ -788,11 +788,10 @@ PicoClaw stores data in your configured workspace (default: `~/.picoclaw/workspa
|
|||
├── state/ # Persistent state (last channel, etc.)
|
||||
├── cron/ # Scheduled jobs database
|
||||
├── skills/ # Custom skills
|
||||
├── AGENTS.md # Agent behavior guide
|
||||
├── AGENT.md # Structured agent definition and system prompt
|
||||
├── HEARTBEAT.md # Periodic task prompts (checked every 30 min)
|
||||
├── IDENTITY.md # Agent identity
|
||||
├── SOUL.md # Agent soul
|
||||
└── USER.md # User preferences
|
||||
└── ...
|
||||
```
|
||||
|
||||
### Skill Sources
|
||||
|
|
|
|||
|
|
@ -649,11 +649,10 @@ O PicoClaw armazena dados no workspace configurado (padrão: `~/.picoclaw/worksp
|
|||
├── state/ # Estado persistente (ultimo canal, etc.)
|
||||
├── cron/ # Banco de dados de tarefas agendadas
|
||||
├── skills/ # Skills personalizadas
|
||||
├── AGENTS.md # Guia de comportamento do Agente
|
||||
├── AGENT.md # Definicao estruturada do agente e prompt do sistema
|
||||
├── HEARTBEAT.md # Prompts de tarefas periodicas (verificado a cada 30 min)
|
||||
├── IDENTITY.md # Identidade do Agente
|
||||
├── SOUL.md # Alma do Agente
|
||||
└── USER.md # Preferencias do usuario
|
||||
└── ...
|
||||
```
|
||||
|
||||
### 🔒 Sandbox de Segurança
|
||||
|
|
|
|||
|
|
@ -621,11 +621,10 @@ PicoClaw lưu trữ dữ liệu trong workspace đã cấu hình (mặc định:
|
|||
├── state/ # Trạng thái lưu trữ (kênh cuối cùng, v.v.)
|
||||
├── cron/ # Cơ sở dữ liệu tác vụ định kỳ
|
||||
├── skills/ # Kỹ năng tùy chỉnh
|
||||
├── AGENTS.md # Hướng dẫn hành vi Agent
|
||||
├── AGENT.md # Định nghĩa agent có cấu trúc và system prompt
|
||||
├── HEARTBEAT.md # Prompt tác vụ định kỳ (kiểm tra mỗi 30 phút)
|
||||
├── IDENTITY.md # Danh tính Agent
|
||||
├── SOUL.md # Tâm hồn/Tính cách Agent
|
||||
└── USER.md # Tùy chọn người dùng
|
||||
└── ...
|
||||
```
|
||||
|
||||
### 🔒 Hộp cát bảo mật (Security Sandbox)
|
||||
|
|
|
|||
|
|
@ -369,11 +369,10 @@ PicoClaw 将数据存储在您配置的工作区中(默认:`~/.picoclaw/work
|
|||
├── state/ # 持久化状态 (最后一次频道等)
|
||||
├── cron/ # 定时任务数据库
|
||||
├── skills/ # 自定义技能
|
||||
├── AGENTS.md # Agent 行为指南
|
||||
├── AGENT.md # 结构化 Agent 定义与系统提示词
|
||||
├── HEARTBEAT.md # 周期性任务提示词 (每 30 分钟检查一次)
|
||||
├── IDENTITY.md # Agent 身份设定
|
||||
├── SOUL.md # Agent 灵魂/性格
|
||||
└── USER.md # 用户偏好
|
||||
└── ...
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue