From e5974ab80432d28e69eea0e1749ce664aca7f534 Mon Sep 17 00:00:00 2001 From: Hoshina Date: Tue, 17 Mar 2026 23:00:14 +0800 Subject: [PATCH] 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 --- README.fr.md | 5 ++--- README.ja.md | 5 ++--- README.md | 5 ++--- README.pt-br.md | 5 ++--- README.vi.md | 5 ++--- README.zh.md | 5 ++--- 6 files changed, 12 insertions(+), 18 deletions(-) diff --git a/README.fr.md b/README.fr.md index d5fe873bf..97dabe125 100644 --- a/README.fr.md +++ b/README.fr.md @@ -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é diff --git a/README.ja.md b/README.ja.md index 7fff46d13..3f43e29ad 100644 --- a/README.ja.md +++ b/README.ja.md @@ -617,11 +617,10 @@ PicoClaw は設定されたワークスペース(デフォルト: `~/.picoclaw ├── state/ # 永続状態(最後のチャネルなど) ├── cron/ # スケジュールジョブデータベース ├── skills/ # カスタムスキル -├── AGENTS.md # エージェントの行動ガイド +├── AGENT.md # 構造化されたエージェント定義とシステムプロンプト ├── HEARTBEAT.md # 定期タスクプロンプト(30分ごとに確認) -├── IDENTITY.md # エージェントのアイデンティティ ├── SOUL.md # エージェントのソウル -└── USER.md # ユーザー設定 +└── ... ``` ### 🔒 セキュリティサンドボックス diff --git a/README.md b/README.md index e64daf0e4..0d671c84b 100644 --- a/README.md +++ b/README.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 diff --git a/README.pt-br.md b/README.pt-br.md index 3fe24d7ea..fab8b8b0f 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -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 diff --git a/README.vi.md b/README.vi.md index 3ee0209f6..337e3d68a 100644 --- a/README.vi.md +++ b/README.vi.md @@ -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) diff --git a/README.zh.md b/README.zh.md index 66d7c5f7c..3cd060e16 100644 --- a/README.zh.md +++ b/README.zh.md @@ -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 # 用户偏好 +└── ... ```