python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]uvicorn app.main:app --reload --host 0.0.0.0 --port 8080pytest- Add or update tests for policy behavior changes.
- Keep API responses backward compatible unless versioned.
- Document new environment variables and defaults.