Targets:
make install create .venv and pip install -e ".[dev]"
make test pytest inside the venv
make test-cov pytest with coverage
make lint ruff + black --check
make ask run a sample research call
make costs show the cost ledger
make clean remove venv and caches
make docker-build / docker-test parity wrappers for the docker flow
Lets contributors get from clone to running CLI in one command
without depending on docker. README points at make install as
the recommended path; manual venv steps documented as fallback.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>