0e71d87f751fbe63b1b7f0e6b8607b9167bb8ca6
The old version described a repo that no longer exists: apps/dashboard and apps/editor, a tracking server on port 5001, an ephemeral_db, and a dashboard and API running as separate processes. None of that is true. Replaces it with what the code actually does — one Bun process serving the SPA, the API and eight WebSocket providers; sidecars for the privileged work; the split between Postgres and the file-backed items store; and the single-user invariant stated as an invariant rather than a migration in progress. Also records two things that are easy to get wrong from reading alone: the database is maintained with db:push and has never had a migration applied, and agents run unsandboxed with permissions bypassed on purpose. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%