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_kindis canonical for relation/episode-style kernel seeds but may remain absent on thin claim exports,- lineage such as
supersedes_*andderivation_seed_idsmust 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§
- Export
Claim - A claim exported from Forge.
- Export
Entity Alias - An entity alias suggestion from Forge.
- Export
Envelope V1 Deprecated - Forge-owned export envelope containing projection data.
- Export
Envelope V2 - Forge-owned export envelope containing projection data plus the canonical evidence bundle that produced those projections.
- Export
Envelope V3 - CLIB-013: Canonical Forge export envelope (v3).
- Export
Episode - An episode exported from Forge.
- Export
Evidence Ref - An evidence reference for audit purposes.
- Export
Record Semantics V3 - Export
Record V3 - Export
Relation - A relation exported from Forge.
- Forge
Export Meta - Metadata about a Forge export operation.
- Nuisance
Snapshot
Enums§
- Causal
Role Hint - Constraint
Seed Kind - Export
Authority - Authority marker for Forge-produced exports.
- Export
Confidence Class - Export
Envelope Error - Errors produced by Forge export schema validation.
- Export
Record - A single record within an export envelope.
- Projection
Visibility Class
Constants§
- EXPORT_
ENVELOPE_ V1_ SCHEMA Deprecated - 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.