Public demo

Generate a local evidence packet from checked-in samples.

The public demo scans sample repositories, writes generated artifacts, and produces public-shareable summaries that avoid local absolute paths.

Run it

The demo is one script from a clean checkout.

The output is static-analysis evidence. It is not deployment evidence, production traffic evidence, or release approval.

git clone https://github.com/joefeser/tracemap.git
cd tracemap
./scripts/demo-public.sh
./scripts/demo-public.sh .tracemap-demo

Before you run it

Know what the demo is meant to prove.

Repeatable artifactsThe same checked-in samples should produce the same kind of scan packet and summaries.
Inspectable claimsThe demo points to rules, coverage, files, and gaps instead of asking reviewers to trust a paragraph.
Bounded scopeThe output is static evidence. It does not claim production usage, runtime reachability, or release approval.

Expected result

The demo writes summaries and generated artifacts.

ScansChecked-in sample repositories produce scan artifacts.
Summary MarkdownA human-readable demo summary describes what ran and what was deferred.
Summary JSONMachine-readable status rows make the demo result inspectable.
Sentinel checksPublic-shareable output avoids raw local paths and raw sensitive values.

Future concept: open the evidence trail as a vault.

A future optional export could make the same demo evidence browsable as linked Markdown notes for managers, reviewers, architects, and engineers. This is a concept, not a shipped demo output: read the vault export framing.