# Wake Report Archive Citation Stoplight Card

Status: `wake_report_archive_citation_stoplight_card_manual_report_only_closed_until_human_yes`

This is a manual-report-only Sonic-Forage stoplight card after the archive citation signoff checklist. It gives an awake operator a one-screen green/yellow/red boundary before archived wake-report evidence is reused in a new readout.

It does not deliver reports, post publicly, upload media/datasets, start streams, check provider credentials, create payments/invoices, contact anyone, start GPU/paid API/model/training work, run voice-to-shell, expose secrets, or mutate cron.

## Human approval question

Do you approve using this Sonic-Forage archive citation stoplight card as the final local/manual color boundary before citing archived wake-report evidence?

## Stoplight decisions

- 🟢 `green_current_source_map_only` — use the current source map only after reopening the source map, Pages receipt, and final readout checklist.
- 🟡 `yellow_one_archive_citation_after_recheck` — cite one archived outcome only after the signoff checklist, packet QA, source map, Pages receipt, and source paths are rechecked.
- 🔴 `red_suppress_or_escalate_blocker` — suppress the archive reference or record a sanitized human blocker when any proof path, Pages receipt, or closed gate is stale.

## Proof route

1. Reopen `docs/reports/WAKE_REPORT_ARCHIVE_CITATION_SIGNOFF_CHECKLIST.md`.
2. Reopen `docs/reports/WAKE_REPORT_SOURCE_MAP.md` and `docs/reports/PAGES_VERIFICATION_RECEIPT.md`.
3. Run `PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py`.
4. Choose zero or one stoplight decision and stop before any external action.

## Closed gates

`public_posting=false` · `youtube_upload=false` · `dataset_upload=false` · `private_media_upload=false` · `publishes_stream=false` · `records_audio=false` · `provider_credential_check=false` · `payment_or_invoice=false` · `outreach=false` · `claim_revenue=false` · `claim_openai_affiliation=false` · `starts_gpu=false` · `starts_paid_api=false` · `downloads_models=false` · `starts_training=false` · `voice_to_shell=false` · `secret_exposure=false` · `mutates_cron=false`

## Safe wording

- Archive evidence is reusable only after the current source map and Pages receipt are rechecked locally.
- Green means current-source-map-only; it is not proof of fresh external activity.
- Yellow means one archived outcome may be referenced only after the full signoff chain is rechecked.
- Red means suppress the archive reference or hand a sanitized blocker to the awake operator.
- Provider credentials, RTMP sessions, streams, uploads, posts, outreach, payments, and GPU/training remain closed until a separate human yes.

## Do not say

- Archived evidence proves a fresh live customer result.
- Provider credentials were checked during stoplight review.
- Stream, upload, or posting actions happened as part of this stoplight.
- Payment or invoice artifacts are usable without approval.
- Buyer outreach happened unattended.
- GPU or model training work was executed by this stoplight.
- Public posting is approved by this proof hub card.
- Cron jobs were changed by the archive-citation stoplight.

## Verification

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