Skip to main content

Output File Reference

All run outputs are written under a run-scoped directory:

<output-root>/<run_id>/

Use this page as the canonical map of the files a completed run can emit.

Core output files

Path or patternPurposeNotes
run_manifest.jsonRun metadata and configuration snapshotCore audit artifact at the root of the bundle
plans/*_module_plan.jsonModule planning, category resolution, and tier complianceKey run-planning artifact
inputs/input_hashes.jsonPer-input hash manifestInput integrity artifact
raw/*_raw.jsonModule-native outputsIncludes status, result, metadata, and evidence linkage
results/summary.jsonHigh-level run summaryGood first machine-readable checkpoint
results/metrics.jsonStructured metrics outputIntended for automation and downstream processing
results/*.htmlHuman-readable report packageExact filenames can vary by release
results/context_of_use.jsonClaim scope and acceptance rulesInterpretation and applicability artifact
results/evidence_state_machine.jsonEvidence-state rollup across modulesCoverage and provenance aid
results/failure_mode_ontology_output_v1.jsonFailure-mode taxonomy, actions, and TRI projectionDecision and explanation artifact
results/risk_channels_map.jsonModule-to-channel mappingTRI and channel interpretation aid
thresholds/*.jsonCategory scoring and threshold policy artifactsRisk rollup support
preseal.jsonMetadata prepared for the sealing stepUseful for provenance review
seal/preseal.jsonPre-seal provenance recordExample bundle currently ends at this state
seal/seal.jsonMachine-readable final seal recordPresent only after final online verification succeeds
seal/seal.sigSeal signature artifactFinal verification artifact
seal/seal.svgPortable user-facing sealFinal verification artifact
seal/VERIFY.mdVerification instructionsCompanion documentation for the final seal bundle
repro_pack/manifest.jsonRebuild manifestReproducibility artifact
repro_pack/environment/*.jsonEnvironment capturePython, system, and binary provenance
repro_pack/container/*Rebuild and verification scriptsDockerfile, run, build, and verify helpers

Common HTML report names

Examples seen in the example bundle include:

  • results/phase5_combined_report.html
  • results/phase5_comprehensive_report.html
  • results/phase5_unified_report.html
  • phase_5_computational_safety.html
  • phase_5_conclusion_decision.html

Treat the file family as stable even when exact filenames evolve between releases.

Lifecycle notes

  • Input discovery is project-scoped
  • Output emission is run-scoped
  • Multiple runs for the same project should not overwrite each other when run_id is unique
  • Verification artifacts should remain bundled with the run output directory after export

For interpretation guidance, see Report Package Overview.