From 94316c6bbf9b42398fe14bccd2330d48878d7829 Mon Sep 17 00:00:00 2001 From: openclaw-314 Date: Wed, 16 Sep 2026 11:02:36 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E8=AE=A2=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E6=96=87=E6=A1=A3=20=C2=A78=20=E5=8F=A3=E5=BE=84=EF=BC=88?= =?UTF-8?q?=E6=89=80=E6=9C=89=20agent=20=E5=9D=87=E7=BA=B3=E5=85=A5?= =?UTF-8?q?=EF=BC=89=E5=B9=B6=E7=99=BB=E8=AE=B0=E6=96=87=E6=A1=A3=E7=B4=A2?= =?UTF-8?q?=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 1 + docs/agent-创建规范与自动化-设计.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 327c668..4d4f0a2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,6 +7,7 @@ |---|---|---| | 1 | `bk02-openclaw-系统说明.md` | **接手入口**:主机与访问、架构、关键路径速查、服务与运维命令、存储结论(SQLite-only)、配置与凭据位置、插件、备份/回滚/Git 仓库、**排查手册**、已知边界与坑 | | 2 | `openclaw-升级与维护.md` | 2026-09-16 升级实测记录:Node 22.23.1→26.8.2、OpenClaw 2026.8.1→2026.9.4、清理 4.6G、踩坑清单、回滚步骤 | +| 3 | `agent-创建规范与自动化-设计.md` | **待实现的设计**:新建 agent 的命名规范(id 用 ASCII / 展示层全中文)、每 agent 专属 MySQL 库与专用账号、中文模板四件套、每日备份改造(硬编码→动态发现)、技能强制性(档①)与决策记录 | ## 目录约定 diff --git a/docs/agent-创建规范与自动化-设计.md b/docs/agent-创建规范与自动化-设计.md index 7008788..29c315c 100644 --- a/docs/agent-创建规范与自动化-设计.md +++ b/docs/agent-创建规范与自动化-设计.md @@ -145,7 +145,7 @@ main 执行:bash ~/.openclaw/scripts/new-agent.sh reading 阅读 | 已有库,需改造 | `main` `juaner` `wellness` `tab` `finances` `fitness` `resume` `travel` | 建 `agent_` 账号 + 授权 + 改各自 `AGENTS.md` 数据库段(由 root 直连改为专用账号) | | 缺库需新建 | `note`(笔记) `pbs`(PBS备份) | 建库建号 + 补文档 | | 特例 | `sql`(SQL) | 保留其**远程 VPS 业务库**定位,另给一个私有库做工作区 | -| 待纳入 | `openclaw` | 当前不在 `agents.entries`、也不在 `agentToAgent.allow` —— 需先决定是否正式纳入,再建库 | +| 待纳入 | `openclaw` | 当前不在 `agents.entries`/`agentToAgent.allow`;按「所有 agent」口径**纳入并建库建号**(纳入前确认不影响既有行为) | > 存量改造是**一次性迁移**,建议作为独立步骤执行(含改 `.env` 变量与各 agent 文档),与新建流程分开验证。