sql_env / docs /RUNBOOK.md
hjerpe's picture
Upload folder using huggingface_hub
5dd1bb4 verified
# 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
```