docs: add MEMORY_ARCHITECTURE.md — retrieval order, storage layout, data flow #375
Reference in New Issue
Block a user
Delete Branch "perplexity/mempalace-architecture-doc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds the missing
docs/MEMORY_ARCHITECTURE.md— the canonical reference for how Timmy's memory palace works.Part of epic #367. Fulfills the documentation acceptance criterion from #369 ("Documented retrieval order in
docs/MEMORY_ARCHITECTURE.md").What's Documented
~/.mempalace/and~/.hermes/scratchpad/mempalace.py,retrieval_enforcer.py,scratchpad.py,wakeup.py) to its issue and PRRelation to Other PRs
This doc is designed to be the companion to #374 (MemPalace integration). Once #374 merges, the code and the docs land together.