chore: Makefile with venv-based dev workflow #34
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/makefile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Local dev without docker —
make installcreates.venvand pip installs the project editable so contributors get from clone to working CLI in one command.Targets
make install.venvandpip install -e ".[dev]"make testmake test-covmake lintblack --checkmake askQ="..."to ask something else)make costsmake clean.venvand cachesmake docker-build/make docker-testmake helpREADME's quick start now points at
make installas the recommended path; manual venv steps documented as fallback.No code changes; pure additive tooling.