What problem does it solve?
It prevents new developers from getting lost, wasting time, or making junior-level mistakes by ensuring they understand the project using the repo’s actual structure and current graph coverage rather than assumptions.
Core Features & Use Cases
- Graph gap filling before answers: Detects high-risk areas with low graph coverage and fills missing graph data to make onboarding reliable, not speculative.
- Guided, graph-cited onboarding interview: Runs a structured sequence of questions (what it does, main modules, risks, recent changes, rules to not break, and test coverage) and expects answers backed by sources in the repo graph and artifacts.
- Change-aware navigation for quick ramp-up: Uses blast/risk-relevant signals from dependency graph and git history so the newcomer can safely choose what to explore first.
Quick Start
Ask: “Onboard me to this codebase, fill any low-coverage graph gaps first, then run the guided overview interview and tell me where to start.”