flex init then ask anything — no API, no cloud, no setup.Claude read the database schema, then assembled the full answer in four targeted queries.
Ask about any file. Claude traces it through every session that ever touched it — who created it, why, what changed, what it became.
The hardest question in software: why was it done this way? Claude finds the session where the decision happened — which approaches were considered, which failed, and why you landed here.
Claude knows which sessions and files matter most. Which sessions connect the most ideas, which files get touched the most — pre-computed so every query is already weighted by importance.
# 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" 4547