# Wake Report Archive Citation Delivery Receipt Template

Status: `wake_report_archive_citation_delivery_receipt_template_manual_report_only_closed_until_human_yes`

This template is a local/manual audit receipt after `docs/reports/WAKE_REPORT_ARCHIVE_CITATION_FINAL_PASTE_CARD.md`. It records whether the awake reporter pasted zero or one archive-citation line, or suppressed the citation, without turning the receipt into a post, upload, stream, provider check, payment, outreach, GPU/training, secret, voice-to-shell, or cron action.

## Exact human approval question

Do you approve using this Sonic-Forage archive citation delivery receipt template as a local/manual audit note after final paste review?

## Operator route

1. Run `PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py`.
2. Open `docs/reports/WAKE_REPORT_ARCHIVE_CITATION_FINAL_PASTE_CARD.md` and confirm zero or one route was selected.
3. Recheck `docs/reports/WAKE_REPORT_SOURCE_MAP.md` and `docs/reports/PAGES_VERIFICATION_RECEIPT.md` before recording any positive citation receipt.
4. Fill the receipt fields below locally; do not send, post, schedule, upload, stream, check provider credentials, create payments, start GPU/training, expose secrets, run voice-to-shell, or mutate cron.
5. Stop after the receipt line; any follow-up remains a separate human-approved route.

## Receipt fields

| Field | Required | Proof path |
| --- | --- | --- |
| `delivered_report_reference` | yes | `docs/reports/WAKE_REPORT_ARCHIVE_CITATION_FINAL_PASTE_CARD.md` |
| `selected_paste_route` | yes | `docs/data/wake-report-archive-citation-final-paste-card.json` |
| `source_map_rechecked` | yes | `docs/reports/WAKE_REPORT_SOURCE_MAP.md` |
| `pages_receipt_rechecked` | yes | `docs/reports/PAGES_VERIFICATION_RECEIPT.md` |
| `closed_gate_attestation` | yes | `scripts/verify_site.py` |

## Receipt routes

| Route | Use when | Receipt line | Stop rule |
| --- | --- | --- | --- |
| `receipt_current_source_map_only` | Final paste used the current-source-map-only route. | Delivered wording used the current source map only; no archive citation or fresh external result was claimed. | Archive citation audit is complete for this report. |
| `receipt_one_archive_citation_after_recheck` | Final paste used exactly one archive citation after stoplight/signoff/source-map/Page receipt rechecks. | Delivered wording referenced one rechecked archived outcome as prior local proof only. | Do not add another archive citation without a separate human-approved route. |
| `receipt_suppressed_or_blocked` | Final paste suppressed archive citation or escalated a sanitized blocker. | Archive citation was suppressed or routed to human blocker review; no archive evidence was cited. | Keep the report closed until a human reviews the blocker. |

## Proof paths

- `docs/reports/WAKE_REPORT_ARCHIVE_CITATION_FINAL_PASTE_CARD.md`
- `docs/data/wake-report-archive-citation-final-paste-card.json`
- `docs/reports/WAKE_REPORT_ARCHIVE_CITATION_STOPLIGHT_CARD.md`
- `docs/reports/WAKE_REPORT_ARCHIVE_CITATION_SIGNOFF_CHECKLIST.md`
- `docs/reports/WAKE_REPORT_SOURCE_MAP.md`
- `docs/reports/PAGES_VERIFICATION_RECEIPT.md`
- `scripts/verify_site.py`

## 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`
- `mutates_cron=false`
- `secret_exposure=false`

## Safe wording

- This receipt is local/manual audit metadata only.
- The receipt records what was pasted or suppressed; it does not publish or send anything.
- Archive citation remains zero-or-one and source-backed.
- Provider credentials and stream/session health are not checked by this receipt.
- No payment, outreach, upload, GPU/training, voice-to-shell, secret, or cron action is authorized.
- If any proof path cannot be rechecked, choose the suppressed-or-blocked route.

## Do not say

- Archive citation delivery proves fresh external results.
- Provider credentials were checked for the receipt.
- Stream, Space, OBS, or RTMP actions happened during receipt review.
- Payment artifacts are approved by this receipt.
- Buyer outreach happened unattended.
- GPU or model training work was executed by this receipt.
- Public posting is approved by this receipt.
- Cron jobs changed as part of archive citation delivery receipt review.

## Blocked without approval

- Posting or scheduling the receipt publicly.
- Uploading video, captions, datasets, or private media.
- Starting streams, Spaces, OBS, RTMP, or provider sessions.
- Checking or printing provider credentials or stream keys.
- Contacting buyers, partners, leads, or communities.
- Creating checkout links, payment links, invoices, or revenue claims.
- Starting GPU, paid API, model download, eval, or training jobs.
- Running voice-to-shell or mutating cron jobs.

## Verification

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