decomposition/module-boundaries

module boundaries Shipped

What this lens looks for

Examine build manifests, directory structure, and explicit module/package declarations to find each independently buildable unit. Map directory-level boundaries to declared modules and build targets. Identify where one module ends and another begins.

What its verifier checks

Every build target has been identified; directory boundaries map to declared modules; no module spans unrelated directories.