# Development Guide This guide covers development setup, code quality standards, and project structure for contributors. ## Code Quality ```bash # Run linting uv run ruff check # Format code uv run ruff format # Run with debug logging DEBUG=true uv run