Artifact Model¶
Summary¶
Artifacts are a first-class output of Meridian. They are not secondary debug files; they are the product surface reviewers use to understand what happened.
Layout¶
Runtime-oriented runs use:
The latest symlink is resolved relative to the selected --output root and powers the default behavior of the debug commands.
Core artifacts¶
The baseline runtime bundle includes:
report.jsonsummary.mdconfig.patched.yamlgraph.mmdcollector.logcaptures/
Additional artifacts appear when that evidence exists:
config.final.yamlcollector-components.jsonsemantic-findings.jsongraph.svgdiff.mdcontracts.jsoncontracts.mdcapture.normalized.json
Provenance and interpretation¶
The bundle is more useful when engineers distinguish:
- original config sources
- runtime config source
- patched execution config
That distinction matters when effective config is derived through Collector print-config rather than repo-local YAML materialization.