Repo triage UI for a messy local workspace.
It scans project folders, detects stack markers, git state, docs, license, env examples, dependency files, build output, and common risk signals, then ranks each repo by what probably needs attention.
python -m reckoner ~/Projects ~/Documents/WORKSPACE
python -m reckoner --json ~/Projects/Software
python -m reckoner --limit 20 --dirty-first ~- dirty git tree
- missing README or license
- missing
.env.examplewhen env vars are present - untracked build/release artifacts
- package manager and stack detection
- stale last commit
- likely ship-ready repos
python -m pip install -e .
reckoner ~/Projects/Software