Skip to main content

Module envelope

Module envelope 

Source
Expand description

Forge-owned export envelope schema and metadata.

Forge owns raw verification truth. Export envelopes are Forge-owned artifacts that flow through the bridge into memory.

V3 is the canonical export contract. Within V3:

  • grouping semantics (claim_family_id, assertion_group_id, relation_group_id) are canonical when the source can supply them,
  • constraint_seed_kind is canonical for relation/episode-style kernel seeds but may remain absent on thin claim exports,
  • lineage such as supersedes_* and derivation_seed_ids must only be emitted when the source bundle actually knows them,
  • absent semantics are an explicit thin-export state, not permission to invent missing truth downstream.

Structs§

ExportClaim
A claim exported from Forge.
ExportEntityAlias
An entity alias suggestion from Forge.
ExportEnvelopeV1Deprecated
Forge-owned export envelope containing projection data.
ExportEnvelopeV2
Forge-owned export envelope containing projection data plus the canonical evidence bundle that produced those projections.
ExportEnvelopeV3
CLIB-013: Canonical Forge export envelope (v3).
ExportEpisode
An episode exported from Forge.
ExportEvidenceRef
An evidence reference for audit purposes.
ExportRecordSemanticsV3
ExportRecordV3
ExportRelation
A relation exported from Forge.
ForgeExportMeta
Metadata about a Forge export operation.
NuisanceSnapshot

Enums§

CausalRoleHint
ConstraintSeedKind
ExportAuthority
Authority marker for Forge-produced exports.
ExportConfidenceClass
ExportEnvelopeError
Errors produced by Forge export schema validation.
ExportRecord
A single record within an export envelope.
ProjectionVisibilityClass

Constants§

EXPORT_ENVELOPE_V1_SCHEMADeprecated
Schema version for the legacy compatibility export envelope.
EXPORT_ENVELOPE_V2_SCHEMA
Schema version for ExportEnvelopeV2.
EXPORT_ENVELOPE_V3_SCHEMA
Schema version for the richer kernel-ready export envelope.