File size: 165 Bytes
5dd1bb4
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# 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
```