refactor files

This commit is contained in:
afjcjsbx 2026-03-18 22:28:43 +01:00
parent 33e1894dc8
commit 7fe8746bb1

View file

@ -42,14 +42,14 @@ PicoClaw stores data in your configured workspace (default: `~/.picoclaw/workspa
├── state/ # Persistent state (last channel, etc.) ├── state/ # Persistent state (last channel, etc.)
├── cron/ # Scheduled jobs database ├── cron/ # Scheduled jobs database
├── skills/ # Custom skills ├── skills/ # Custom skills
├── AGENTS.md # Agent behavior guide ├── AGENT.md # Agent behavior guide
├── HEARTBEAT.md # Periodic task prompts (checked every 30 min) ├── HEARTBEAT.md # Periodic task prompts (checked every 30 min)
├── IDENTITY.md # Agent identity ├── IDENTITY.md # Agent identity
├── SOUL.md # Agent soul ├── SOUL.md # Agent soul
└── USER.md # User preferences └── 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 ### Skill Sources