refactor: rename mem_scanner→procmem_scanner, add L4 layer, remove make_prompts.py

This commit is contained in:
Liang Jiaqing
2026-04-11 18:30:00 +08:00
parent 6f1585e88f
commit 946c239c03
7 changed files with 10 additions and 150 deletions

View File

@@ -20,6 +20,7 @@ L1: global_mem_insight.txt (极简索引层 - 严格控制 ≤30 行)
L2: global_mem.txt (事实库层 - 现短但会膨胀)
↓ 详细引用 (Reference)
L3: ../memory/ (记录库层 - 包含 .md/.py 等各类文件)
L4: ../memory/L4_raw_sessions/ (历史会话层 - scheduler反射自动收集可定位过往上下文)
```
---
## 各层职责与原则