Greenfield Python
Use this flow for a Python project that should start with uv, Ruff, a local Flake8 plugin, mypy, pytest coverage, dependency audit, dead-code checks, CRAP scoring, and mutation testing.
mkdir my-servicecd my-serviceanvil init --lang pythonuv pip install -e ".[dev]"make checkmake qualityThe generated README and AGENTS.md explain the local loop. src/seed/ and tests/ show the conventions to follow before the first feature is added.