Quick reference for AI coding agents.
-
Type: CLI (Typer)
-
Language: Python 3.10+
-
Package manager: uv
deploy/cli.py— CLI entry point
Run make help for all commands. Key ones:
make install # Install deps + pre-commit hooks
make check # Lint, format, type-check
make test # Run pytest
-
Makefile— Project commands -
pyproject.toml— Dependencies and build config -
ruff.toml— Linter/formatter rules -
tests/— Test suite (pytest)