run: uv run python src/main.py sync: uv sync lint: uv run ruff check lintfix: uv run ruff check --fix format: uv run ruff format test: @echo "No tests yet" typecheck: uv run ty check src/