Files
youlu-openclaw-workspace/MEMORY.md

98 lines
2.6 KiB
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.
# MEMORY.md - 有路的长期记忆
_这份文件记录持续性项目和重要状态,跨会话保留。_
---
## 🎯 活跃项目
### 1. UCLA 普拉提课程监控
**状态**: 运行中
**创建**: 2026-02-13
**配置**:
- 脚本: `~/.openclaw/workspace/scripts/ucla_pilates_monitor.py`
- Cron: 每天 9:00 / 13:00 / 21:00PST
- 监控: Sec 16B、Sec 19B 已排除(时间不合适)
- 当前: 无可用课程
**规则**: 只报告有空位的课程,全满时静默。
**重要说明2026-02-26**:
- Spring 2026 课程目前显示 "7 Spots Left" 但未真正开放报名(登录后显示 "registration not open"
- **真正开放的信号**: 空位数从 7 减少(有人开始报名)
- 监控脚本已更新注释,提醒未来注意此情况
---
### 2. 每日待办提醒系统
**状态**: 运行中
**创建**: 2026-02-15
**配置**:
- 脚本: `~/.openclaw/workspace/scripts/reminder_check.py`
- Cron: 每天 08:00PST
- 文件: `~/.openclaw/workspace/reminders/active.md`
**功能**:
- 显示所有 pending 事项
- 按优先级分组(高/中/低)
- 显示剩余天数(今天/明天/X天后/逾期)
- 备注说明"为什么要做"
---
### 3. 邮件自动处理系统
**状态**: 运行中
**创建**: 2026-02-27
**配置**:
- 目录: `~/.openclaw/workspace/scripts/email_processor/`
- Cron: 每天 08:30 / 17:00PST
- Runner: uv + isolated subagent
- LLM: Ollama (kamekichi128/qwen3-4b-instruct-2507)
**功能**:
- 自动扫描未读邮件并用 AI 分类
- 学习用户决策,逐渐提高自动化率
- 高置信度邮件自动删除/归档,低置信度进队列
- 当前处于学习期1/20 决定)
---
## 📝 重要规则
### 邮件发送规则v2
- **youlu@luyanxin.com → lu@luyx.org**: 直接发送,无需确认
- 其他所有对外邮件: 仍需确认
### 代码审查规则
写/改/部署代码前,必须先确认:
1. 为什么需要?
2. 改了什么功能?
3. 文件放在哪里?
---
## 👤 用户背景
- **称呼**: 小鹿
- **时区**: America/Los_Angeles (PST)
- **当前事务**: 医疗相关跟进
- 过敏治疗(集群过敏针)
- 囊肿检查(超声波预约)
- 备孕准备(子宫情况跟进)
- 保险报销iui + CVS 药物)
---
## 📁 项目文件索引
| 项目 | 位置 |
|------|------|
| 普拉提监控 | `~/.openclaw/workspace/scripts/ucla_pilates_monitor.py` |
| 待办提醒 | `~/.openclaw/workspace/scripts/reminder_check.py` |
| 邮件处理器 | `~/.openclaw/workspace/scripts/email_processor/` |
| 待办列表 | `~/.openclaw/workspace/reminders/active.md` |
---
_最后更新: 2026-02-27_