Find My Data — actual-code architecture
This diagram reflects the code as built (not aspiration). One deployable server process hosts the API and an embedded durable worker; the worker can also run as a separate process against the same queue (bun run worker). All stores are SQLite
tables behind role interfaces (ADR-0003); projections are rebuildable.