From 7fe8746bb1870b73405b5fa52fd39dd41d503ad5 Mon Sep 17 00:00:00 2001 From: afjcjsbx Date: Wed, 18 Mar 2026 22:28:43 +0100 Subject: [PATCH] refactor files --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 6e16511ea..202ad4f59 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -42,14 +42,14 @@ 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 # Agent behavior guide ├── HEARTBEAT.md # Periodic task prompts (checked every 30 min) ├── IDENTITY.md # Agent identity ├── SOUL.md # Agent soul └── USER.md # User preferences ``` -> **Note:** Changes to `AGENTS.md`, `SOUL.md`, `USER.md`, `IDENTITY.md`, and `memory/MEMORY.md` are automatically detected at runtime via file modification time (mtime) tracking. You do **not** need to restart the gateway after editing these files — the agent picks up the new content on the next request. +> **Note:** Changes to `AGENT.md`, `SOUL.md`, `USER.md` and `memory/MEMORY.md` are automatically detected at runtime via file modification time (mtime) tracking. You do **not** need to restart the gateway after editing these files — the agent picks up the new content on the next request. ### Skill Sources