Documentation
README
Memory Compaction Tree
5-level hierarchical index over raw memory logs. Compaction nodes are search indices — originals are never deleted.
Hierarchy
memory/
ROOT.md <- root node (topic index, ~3K tokens, Layer 1)
2026-03-15.md <- raw daily log (permanent, append-only)
daily/2026-03-15.md <- daily compaction node
weekly/2026-W11.md <- weekly compaction node
monthly/2026-03.md <- monthly compaction node
Compaction chain: Raw → Daily → Weekly → Monthly → Root
Tree traversal (search): Root → Monthly → Weekly → Daily → Raw
Fixed vs Tentative Nodes
This is the opening of the README. Read the full README on GitHub.