"""Persistence layer: SQLAlchemy models (models.py) and engine/session (session.py). Importing this package (or its submodules) never mutates the database -- table creation is an explicit, human-confirmed step. See app/db/session.py:create_all(). """