Skip to content

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:

Documentation boundaries:

  • app/api/, app/agents/, app/services/, and db/migrations/ are the primary implementation sources.
  • intutype_backend_source_of_truth.md is treated as design input, not automatically as published truth.
  • Historical material remains in docs/90_ops/ and docs/99_archive/, but those directories are not the primary navigation for this branch.