# Runbook Operational notes: how to run, test, and debug day-to-day. ## Common Commands ```bash # Run tests (project package manager) uv run pytest tests/ -v ```