# Proof Hub Show-and-Tell Card

Status: `proof_hub_show_and_tell_card_manual_review_only_closed_until_human_yes`

This is a compact, operator-facing show-and-tell card for the canonical Sonic-Forage proof hub. It tells an awake operator exactly what to say in the first 90 seconds, what proof paths to open, and where to stop before any public/commercial/media action.

## Canonical namespace

- GitHub org: `Sonic-Forage`
- Proof hub Pages URL: `https://sonic-forage.github.io/afterparty-forge-explainer-site/`
- Source engine repo: `https://github.com/Sonic-Forage/jimsky-afterparty-entity-forge`
- Private dataset namespace: `Sonic-Forage/jimsky-afterparty-logo-seed`

## Exact human approval question

> Do you approve using this Sonic-Forage proof hub show-and-tell card in a live/manual screen-share or private demo, with no posting, upload, stream, recording, payment, outreach, revenue claim, affiliation claim, dataset release, GPU/training, secret exposure, or cron mutation?

## 90-second show-and-tell route

1. Open the proof hub and say: "This is a proof-over-hype launch surface; every visible claim maps back to repo-local artifacts and verifiers."
2. Point at the launch proof index and say: "These are the claim lanes we can support today, and these are the non-claims we refuse to make."
3. Open the start-here / first-click route and say: "An operator gets a bounded path instead of a wandering demo."
4. Open the demo scorecard and say: "The demo is graded before anyone claims readiness."
5. Mention videos/captions/flyers as review artifacts only: "Media exists, but upload/posting/streaming remains manual and closed."
6. Run or show the verifier command: `PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py`.
7. Stop on one question: "Which single human-approved next action do you want: private demo, link polish, copy review, or keep building proof?"

## Terminal proof commands

```bash
cd /opt/data/workspace/projects/afterparty-forge-explainer-site
PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py
git diff --check
git status --short --branch
```

Expected highlights:

- `STATIC SURFACE OK`
- `VERIFY OK afterparty explainer site`
- no whitespace errors from `git diff --check`
- no unreviewed public/commercial/media gates opened in changed files

## Proof paths

- `docs/index.html`
- `docs/data/site-manifest.json`
- `docs/reports/LAUNCH_PROOF_INDEX.md`
- `docs/launch/PROOF_HUB_START_HERE.md`
- `docs/launch/PROOF_HUB_FIRST_CLICK_CARD.md`
- `docs/launch/PROOF_HUB_DEMO_SCORECARD.md`
- `docs/data/proof-hub-show-and-tell-card.json`
- `scripts/verify_site.py`

## Safe wording

- "Review-only artifacts are staged locally and on the static proof hub."
- "The canonical namespace is Sonic-Forage."
- "No revenue, affiliation, public launch, stream, upload, or dataset release is being claimed here."
- "The safe next step is one human-approved action, not an autonomous public launch."

## Do-not-say lines

- Do not say revenue was earned.
- Do not say OpenAI sponsored, approved, attended, or affiliated with this.
- Do not say the dataset is publicly released.
- Do not say the stream, Space, X post, YouTube upload, outreach, payment link, or invoice exists unless separately verified by an awake operator.
- Do not reveal tokens, stream keys, private endpoints, customer data, or `.env` values.

## Closed gates

- `public_posting=false`
- `manual_review_required=true`
- `requires_human_approval=true`
- `auto_post_enabled=false`
- `auto_upload_enabled=false`
- `auto_stream_enabled=false`
- `auto_record_enabled=false`
- `auto_payment_enabled=false`
- `outreach=false`
- `paid_promotion=false`
- `claim_revenue=false`
- `claim_openai_affiliation=false`
- `youtube_upload=false`
- `publishes_stream=false`
- `records_audio=false`
- `uploads_private_media=false`
- `public_dataset_release=false`
- `starts_gpu=false`
- `starts_paid_api=false`
- `downloads_models=false`
- `starts_training=false`
- `payment_links=false`
- `wallet_actions=false`
- `secret_exposure=false`
- `mutates_cron=false`

## Blocked without approval

- Posting or scheduling X/social copy.
- Starting a livestream, Space, OBS broadcast, or recording.
- Uploading YouTube captions/video/media or private datasets.
- Creating payment links, invoices, storefront listings, wallets, or revenue claims.
- Starting GPU, paid API, model download, or training work.
- Sending outreach, DMs, emails, forms, or buyer follow-ups.
- Editing cron schedules or creating more autonomous jobs.

## Cleanup after demo

- Close private tabs and terminals that might show tokens or local paths.
- Stop at the chosen next-action question.
- Re-run `git status --short --branch` before reporting any follow-up change.
