diff --git a/MEMORY.md b/MEMORY.md index 0519020..3dfa227 100644 --- a/MEMORY.md +++ b/MEMORY.md @@ -86,11 +86,11 @@ _这份文件记录持续性项目和重要状态,跨会话保留。_ ### 4. 工作区自动备份 **状态**: 运行中 **创建**: 2026-03-06 -**更新**: 2026-03-06(改为静默自动推送) +**更新**: 2026-03-12(移除脚本,改用直接 git 命令) **配置**: -- 脚本: `~/.openclaw/workspace/scripts/workspace_backup.sh` - Cron: 每天 00:00(PST) -- 日志: `~/.openclaw/workspace/logs/backup.log` +- 命令: `git add -A && git commit -m "auto: $(date)" && git push` +- 远程: `ssh://git@luyanxin.com:8103/lyx/youlu-openclaw-workspace.git` **功能**: - 自动提交所有变更到 git