docs: clarify that workspace .md files don't require gateway restart
Add a note to the configuration documentation explaining that changes to AGENTS.md, SOUL.md, USER.md, IDENTITY.md, and MEMORY.md are automatically detected at runtime and do not require a gateway restart. Fixes #1728
This commit is contained in:
parent
a1e8ee56f0
commit
836627adc3
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ PicoClaw stores data in your configured workspace (default: `~/.picoclaw/workspa
|
|||
└── USER.md # User preferences
|
||||
```
|
||||
|
||||
> **Note:** Changes to `AGENTS.md`, `SOUL.md`, `USER.md`, `IDENTITY.md`, and `MEMORY.md` are automatically detected at runtime. You do **not** need to restart the gateway after modifying these files—the system will pick up the changes on the next request.
|
||||
|
||||
### Skill Sources
|
||||
|
||||
By default, skills are loaded from:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue