Repository
- Name:
- repo-atlas
- URL:
- https://github.com/owner/repo-atlas
- Branch:
- main
- Analyzed:
- 2026-02-14T12:34:00Z
Folder Map
Architecture Map
Computing layout...
Start Here
Suggested reading order for onboarding
Priority 0–100; 100 is the top recommendation. Hover a score for details.
| Path | Priority (0–100) ↓ | Signals |
|---|---|---|
README.md | 95 | Project scope, setup, and quick start for onboarding. |
src/app/page.tsx | 90 | Main app shell, UX, and report wiring. |
src/app/api/analyze/route.ts | 86 | Entry point for analysis and report generation. |
Scores are computed from repo structure and imports only; no code execution.
Danger Zones
Files that may need extra attention
Risk 0–100 from size, coupling, complexity, and test proximity. Hover a score for details.
| Path | Risk (0–100) ↓ | Breakdown |
|---|---|---|
src/analyzer/scoring.ts | 82 | Dense logic with multiple weighted heuristics and branching. |
src/analyzer/packs/tsjs.ts | 76 | High fan-out and parser-like control flow patterns. |
Scores are computed from repo structure and imports only; no code execution.
Run & Contribute
Run commands
npm run dev(from package.json) — Start dev servernpm run build(from package.json) — Build for productionnpm run test(from package.json) — Run test suite
Contribute signals
Key docs
- README.md
- docs/guardrails.md
CI configs
- .github/workflows/ci.yml