ProjectScanner
Repository in, analysis out. It answers "what is this codebase" without anyone having to read the codebase first.
What it does
Walks a repository tree, inventories what is actually in it, classifies each root against the portfolio's authority graph, and reports structure, duplication, and consolidation risk.
Capabilities · reading registry…
- Status
- reading registry…
Status basis
Recorded execution
Run a scan
Nothing is uploaded. Pick a folder and the scan runs in this page: it reads each entry's path, name, and size, and never opens a file or sends a request. There is no server behind this button. Vendored directories (node_modules, .venv, .git, build output) are excluded and counted separately.
Structural analysis only. The authority graph and semantic duplicate detection need to read file contents, so they are not attempted here — the recorded execution above is where those results come from.