docs: update MEMORY.md and TOOLS.md for cron fix and cleanup
- Update backup section to reflect systemEvent fix (2026-03-24) - Remove ephemeral "今日处理" snapshot from MEMORY.md - Remove dead News Digest section from TOOLS.md - Add OpenClaw Cron reference section to TOOLS.md
This commit is contained in:
20
MEMORY.md
20
MEMORY.md
@@ -55,21 +55,21 @@ _这份文件记录持续性项目和重要状态,跨会话保留。_
|
||||
|
||||
**Tag 分类(14个)**: receipt, billing, shipping, promotion, newsletter, security, social, reminder, confirmation, alert, personal, account, subscription, travel
|
||||
|
||||
**今日处理**: 10封邮件,用户决策6次 delete、4次 keep,系统正在学习中
|
||||
|
||||
---
|
||||
|
||||
### 2. 工作区自动备份
|
||||
**状态**: 运行中
|
||||
**创建**: 2026-03-06
|
||||
**更新**: 2026-03-12(移除脚本,改用直接 git 命令)
|
||||
**状态**: 运行中
|
||||
**创建**: 2026-03-06
|
||||
**更新**: 2026-03-24(修复:agentTurn → systemEvent)
|
||||
**配置**:
|
||||
- Cron: 每天 00:00(PST)
|
||||
- 命令: `git add -A && git commit -m "auto: $(date)" && git push`
|
||||
- Cron ID: `53c0b2a6-e3b3-4a1d-b2a8-66e216fad753`
|
||||
- Schedule: 每天 00:00(PST)
|
||||
- Target: `main` session(通过 heartbeat 触发)
|
||||
- Payload: `systemEvent` 直接执行 shell
|
||||
- 远程: `ssh://git@luyanxin.com:8103/lyx/youlu-openclaw-workspace.git`
|
||||
|
||||
**功能**:
|
||||
- 自动提交所有变更到 git
|
||||
**功能**:
|
||||
- 自动提交所有变更到 git(包括未追踪文件)
|
||||
- 自动推送到 origin/main,**无需确认**
|
||||
- 无变更时静默(无通知)
|
||||
- 仅出错时报告
|
||||
@@ -106,4 +106,4 @@ _这份文件记录持续性项目和重要状态,跨会话保留。_
|
||||
|
||||
---
|
||||
|
||||
_最后更新: 2026-03-22_
|
||||
_最后更新: 2026-03-24_
|
||||
|
||||
Reference in New Issue
Block a user