Development Commands

Claude
User Prompt
Intermediate

Prompt

make format        # Format code with ruff
make lint          # Run linting
make check         # Run format-check + lint
make fix           # Auto-fix issues + format
make test          # Run pytest