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
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
run_manifest.jsonRun metadata and configuration snapshotCore audit artifact
preseal.jsonMetadata prepared for the sealing stepUseful for provenance review
seal/seal.jsonMachine-readable seal recordVerification artifact
seal/seal.sigSeal signature artifactVerification artifact
seal/seal.svgPortable user-facing sealUsed in the verification portal and rerun flow
seal/VERIFY.mdVerification instructionsCompanion documentation for the seal bundle

Common HTML report names

Examples seen in the current customer documentation 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.