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§
- Causal
Question - The causal question being investigated.
- Comparability
Snapshot - Immutable comparability snapshot for a paired experiment family.
- Evidence
Bundle - An evidence bundle capturing the full methodological chain.
- Evidence
Bundle Id - Opaque identifier for an evidence bundle.
- Outcome
Spec - Outcome specification.
- Refutation
Artifact Record - First-class refutation artifact preserved in canonical raw truth.
- Refutation
Attempt - A refutation attempt and its result.
- Treatment
Spec - Treatment specification.
- Verification
Summary - Compact verification summary designed for projection/import visibility.
- Verification
Trial Record - First-class verification trial record preserved in canonical raw truth.
Enums§
- Promotion
State - Promotion state for the claim represented by this bundle.
- Refutation
Result - Result of a refutation attempt.
- Verification
Lifecycle State - Compact lifecycle state that can be projected into memory-visible truth.
- Verification
Trial Side - Baseline-vs-patched side for a verification trial.