Enhance project documentation with identity updates and OpenClaw guidelines

- Add Chinese name and extended name origin in IDENTITY.md
- Add OpenClaw documentation verification rules in MEMORY.md
- Add BOOT.md for Gateway startup notification task spec
- Initialize memory directory with daily notes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka Server
2026-03-14 19:30:58 +08:00
parent fde2fbb31a
commit e276ac9182
4 changed files with 165 additions and 2 deletions

View File

@@ -64,3 +64,19 @@ cp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.backup-$(date +%Y%m%d-%H%
- 用例子说明复杂概念
- 尽量预判用户可能的后续问题并提前回答
- 保持信息的完整性和实用性
### OpenClaw 相关问题:必须查证官方文档
在回答与 OpenClaw 相关的问题时:
- **如果不清楚或不确定** — 必须上网查阅官方文档https://docs.openclaw.ai
- **不得凭经验猜测** — 即使某些内容看起来"应该"是那样的,也要通过官方文档确认
- **优先使用 web_fetch** — 直接获取官方文档页面获取准确信息
- **保持事实准确** — 如果无法通过官方文档确认,就说明不确定,而不是给出可能错误的答案
**适用场景:**
- OpenClaw 配置项的用法和含义
- OpenClaw 命令的参数和行为
- OpenClaw 功能的工作机制
- OpenClaw hook、cron、heartbeat 等自动化配置
- OpenClaw 技能skills的编写和使用
- 任何涉及 OpenClaw 具体信息、数据、文档的问题