flex init then ask anything — no API, no cloud, no setup.Claude ran @orient to read the schema, then assembled the full answer in four targeted queries.
"Why did we switch to Postgres?" Claude finds the session where you decided. Ask anything — it searches across every project, every session.
Claude knows which sessions and files matter most. Centrality, communities, hubs — pre-computed so every query is already weighted by importance.
Ask about any file. Claude traces it through every session that ever touched it — who created it, why, what changed, what it became.
# your entire knowledge base is one file $ ls ~/.flex/cells/ claude_code.db # back it up $ rsync -av ~/.flex/cells/ backup:~/ claude_code.db 284M # ship it $ scp claude_code.db prod:~/ claude_code.db 100% 284MB/s # open format — query it directly $ sqlite3 claude_code.db "SELECT COUNT(*) FROM sessions" 3337