# Proof Hub Mobile Jump Nav

Status: `proof_hub_mobile_jump_nav_manual_review_only_closed_until_human_yes`

This is a compact table-of-contents / jump-navigation card for the large canonical Sonic-Forage proof hub. It gives an awake operator a phone-friendly first-click path so the site can be shown without scrolling roulette, unsupported claims, or hidden public actions.

## 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 mobile jump-nav in a 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?

## 45-second mobile jump path

1. Open the proof hub and tap `Mobile jump nav`.
2. Tap `Start here` to frame the proof-over-hype route.
3. Tap `Launch proof index` to show supported claims and non-claims.
4. Tap `Demo scorecard` to grade readiness before claiming readiness.
5. Tap `Show-and-tell card` for the 90-second talk track.
6. Tap `YouTube/captions` only as manual-upload review artifacts.
7. Tap `Stream rehearsal` only as manual-run, no-hidden-broadcast proof.
8. Stop on one human-approved next action.

## 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 public/commercial/media/model/dataset/secret/cron gates opened

## Proof paths

- `docs/index.html`
- `docs/data/site-manifest.json`
- `docs/launch/PROOF_HUB_START_HERE.md`
- `docs/launch/PROOF_HUB_FIRST_CLICK_CARD.md`
- `docs/reports/LAUNCH_PROOF_INDEX.md`
- `docs/launch/PROOF_HUB_DEMO_SCORECARD.md`
- `docs/launch/PROOF_HUB_SHOW_AND_TELL_CARD.md`
- `docs/streaming/STREAM_REHEARSAL_CHECKLIST.md`
- `docs/data/proof-hub-mobile-jump-nav.json`
- `scripts/verify_site.py`

## Safe wording

- "Use the jump nav to show proof lanes quickly; do not imply an autonomous public launch."
- "The canonical namespace is Sonic-Forage."
- "Videos, captions, social copy, stream rehearsal, and dataset docs are review-only unless separately approved."
- "The proof hub is a verified operator route, not evidence of revenue, affiliation, posting, upload, or live streaming."

## 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 private HF dataset is publicly released.
- Do not say an X post, Space, YouTube upload, stream, outreach, invoice, or payment link exists unless separately verified.
- Do not reveal tokens, stream keys, private endpoints, `.env` values, customer data, or raw private media.

## 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, scheduling, replying, DMing, emailing, or submitting forms.
- Starting a livestream, Space, OBS broadcast, recording, or auto-rehearsal.
- Uploading YouTube captions/video/media or releasing private datasets.
- Creating payment links, invoices, checkout pages, wallets, or revenue claims.
- Starting GPU, paid API, model download, training, or private media upload work.
- Editing cron schedules or creating additional autonomous jobs.

## Cleanup after demo

- Close private tabs and terminals that might expose tokens or private endpoints.
- Leave the operator at exactly one human-approved next-action question.
- Re-run `git status --short --branch` before claiming any follow-up change.
