ai-rule-engine/MEMORY.md
root cd0ec8397f feat(ai-rule-engine): 添加 AI 规则引擎设计方案
- 确定技术选型:Python + SQLite + RestrictedPython
- 规划核心模块:RuleCompiler、RuleExecutor、RuleStore、ConflictDetector
- 设计 REST API 接口
- 定义 MVP 范围

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 21:19:55 +08:00

11 lines
240 B
Markdown

# 长期记忆
- 当前暂无已提炼的长期记忆。
- 在这里记录跨会话稳定生效的偏好、架构决策和最佳实践。
---
## 时间线索引
- [2026-05-11](memory/2026-05-11.md) — AI 规则引擎设计方案确认