Skip to main content

Module bundle

Module bundle 

Source
Expand description

Evidence bundle schema.

Each causal/effect verification produces an EvidenceBundle that captures the full methodological chain from question through estimation and refutation.

§Required Fields (per canonical spec)

  • causal question
  • unit definition
  • treatment specification
  • outcome specification
  • covariates/confounders recorded
  • identification rationale
  • estimator and estimate
  • refutations attempted + results
  • raw receipt / trace / replay handles

Structs§

CausalQuestion
The causal question being investigated.
ComparabilitySnapshot
Immutable comparability snapshot for a paired experiment family.
EvidenceBundle
An evidence bundle capturing the full methodological chain.
EvidenceBundleId
Opaque identifier for an evidence bundle.
OutcomeSpec
Outcome specification.
RefutationArtifactRecord
First-class refutation artifact preserved in canonical raw truth.
RefutationAttempt
A refutation attempt and its result.
TreatmentSpec
Treatment specification.
VerificationSummary
Compact verification summary designed for projection/import visibility.
VerificationTrialRecord
First-class verification trial record preserved in canonical raw truth.

Enums§

PromotionState
Promotion state for the claim represented by this bundle.
RefutationResult
Result of a refutation attempt.
VerificationLifecycleState
Compact lifecycle state that can be projected into memory-visible truth.
VerificationTrialSide
Baseline-vs-patched side for a verification trial.