v0.3.0
Second-phase dependency-management cleanup release.
- Removes legacy root
requirements.txtandconstraints.txtdependency entry points. - Installs the local platform project with
uv sync --frozenin CI, Docker, and Cloud Run environment sync. - Keeps
pyproject.tomlanduv.lockas the dependency source of truth. - Adds package discovery for the existing flat-layout modules where needed.
- Keeps the static review gate blocking unexpected file deletions while allowing the intentional removal of legacy dependency manifests.