# Final launch receipt — Sonic-Forage Afterparty Forge

Status: `final_launch_receipt_draft_closed_until_human_yes`

This receipt is a review-only launch evidence bundle for the Sonic-Forage proof hub. It helps an awake operator explain what is built, which repo-local paths prove it, which commands passed, and which actions remain closed until explicit human approval.

Canonical namespace: `Sonic-Forage`

Canonical proof hub: <https://sonic-forage.github.io/afterparty-forge-explainer-site/>

Canonical repos:

- <https://github.com/Sonic-Forage/afterparty-forge-explainer-site>
- <https://github.com/Sonic-Forage/jimsky-afterparty-entity-forge>

Canonical private dataset namespace: `Sonic-Forage/jimsky-afterparty-logo-seed`

## 60-second operator readout

1. **Open with proof, not hype:** “This is a static proof hub for Sonic-Forage Afterparty Forge. It packages videos, launch art, runbooks, captions, verifier receipts, and buyer-safe scripts.”
2. **Show the surface:** open `https://sonic-forage.github.io/afterparty-forge-explainer-site/` and scroll to launch art, captions/transcript, proof index, accessibility audit, social visual, and this receipt.
3. **Show the commands:** run `PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py`, then `PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_static_surface.py`, then `git diff --check`.
4. **Show the claim map:** open `docs/reports/LAUNCH_PROOF_INDEX.md` and say only claims backed by repo-local proof paths are allowed.
5. **Close with gates:** “No posting, uploads, streams, outreach, payment links, invoices, paid promotion, revenue claims, OpenAI affiliation claims, GPU/training/model downloads, wallet actions, secret exposure, or cron mutation are enabled without a separate human yes.”

## Proof paths to open

- `docs/index.html` — static proof hub served by GitHub Pages.
- `docs/data/site-manifest.json` — aggregate manifest with Sonic-Forage canonical links.
- `docs/reports/LAUNCH_PROOF_INDEX.md` — evidence map and explicit non-claims.
- `docs/reports/WAKE_REPORT_READINESS_CHECKLIST.md` — final reporter command contract.
- `docs/reports/STATIC_SURFACE_VERIFICATION.md` — read-only static surface verification receipt.
- `docs/accessibility/PROOF_HUB_ACCESSIBILITY_AUDIT.md` — alt/readability/manual visual QA contract.
- `docs/social/LAUNCH_POST_VISUAL_ASSET.md` — review-only social visual notes.
- `docs/data/final-launch-receipt.json` — parseable receipt manifest.

## Verifier commands

Run these from the repo root:

```bash
PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py
PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_static_surface.py
git diff --check
git status --short --branch
git ls-remote origin refs/heads/main
```

Expected highlights:

- `VERIFY OK afterparty explainer site`
- `STATIC SURFACE OK ...`
- `git diff --check` prints no whitespace errors.
- `git status --short --branch` is clean after the verified commit.
- `git ls-remote origin refs/heads/main` returns the pushed Sonic-Forage remote head.

## Human approval question

Do you approve using this final launch receipt to guide a live/manual launch report while keeping all public/commercial/media/model/secret/cron actions closed unless separately approved?

## Closed gates

- public_posting=false
- outreach=false
- paid_promotion=false
- payment_link_creation=false
- invoice_execution=false
- claim_revenue=false
- claim_openai_affiliation=false
- youtube_upload=false
- publishes_stream=false
- starts_twitter_space=false
- records_audio=false
- uploads_private_media=false
- starts_gpu=false
- starts_paid_api=false
- downloads_models=false
- starts_training=false
- wallet_actions=false
- secret_exposure=false
- mutates_cron=false

## Blocked without approval

- Posting or scheduling the X thread drafts.
- Uploading YouTube videos, captions, thumbnails, or Shorts.
- Starting a Twitter Space, livestream, RTMP publish, OBS session, or recording.
- Sending outreach, DMs, emails, invoices, or checkout/payment links.
- Claiming revenue, customers, OpenAI affiliation, sponsorship, live deployment, or paid results not separately verified.
- Starting GPU jobs, training, model downloads, paid APIs, wallet actions, or cron mutations.
- Uploading private media, secrets, raw datasets, tokens, or `.env` values.

## Non-claims

This receipt does **not** claim revenue, customers, uploads, posts, live streams, paid campaigns, OpenAI affiliation, GPU/training execution, public dataset release, or any external submission. It only maps local/static proof artifacts and the commands used to verify them.
