- 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>
588 B
588 B
OpenClaw 启动通知
任务
Gateway 启动/重启后自动执行:
-
获取当前版本
- 执行
openclaw --version - 提取版本号和 commit hash
- 执行
-
发送飞书通知
- 目标:开发者(飞书 DM)
- 内容:启动成功消息,包含版本信息
-
消息模板
⚡ OpenClaw 已成功启动 版本:{{version}} 时间:{{timestamp}} 运行状态:正常
执行要求
- 保持简短,避免冗长输出
- 确保消息发送到正确的飞书用户
- 如果发送失败,记录错误但不阻塞启动