Every Claude Code session, compiled into one local SQLite file. Run flex init, then ask anything.
Claude reads the schema, then assembles the answer in a few targeted queries.
learns what's in your database before writing a query.
across every path it's lived at, even through renames.
every session that touched it, in order.
why it was built, what it replaced, what influenced it.
the exact prompt that spawned the file.
Claude reads the schema before it writes a single query.
A background worker keeps it current within seconds.
trace any file through every session that touched it: who made it, why, what it became.
find the session where a decision happened: what was considered, what failed, why you landed here.
importance + relationships precomputed, so every query is weighted by what matters.
Grouped automatically. Search one repo or all of them at once.
One SQLite file on your machine. Nothing leaves it.