Five tools to understand, clean, and improve your codebase — all from one install.
pip3 install --upgrade archaeologist
Run archaeologist-graph ./my-project and your browser opens an interactive map of your entire codebase. Files grouped by folder, colored by health, connected by real call relationships.
The auto-clean always works on an isolated branch.
cleanup-2026-05-28