`projd` scans a software project directory and prints a structured project
report.
```bash
projd scan .
projd scan . --output report.md
projd scan . --format json
projd scan . --format json --output scan.json
projd scan . --output report.md --overwrite
```
The scanner implementation lives in `projd-core` so the CLI and GUI share the
same project model.