feat: add memory-distill skill

Task-end session distill into general and per-skill project memory stores via memories/manifest.md.
This commit is contained in:
2026-08-24 00:46:20 +08:00
parent 1c52a3996c
commit 31bc5f45ce
4 changed files with 237 additions and 0 deletions
@@ -0,0 +1,9 @@
# Memory Manifestack 示例)
skill: ack
summary: ACK 三角色协作闭环
| kind | path | root | create | format | notes |
|------|------|------|--------|--------|-------|
| general | memories/general | skill | true | markdown-dir | 跨项目:角色协作纪律、收尾检查、常见坑 |
| project | docs/ack/memory | project | true | markdown-per-skill | 仅本仓库;本 skill 写入 `docs/ack/memory/ack.md` |