Skip to content

TraceBoost Bundle Viewer

Audience: technical evaluators and workflow builders
Status: Preview

The TraceBoost Bundle Viewer is the first user-facing workbench surface for the product proof path. It opens a generated workflow bundle and shows the recipe, plan, report, assertions, artifacts, source fingerprints, original-vs-derived comparison evidence, and derived-artifact reopen evidence.

The viewer does not parse workflow semantics in the frontend. The Rust backend inspects the bundle and returns a normalized summary; the Svelte app renders that summary.

From the repository root:

Terminal window
cd apps\traceboost-demo
bun run tauri:dev

Open the checked-in product proof bundle:

examples\golden_paths\traceboost_workflows\post_stack_agc\product_bundle
  • the bundle status is valid
  • the run status is succeeded
  • derived_agc_volume appears as a derived tbvol artifact
  • compare evidence shows the original and derived values differ
  • reopen evidence shows the derived artifact resolves again as a typed seismic attribute
  • raw report.md, recipe.json, plan.json, and report.json are available for inspection
  • product proof bundles can be consumed by an app surface
  • workflow inspection remains owned by Rust instead of ad hoc frontend parsing
  • evaluators can review generated artifacts and evidence without reading every JSON file manually
  • visual seismic section rendering
  • recipe editing
  • workflow authoring
  • SEG-Y import
  • production-scale performance

Next: Evaluator Proof Workflow