mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
docs: note that workspace config files are hot-reloaded (#1747)
* docs: note that workspace config files are hot-reloaded via mtime tracking * refactor files * refactor files
This commit is contained in:
@@ -42,13 +42,15 @@ PicoClaw は設定されたワークスペース(デフォルト: `~/.picoclaw
|
||||
├── state/ # 永続化状態 (最後のチャネルなど)
|
||||
├── cron/ # スケジュールジョブデータベース
|
||||
├── skills/ # カスタムスキル
|
||||
├── AGENTS.md # Agent 動作ガイド
|
||||
├── AGENT.md # Agent 動作ガイド
|
||||
├── HEARTBEAT.md # 定期タスクプロンプト (30 分ごとにチェック)
|
||||
├── IDENTITY.md # Agent アイデンティティ
|
||||
├── SOUL.md # Agent ソウル/性格
|
||||
└── USER.md # ユーザー設定
|
||||
```
|
||||
|
||||
> **注意:** `AGENT.md`、`SOUL.md`、`USER.md` および `memory/MEMORY.md` への変更は、ファイル更新時刻(mtime)の追跡により実行時に自動検出されます。これらのファイルを編集した後に **gateway を再起動する必要はありません** — Agent は次のリクエスト時に最新の内容を自動的に読み込みます。
|
||||
|
||||
### スキルソース
|
||||
|
||||
デフォルトでは、スキルは以下の順序で読み込まれます:
|
||||
|
||||
Reference in New Issue
Block a user