Archive Shell Proof

This page has one job:

help a public visitor understand what the archive shell proof is, without turning it into a hosted platform claim or a fake live runtime.

agent-exporter archive shell proof diagram

agent-exporter proof ladder from CLI to transcript receipt to archive shell

What This Proof Actually Shows

What This Proof Does Not Show

How To Reproduce It Locally

cargo run -- connectors
cargo run -- export codex \
  --thread-id <thread-id> \
  --format html \
  --destination workspace-conversations \
  --workspace-root /absolute/path/to/repo
cargo run -- publish archive-index --workspace-root /absolute/path/to/repo

After a successful local run, you should see:

Proof Ladder

Level It proves Current public artifact
L1 the CLI can export a transcript through the front door path README quickstart
L2 transcript export leaves a browsable HTML receipt .agents/Conversations/*.html
L3 the archive shell organizes the local workbench into one navigable surface archive-shell-proof.svg + proof-ladder.svg

Why This Matters

agent-exporter is no longer a tiny “export only” utility. But the first thing it should prove in public is still:

  1. the CLI quickstart works
  2. transcript export works
  3. archive shell proof can be generated

That is the first trustworthy proof layer of the current flagship public packet.