📄️ Cut
This module manages state upgrades within the Diamond but enforces Blok Capital's strict "Registry-First" security model.
📄️ Loupe
The Loupe module is entirely read-only. It provides the introspection functions required by EIP-2535, allowing block explorers, frontends, and indexing bots to "see" inside the Garden and map out its capabilities.
📄️ Ownership
The ownership module provides standard ERC-173 administrative control but stores the state securely within the Diamond Storage pattern to prevent collisions during upgrades.
📄️ Upgrade
As diamondCut is blocked in the Base Facets, the Upgrade Module is the only authorized way to alter a Garden's logic. It relies on a deterministic, version-controlled sync with the global FacetRegistry.