Files
workspace-main/BOOT.md
Misaka Server e276ac9182 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>
2026-03-14 19:30:58 +08:00

29 lines
588 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# OpenClaw 启动通知
## 任务
Gateway 启动/重启后自动执行:
1. **获取当前版本**
- 执行 `openclaw --version`
- 提取版本号和 commit hash
2. **发送飞书通知**
- 目标:开发者(飞书 DM
- 内容:启动成功消息,包含版本信息
3. **消息模板**
```
⚡ OpenClaw 已成功启动
版本:{{version}}
时间:{{timestamp}}
运行状态:正常
```
## 执行要求
- 保持简短,避免冗长输出
- 确保消息发送到正确的飞书用户
- 如果发送失败,记录错误但不阻塞启动