From 836627adc3d8a7192fbf32e4cddd0a1320240e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E9=94=8B0668000834?= Date: Wed, 18 Mar 2026 17:23:36 +0800 Subject: [PATCH] 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 --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 9d503f44f..2032b3f87 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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: