# Wake Report Operator Handoff Card

Status: `wake_report_operator_handoff_card_manual_report_only_closed_until_human_yes`
Canonical namespace: `Sonic-Forage`
Canonical repo: `Sonic-Forage/afterparty-forge-explainer-site`
Proof hub: `https://sonic-forage.github.io/afterparty-forge-explainer-site/`

This card is a paste-safe, manual-report-only handoff for the awake operator. It does not publish, upload, stream, contact anyone, charge money, start GPU/paid API work, run voice-to-shell, inspect or print secrets, or mutate cron.

## 45-second operator route

1. Open the proof hub and confirm the page is the Sonic-Forage Afterparty Forge proof hub.
   - Proof path: `docs/index.html`
   - Expected signal: `Afterparty Forge 2045` and visible closed-gate cards.
2. Read the final wake-report boundary before writing anything externally.
   - Proof path: `docs/reports/WAKE_REPORT_DELIVERY_ENVELOPE.md`
   - Expected signal: `wake_report_delivery_envelope_manual_report_only_closed_until_human_yes`.
3. Cross-check allowed claims against the source map.
   - Proof path: `docs/reports/WAKE_REPORT_SOURCE_MAP.md`
   - Expected signal: every sentence routes to repo-local proof paths.
4. Verify Pages/currentness only with safe read-only commands.
   - Proof path: `docs/reports/PAGES_VERIFICATION_RECEIPT.md`
   - Expected signal: local verifier, git head, and cache-busted Pages probes are documented.
5. If a human asks for a next action, choose exactly one local/manual route.
   - Proof path: `docs/launch/PROOF_HUB_NEXT_DECISION_COMPASS.md`
   - Expected signal: zero-or-one route; no external action is auto-approved.
6. Stop after the handoff unless a human explicitly approves a bounded next action.
   - Proof path: `docs/reports/WAKE_REPORT_FINAL_READOUT_CHECKLIST.md`
   - Expected signal: final readout keeps stream/avatar/public/commercial gates closed.

## Paste-safe summary blocks

- “Sonic-Forage has a proof hub with repo-local docs, manifests, media proof, and verifiers. I can cite each safe claim to a path.”
- “This unattended loop did not post, upload, stream, charge, contact leads, start GPU/paid API work, train models, print secrets, run voice-to-shell, or change cron.”
- “The next human decision is exactly one route: keep building proof, private demo only, stream/avatar rehearsal after key rotation/approval, or public-copy review after approval.”
- “Use the delivery envelope and source map before making any public or commercial claim.”

## Do not say

- “The stream is live and healthy.”
- “Kick or Twitch chat is connected.”
- “We posted the launch thread.”
- “The YouTube upload is published.”
- “Revenue is proven.”
- “OpenAI or any platform endorsed this.”
- “A buyer/partner was contacted.”
- “GPU/model training ran.”
- “Cron was changed.”

## Closed gates

- public_posting=false
- youtube_upload=false
- outreach=false
- payment_links=false
- invoice_creation=false
- claim_revenue=false
- claim_openai_affiliation=false
- starts_stream=false
- obs_or_rtmp_action=false
- records_audio=false
- uploads_private_media=false
- hf_publication=false
- starts_gpu=false
- starts_paid_api=false
- starts_training=false
- model_download=false
- voice_to_shell=false
- secret_exposure=false
- mutates_cron=false

## Human approval question

Do you approve using this Sonic-Forage wake report operator handoff card as the manual boundary before any external report, post, upload, stream, payment, outreach, GPU/training, voice-to-shell, secret, or cron action?

## Verification commands

```bash
PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py
python3 -m json.tool docs/data/wake-report-operator-handoff-card.json >/dev/null
python3 -m py_compile scripts/verify_site.py
git diff --check
```
