A standalone server pointed at a filesystem registry now honors per-layer .layer-config visibility at boot, instead of stamping one deployment default on every layer.
Fixed
- Standalone bootstrap (§4.6, §13.11.1): a
PODIUM_LAYER_PATHfilesystem registry served by a standalone server applies each layer's declared.layer-configvisibility. A layer that declares a non-empty visibility boots with it; a layer with no.layer-config, or one whosevisibility:block is empty, falls back to the deployment default (PODIUM_DEFAULT_LAYER_VISIBILITY), matching how a declarativelayers:entry resolves an empty block.
Documentation
- Documented the optional per-layer
.layer-configfile and itsvisibility:schema in the filesystem-registry directory layout (§13.11.1) and the solo/filesystem deployment guide.