What problem does it solve?
Automates inspection of a codebase to detect violations of the proposta-arq architecture (Clean Architecture + Hexagonal + DDD), surfacing structural issues, improper dependencies, and misplaced logic so teams can fix architectural debt before it becomes critical.
Core Features & Use Cases
- Structure Validation: Verifies presence and naming of expected layers (domain, use_case, application, infra, shared) and detects files placed in incorrect layers.
- Dependency Flow Analysis: Ensures unidirectional dependencies (infra → application → use_case → domain) and flags imports that break layer boundaries.
- Per-Layer Review: Checks responsibilities of Application, Use Case, Domain, Infrastructure, and Shared components and reports violations with recommendations.
- Use Cases: Pre-merge architecture checks, post-refactor validation, legacy code audits, and preparatory reviews before formal code review.
Quick Start
Run an architecture review on the project root, specify the primary language and changed files, and request a Markdown compliance report.