# Generated Combined Distribution **Domain:** Build Systems / Library Distribution **Doc Type:** Canonical Concept Node **Maturity:** Artifact-Derived **Related:** [[wiki/Single-File Portability|Single-File Portability]], [[wiki/Generated Packaging|Generated Packaging]], [[wiki/Lazy-Loading Facade|Lazy-Loading Facade]] --- ## Definition **A generated combined distribution assembles separately maintained modules into one consumable artifact.** Ordering, duplicate declarations, initialization, namespace exposure, and documentation should be controlled by the generator rather than by manual copying. ## Shazam Context The surviving `shazam-complete.pm` is an 8,315-line combined form generated from the modular Perl library. It allowed the same capability system to serve both module-oriented development and low-friction deployment. ## Key Insight **Combination is safest when it is reproducible and disposable: regenerate the bundle instead of editing it.** ## See Also [[wiki/Rebuildable Projection|Rebuildable Projection]], [[wiki/Generated Packaging|Generated Packaging]], [[wiki/Single-File Portability|Single-File Portability]], [[wiki/Technical Terms|Technical Terms]]