BacMR Backend Docs
This site documents the backend branch as it exists in this repository today.
The published scope is the Python backend under app/, the database assets under db/, the backend-facing CI/CD files under .github/, and the backend docs under docs/. Frontend, admin, and mobile systems are out of scope except where they call this backend or depend on its contracts.
Start here:
- Current state for the branch snapshot, deployment shape, and known drift.
- Architecture overview for the backend subsystem map.
- Local development for setup and validation.
- Deployment for the Render and Supabase operating model.
Documentation boundaries:
app/api/,app/agents/,app/services/, anddb/migrations/are the primary implementation sources.intutype_backend_source_of_truth.mdis treated as design input, not automatically as published truth.- Historical material remains in
docs/90_ops/anddocs/99_archive/, but those directories are not the primary navigation for this branch.