This repository supports two app structure modes:
views.py, urls.py, and routes.py.views.py, urls.py, and routes.py.When an app intentionally omits web routing files, add this marker line in manifest.py:
# APP_STRUCTURE: backend-only (intentionally omits views.py, urls.py, and routes.py)
This marker is the repository-wide convention that signals omission is intentional.