# Wake Report Archive Citation Receipt Template

Status: `wake_report_archive_citation_receipt_template_manual_report_only_closed_until_human_yes`

This is a local/manual receipt template for the awake reporter after an archived wake-report outcome is cited in a manual readout. It records what was cited, which current proof paths were reopened, and whether the closed-gate boundary stayed intact. It does not deliver a report, check stream/provider credentials, post, upload, contact anyone, create payment artifacts, run GPU/model/training jobs, expose secrets, run voice-to-shell, or mutate cron.

## Approval question

Do you approve filling this local archive-citation receipt after the manual readout cites zero or one archived outcome?

## Receipt fields

| Field | Question | Proof path |
|---|---|---|
| `delivered_readout_reference` | Was the manual readout reference or scheduler delivery destination recorded locally? | `docs/reports/WAKE_REPORT_ARCHIVE_CITATION_CHECKLIST.md` |
| `archive_entry_cited` | Was exactly zero or one archived outcome cited? | `docs/reports/WAKE_REPORT_ARCHIVE_SUMMARY_CARD.md` |
| `source_map_reopened` | Was the current source map reopened before archive wording was used? | `docs/reports/WAKE_REPORT_SOURCE_MAP.md` |
| `pages_receipt_recorded` | Was Pages/currentness evidence recorded or marked as a sanitized blocker? | `docs/reports/PAGES_VERIFICATION_RECEIPT.md` |
| `closed_gate_attestation` | Does the receipt state no posting, upload, stream, provider check, payment, outreach, GPU, training, secret, voice-to-shell, or cron action happened? | `docs/data/wake-report-archive-citation-receipt-template.json` |

## Exactly-one local decision options

1. `accept_archive_citation_receipt` — keep the local receipt as proof of what was cited manually.
2. `mark_archive_citation_incomplete` — return to the citation checklist and source-map recheck.
3. `escalate_sanitized_citation_blocker` — report the blocker without secrets or provider credentials.
4. `suppress_no_news_followup` — stay silent when no new proof, blocker, or failure exists.

## Safe wording

- Archive citation receipt is local/manual only and records source paths rechecked before copy was used.
- The cited archive outcome, if any, is at most one prior repo-local evidence lane.
- Current source-map and Pages/currentness checks remain the primary proof references.
- If proof paths are stale, the receipt records a sanitized blocker instead of a success claim.
- All public, commercial, media upload, provider, model, secret, voice-to-shell, and cron gates remain closed.

## Do not say

- An archive citation receipt is approval to publish.
- A provider session was checked for this receipt.
- A payment artifact exists without approval.
- Buyer outreach happened unattended.
- Private media or dataset movement happened for this receipt.
- A GPU or training job was launched for this receipt.
- The stream is live because a receipt exists.
- Cron delivery settings were changed for this receipt.

## Closed gates

- `public_posting=false`
- `youtube_upload=false`
- `private_media_upload=false`
- `dataset_upload=false`
- `stream_start_or_restart=false`
- `provider_credential_check=false`
- `payment_or_invoice_creation=false`
- `outreach=false`
- `claim_revenue=false`
- `claim_openai_affiliation=false`
- `gpu_or_paid_api_job=false`
- `model_download_or_training=false`
- `voice_to_shell=false`
- `secret_exposure=false`
- `mutates_cron=false`

## Verification

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