Expand description
Stage 5: ASSEMBLE — build the project with stats and metadata.
Structs§
- Confidence
Distribution - Project
- Project
Dependency - A dependency on another project (like a Cargo dependency for science).
- Project
Meta - Project
Stats - Reverse
DepIndex - v0.49.3: reverse-dependency index built from a Project’s forward
linksgraph. Mapsfinding_id → [dependent_finding_id, …]so a “what depends on X?” lookup is O(1) instead of O(N×L).
Constants§
- VELA_
COMPILER_ VERSION - VELA_
SCHEMA_ URL - Schema and compiler defaults for the current Vela protocol release.
- VELA_
SCHEMA_ VERSION
Functions§
- assemble
- derive_
frontier_ id_ from_ meta - Derive a
vfr_<hash>frontier ID from frontier metadata. Used as a fallback for legacy frontiers without afrontier.createdgenesis event; v0.4+ frontiers derive from the genesis event itself viafrontier_id_from_genesis. - frontier_
id_ from_ genesis - Derive a
vfr_<hash>frontier ID from the canonical hash of thefrontier.createdgenesis event. ReturnsNoneifevents[0]is absent or not afrontier.createdevent (legacy frontiers fall back to meta-derivation viaderive_frontier_id_from_meta). - recompute_
stats - Recompute derived frontier statistics after mechanical edits.