Thanks for your interest in improving Code Archaeology Kit.
Use this guide when you want to make a code or documentation change and open a PR.
- Python: 3.11+
- Git: installed (the CLI shells out to
git)
- A PR with tests passing (
pytest -q)
git clone <YOUR_FORK_URL>
cd code-archaeology-kit
python -m pip install -e .pytest -qPYTHONPATH=src python -m code_archaeology scan --help-
pytest -qpasses - Any new CLI flags are documented in
README.md - Outputs remain privacy-safe by default (no repo path, no commit messages, no authors unless explicitly enabled)