# Wake Report Archive Summary Card

**Status:** `wake_report_archive_summary_card_manual_report_only_closed_until_human_yes`
**Mode:** manual-report-only, review-only, one-screen archive summary boundary.
**Namespace:** Sonic-Forage
**Canonical repo:** `Sonic-Forage/afterparty-forge-explainer-site`
**Canonical Pages:** <https://sonic-forage.github.io/afterparty-forge-explainer-site/>

This card compresses the existing source map, Pages receipt, outcome archive index, archive retrieval checklist, and archive reuse guardrails into one awake-operator readout path. It is not a delivery action, provider check, public post, upload, stream, payment step, model job, or cron mutation.

## Exact approval question

Do you approve using this Sonic-Forage archive summary card as the one-screen source map for a manual wake-report readout?

## 45-second archive summary route

1. From the repo root, run:

   ```bash
   PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py
   python3 -m json.tool docs/data/wake-report-archive-summary-card.json >/dev/null
   git diff --check
   git status --short --branch
   ```

2. Open `docs/reports/WAKE_REPORT_SOURCE_MAP.md` and `docs/reports/PAGES_VERIFICATION_RECEIPT.md`. Use only the proof paths that still exist and verifier output that is actually current.
3. If a prior outcome needs to be reused, open `docs/reports/WAKE_REPORT_ARCHIVE_RETRIEVAL_CHECKLIST.md` and `docs/reports/WAKE_REPORT_ARCHIVE_REUSE_GUARDRAILS.md` before citing it.
4. Choose zero or one route:
   - use current source-map proof only;
   - reuse one archived outcome after freshness checks;
   - request human blocker review;
   - suppress no-news followup.
5. Stop before any public, commercial, provider, media, model, secret, voice-to-shell, wallet, or cron action.

## Safe wording

- Repo-local proof is available for manual review.
- Pages proof should be cache-busted and tied to the verified commit or marked pending.
- Archived outcomes are source evidence only after a freshness recheck.
- Commercial, public, provider, stream, and upload actions remain closed until an awake human says yes.
- If no new proof changed, silence suppression is acceptable.

## Do-not-say lines

- Do not claim revenue, buyer contact, provider approval, platform affiliation, public posting, upload, stream, GPU/training/model work, or dataset publication unless separately verified and approved.
- Do not turn archived evidence into a fresh external-results claim without source-map and Pages receipt rechecks.
- Do not imply this card changed cron schedules or triggered delivery.

## Closed gates

- `public_posting=false`
- `youtube_upload=false`
- `caption_upload=false`
- `publishes_stream=false`
- `records_audio=false`
- `uploads_private_media=false`
- `claim_revenue=false`
- `claim_openai_affiliation=false`
- `provider_credential_check=false`
- `starts_gpu=false`
- `starts_paid_api=false`
- `downloads_models=false`
- `starts_training=false`
- `voice_to_shell=false`
- `secret_exposure=false`
- `mutates_cron=false`

## Proof paths

- `docs/data/wake-report-archive-summary-card.json`
- `docs/reports/WAKE_REPORT_ARCHIVE_SUMMARY_CARD.md`
- `docs/reports/WAKE_REPORT_ARCHIVE_REUSE_GUARDRAILS.md`
- `docs/reports/WAKE_REPORT_ARCHIVE_RETRIEVAL_CHECKLIST.md`
- `docs/reports/WAKE_REPORT_SOURCE_MAP.md`
- `docs/reports/PAGES_VERIFICATION_RECEIPT.md`
- `docs/reports/WAKE_REPORT_SILENCE_SUPPRESSION_CARD.md`
- `scripts/verify_site.py`

## Verification commands

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

This is a local/manual report boundary only. It does not post, upload, stream, record, contact anyone, create payment artifacts, check provider credentials, expose secrets, start GPU/training/model jobs, run voice-to-shell, or mutate cron.
