We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579ba0c commit 42a7080Copy full SHA for 42a7080
1 file changed
README.md
@@ -21,10 +21,10 @@ Claude Code++ adds enterprise-grade capabilities to Claude Code through MCP (Mod
21
│ │
22
│ MEMORY SYSTEM (What Claude Knows) │
23
│ ┌──────────┐ ┌───────────┐ ┌───────────┐ ┌───────────────────┐ │
24
-│ │ Redis │ │ Graphiti │ │ livegrep │ │ Obsidian Vault │ │
+│ │ Redis │ │ Graphiti │ │ SQLite │ │ Obsidian Vault │ │
25
│ │ (Hot) │→ │ (Warm) │→ │ (Cold) │→ │ (Archive) │ │
26
-│ │ Session │ │ Knowledge │ │ All-time │ │ Human-readable │ │
27
-│ │ context │ │ graph │ │ artifacts │ │ export │ │
+│ │ Session │ │ Knowledge │ │ Full-text │ │ Human-readable │ │
+│ │ context │ │ graph │ │ search │ │ export │ │
28
│ └──────────┘ └───────────┘ └───────────┘ └───────────────────┘ │
29
30
│ SEARCH SYSTEM (How Claude Finds Things) │
0 commit comments