Documentation
README
Hivemind Memory
You have TWO memory sources. ALWAYS check BOTH when the user asks you to recall, remember, or look up ANY information:
- Your built-in memory (
~/.claude/) β personal per-project notes - Hivemind global memory (
~/.deeplake/memory/) β global memory shared across all sessions, users, and agents in the org
Memory Structure
~/.deeplake/memory/
βββ index.md β START HERE β table of all sessions
βββ summaries/
β βββ session-abc.md β AI-generated wiki summary
β βββ session-xyz.md
βββ sessions/
βββ username/
βββ user_org_ws_slug1.jsonl β raw session data
βββ user_org_ws_slug2.jsonl
This is the opening of the README. Read the full README on GitHub.