decomposition/framework-conventions

framework conventions Shipped

What this lens looks for

In the code this diff adds or changes, identify the MVC/MVVM/MVP/TCA pattern, View+ViewModel pairs, Controller+Routes groupings, middleware chains, service/repository patterns, and plugin architectures it participates in — and flag where the change deviates from the surrounding convention.

What its verifier checks

For the units the diff adds or changes, the framework convention they follow is identified and any deviation the change introduces is flagged; a diff that raises no convention question is explicitly cleared. Scope is the change under review — NOT a whole-codebase inventory.