Framework design upload

This commit is contained in:
deamonkai
2026-02-08 07:53:24 -06:00
commit a59d4b6515
32 changed files with 430 additions and 0 deletions

14
spec/memory-hierarchy.md Normal file
View File

@@ -0,0 +1,14 @@
# Memory hierarchy (draft)
## Tiers
- Ephemeral context (prompt/session window)
- Working memory (session state)
- Episodic memory (event timeline)
- Semantic memory (facts/documents)
- Symbolic memory (rules/constraints)
## Rules
- commits are gated by policy
- decay/retention is explicit
- provenance links to commits