Corrdex is built for architecture review, not dashboard decoration.
Every feature is meant to answer a specific engineering question quickly: what is drifting, what is risky, what rule was violated, and what should be inspected next.
Architecture drift detection
Corrdex maps the codebase continuously and flags when files start crossing boundaries they were not supposed to cross.
Boundary enforcement
Rules do not stay as documentation. Corrdex can fail a review when a change violates a boundary your team has decided to enforce.
Change impact analysis
Before a risky merge lands, Corrdex shows what the likely blast radius looks like and which assets should be inspected next.
Architecture memory
Corrdex keeps an explainable record of how the system is structured so new contributors are not relying on stale wiki pages.
Governance rules
Model architecture expectations as rules with enough structure to enforce, explain, and refine them over time.
type: BOUNDARY name: Controllers cannot access repositories from: ROLE(controller) operator: CANNOT_ACCESS to: ROLE(repository)
Codebase radar
Find the hotspots worth attention first instead of manually searching for coupling, drift, and risk patterns across the whole repository.