lint: uv run ruff check --fix . uv run ruff format . typecheck: uvx ty check test: uv run pytest -n auto --no-testmon check: lint typecheck test run: uv run python -m mudlib debug: uv run python -m mudlib --debug render: uv run python scripts/render_map.py