decomposition/app-interactions

app interactions Shipped

What this lens looks for

Catalogue delegation, observer/notification patterns, pub/sub, shared state/singletons, navigation/routing, dependency injection, event buses, and callback chains. Map how components communicate with each other.

What its verifier checks

Communication patterns catalogued per component; shared state access points identified; navigation/routing graph traced.