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.
Run the viewer
Section titled “Run the viewer”From the repository root:
cd apps\traceboost-demobun run tauri:devOpen the checked-in product proof bundle:
examples\golden_paths\traceboost_workflows\post_stack_agc\product_bundleWhat to look for
Section titled “What to look for”- the bundle status is valid
- the run status is succeeded
derived_agc_volumeappears as a derivedtbvolartifact- 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, andreport.jsonare available for inspection
What this proves
Section titled “What this proves”- 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
What this does not prove yet
Section titled “What this does not prove yet”- visual seismic section rendering
- recipe editing
- workflow authoring
- SEG-Y import
- production-scale performance
Next: Evaluator Proof Workflow