Skip to content

Commit 42a7080

Browse files
committed
fix: Correct memory tier diagram (livegrep → SQLite for cold tier)
1 parent 579ba0c commit 42a7080

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Claude Code++ adds enterprise-grade capabilities to Claude Code through MCP (Mod
2121
│ │
2222
│ MEMORY SYSTEM (What Claude Knows) │
2323
│ ┌──────────┐ ┌───────────┐ ┌───────────┐ ┌───────────────────┐ │
24-
│ │ Redis │ │ Graphiti │ │ livegrep │ │ Obsidian Vault │ │
24+
│ │ Redis │ │ Graphiti │ │ SQLite │ │ Obsidian Vault │ │
2525
│ │ (Hot) │→ │ (Warm) │→ │ (Cold) │→ │ (Archive) │ │
26-
│ │ Session │ │ Knowledge │ │ All-time │ │ Human-readable │ │
27-
│ │ context │ │ graph │ │ artifacts │ │ export │ │
26+
│ │ Session │ │ Knowledge │ │ Full-text │ │ Human-readable │ │
27+
│ │ context │ │ graph │ │ search │ │ export │ │
2828
│ └──────────┘ └───────────┘ └───────────┘ └───────────────────┘ │
2929
│ │
3030
│ SEARCH SYSTEM (How Claude Finds Things) │

0 commit comments

Comments
 (0)