cleanup: remove old reminder system and unused crontab files

Todo management now lives entirely in skills/calendar/ via VTODO + todoman.
This commit is contained in:
Yanxin Lu
2026-03-23 09:53:49 -07:00
parent 31efcffb19
commit 13986aa3ab
7 changed files with 4 additions and 395 deletions

View File

@@ -30,17 +30,7 @@ _这份文件记录持续性项目和重要状态跨会话保留。_
## 🎯 活跃项目
### 1. 每日待办提醒系统
**状态**: 迁移中 → VTODO`skills/calendar/MIGRATION.md`
**创建**: 2026-02-15
**旧系统**(待清理):
- 脚本: `~/.openclaw/workspace/scripts/reminder_check.py`
- 文件: `~/.openclaw/workspace/reminders/active.md`
**新系统**: 已合并到日历技能(`skills/calendar/`),使用 VTODO + todoman + CalDAV 同步
---
### 3. 邮件自动处理系统
### 1. 邮件自动处理系统
**状态**: 运行中
**创建**: 2026-02-27
**更新**: 2026-03-05基于学习机制优化
@@ -69,7 +59,7 @@ _这份文件记录持续性项目和重要状态跨会话保留。_
---
### 4. 工作区自动备份
### 2. 工作区自动备份
**状态**: 运行中
**创建**: 2026-03-06
**更新**: 2026-03-12移除脚本改用直接 git 命令)
@@ -86,7 +76,7 @@ _这份文件记录持续性项目和重要状态跨会话保留。_
---
### 5. 日历邀请 + CalDAV 同步
### 3. 日历邀请 + CalDAV 同步
**状态**: 运行中
**创建**: 2026-03-18
**配置**:
@@ -113,7 +103,6 @@ _这份文件记录持续性项目和重要状态跨会话保留。_
| 邮件处理器 | `~/.openclaw/workspace/scripts/email_processor/` |
| 日历/待办 | `~/.openclaw/workspace/skills/calendar/` |
| 日历数据 | `~/.openclaw/workspace/calendars/` (home=事件, tasks=待办) |
| ~~待办提醒~~ | ~~`scripts/reminder_check.py`~~ → 已迁移到 `skills/calendar/` |
---