feat(memory): add project and task guidance

This commit is contained in:
zap
2026-03-11 19:04:18 +00:00
parent b1dd738966
commit 6b7e17f3c0
5 changed files with 103 additions and 3 deletions

View File

@@ -37,6 +37,9 @@
## Memory taxonomy/docs
- Added a compact memory taxonomy section to `AGENTS.md` so future sessions know where different kinds of notes belong.
- Added `memory/README.md` to explain the folder layout, writing rules, and how embeddings should be used: lookup first, source verification second.
- Added `memory/projects.md` as a lightweight human-readable registry for bigger-picture ongoing efforts.
- Added `memory/tasks.md` as a human-readable guide for the structured task system in `memory/tasks.json`.
- Strengthened the explicit `remember this` rule so future sessions know to persist, promote, and route remembered items appropriately.
## Follow-up intent
- Be more disciplined about using the daily note as the default inbox and promoting only durable truths into `MEMORY.md`.