decomposition/system-interactions

system interactions Shipped

What this lens looks for

In the code this diff adds or changes, identify OS lifecycle callbacks (didFinishLaunching, onStart, componentDidMount), IPC mechanisms, background execution, push notifications, deep links/URL schemes, file system operations, and network socket usage it introduces or alters.

What its verifier checks

Every OS lifecycle hook, IPC mechanism, background-execution path, or notification/deep-link handler the diff introduces or changes is identified and traced; a diff that introduces none is explicitly cleared. Scope is the change under review — NOT a whole-codebase inventory.