Expand description
The densor manifest — the frozen declaration of which densors + authorities a pipeline run is allowed to use.
Before executing anything, the runtime loads this manifest and validates it: every entry must be identifiable, ids must be unique, and the frozen authority set is the allow-list a stage’s declared authorities are checked against. The manifest is data (no behaviour); validation is pure.
Structs§
- Densor
Entry - One declared densor in the manifest.
- Densor
Manifest - A pipeline’s frozen manifest: the densors it carries + the authority allow-list its stages may cite.