Technical docs

Reproduce the evidence packet locally.

Start from the recordings, reports, and evidence review input used on the public site. These docs are reviewer-facing, not internal planning material.

docs index
run
selftest and receipt
read
reports and samples
send
redacted trace or MCP config
public docs

Everything a reviewer needs to inspect the receipt.

Use this route as the durable index for public docs. Internal launch execution material stays outside the served site root.

local reproduction

Run the same receipt path.

Install the package, run the first-block selftest, then render and verify the local receipt.

pip install beforewire
beforewire init
beforewire selftest
AUDIT_PATH="$(python3 -c 'import os,tempfile; print(os.path.join(tempfile.gettempdir(),"beforewire-selftest-audit.jsonl"))')"
beforewire receipt "$AUDIT_PATH"
beforewire verify "$AUDIT_PATH"