docs(memory): add taxonomy and retrieval guide

This commit is contained in:
zap
2026-03-11 18:58:55 +00:00
parent fba23985c6
commit 36c2c3fa25
3 changed files with 77 additions and 0 deletions

View File

@@ -34,6 +34,10 @@
- `memory/incidents/` for debugging, outages, and issue investigation notes
- Result: top-level `memory/` now contains mostly daily notes, which makes the default inbox much clearer.
## 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.
## Follow-up intent
- Be more disciplined about using the daily note as the default inbox and promoting only durable truths into `MEMORY.md`.
- Avoid adding new one-off memory files unless the topic is truly long-lived.