chore: 同步记忆体系至 commit e26e596

- project_progress: 新增体重管理(10页)/餐厅终端设备(20+设备)模块进度
- MEMORY.md: 更新base commit至e26e596
- lint_report: 更新至2026-06-12检查结果
- CLAUDE.md: 更新commit hash,记忆引导区块新增lint_report.md

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
liuyunqin
2026-06-12 08:53:17 +08:00
co-authored by Claude Opus 4.8
parent e26e596c11
commit 269a632ae7
4 changed files with 36 additions and 18 deletions
+4 -2
View File
@@ -1,4 +1,4 @@
<!-- Last updated: 2026-06-10 | Commit: 42fc2c6 -->
<!-- Last updated: 2026-06-12 | Commit: e26e596 -->
# 项目约束
@@ -55,6 +55,7 @@
3. **按需加载**(与当前任务相关时加载):
- `project_overview.md` — 技术栈与架构(涉及架构讨论时)
- `user_profile.md` — 用户角色与偏好(需要个性化回复时)
- `lint_report.md` — 记忆健康检查报告(发现记忆体系存在待处理问题时)
### 记忆体系的更新与同步
@@ -69,7 +70,8 @@
├── feedback.md # 协作规范
├── project_progress.md # 阶段进度
├── project_overview.md # 技术栈与架构
── user_profile.md # 用户画像
── user_profile.md # 用户画像
└── lint_report.md # 记忆健康检查报告(按需)
```
> 记忆文件是跨会话持久化的知识,优先级高于 Agent 的默认推断。若记忆内容与当前代码状态冲突,以代码为准并更新记忆。