"""Hexagonal inner ring: domain models, ports, and application services. Every package under this namespace is one bounded context laid out as `{model,ports,service}.py`. Code here has zero infrastructure dependencies -- no sqlalchemy/fastapi/pydantic, no `app.*`, and no harness infrastructure modules (enforced in CI by `tests/test_harness_domain_purity.py`). Adapters implementing the ports live in `app/adapters/`; wiring happens only in `app/gateway/deps.py`. """