{
  "schema": "sonic_forage.wake_report_archive_citation_delivery_receipt_template.v1",
  "generated_utc": "2026-05-06T17:21:00Z",
  "status": "wake_report_archive_citation_delivery_receipt_template_manual_report_only_closed_until_human_yes",
  "canonical_namespace": "Sonic-Forage",
  "canonical_repo": "Sonic-Forage/afterparty-forge-explainer-site",
  "review_only": true,
  "manual_report_required": true,
  "manual_delivery_receipt_required": true,
  "manual_paste_required": true,
  "requires_human_approval": true,
  "auto_post_enabled": false,
  "auto_upload_enabled": false,
  "auto_stream_enabled": false,
  "auto_payment_enabled": false,
  "auto_outreach_enabled": false,
  "auto_gpu_enabled": false,
  "auto_paid_api_enabled": false,
  "auto_training_enabled": false,
  "auto_cron_mutation_enabled": false,
  "provider_credential_check": false,
  "voice_to_shell": false,
  "secret_exposure": false,
  "purpose": "Give the awake reporter a local/manual receipt template after the archive citation final paste card, so any delivered archive-citation wording can be audited without creating posts, uploads, streams, provider checks, payments, outreach, GPU/training, secrets, voice-to-shell, or cron actions.",
  "operator_rule": "Record a receipt only after zero or one archive-citation paste route is selected; if no route was pasted, record a suppressed/no-citation receipt and stop.",
  "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?",
  "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"
  ],
  "receipt_fields": [
    {
      "id": "delivered_report_reference",
      "label": "Delivered report reference or destination note",
      "required": true,
      "proof_path": "docs/reports/WAKE_REPORT_ARCHIVE_CITATION_FINAL_PASTE_CARD.md"
    },
    {
      "id": "selected_paste_route",
      "label": "Exactly one route used, or suppressed/no-citation",
      "required": true,
      "proof_path": "docs/data/wake-report-archive-citation-final-paste-card.json"
    },
    {
      "id": "source_map_rechecked",
      "label": "Wake report source map was reopened before any positive citation",
      "required": true,
      "proof_path": "docs/reports/WAKE_REPORT_SOURCE_MAP.md"
    },
    {
      "id": "pages_receipt_rechecked",
      "label": "Pages verification receipt or blocker boundary was checked",
      "required": true,
      "proof_path": "docs/reports/PAGES_VERIFICATION_RECEIPT.md"
    },
    {
      "id": "closed_gate_attestation",
      "label": "All public, commercial, media, provider, GPU/training, secret, voice-to-shell, and cron gates stayed closed",
      "required": true,
      "proof_path": "scripts/verify_site.py"
    }
  ],
  "receipt_routes": [
    {
      "id": "receipt_current_source_map_only",
      "when_to_use": "Final paste used the current-source-map-only route.",
      "receipt_line": "Delivered wording used the current source map only; no archive citation or fresh external result was claimed.",
      "proof_path": "docs/reports/WAKE_REPORT_SOURCE_MAP.md",
      "stop_after": "Archive citation audit is complete for this report."
    },
    {
      "id": "receipt_one_archive_citation_after_recheck",
      "when_to_use": "Final paste used exactly one archive citation after stoplight/signoff/source-map/Page receipt rechecks.",
      "receipt_line": "Delivered wording referenced one rechecked archived outcome as prior local proof only.",
      "proof_path": "docs/reports/WAKE_REPORT_ARCHIVE_CITATION_STOPLIGHT_CARD.md",
      "stop_after": "Do not add another archive citation without a separate human-approved route."
    },
    {
      "id": "receipt_suppressed_or_blocked",
      "when_to_use": "Final paste suppressed archive citation or escalated a sanitized blocker.",
      "receipt_line": "Archive citation was suppressed or routed to human blocker review; no archive evidence was cited.",
      "proof_path": "docs/reports/WAKE_REPORT_ARCHIVE_CITATION_PACKET_QA.md",
      "stop_after": "Keep the report closed until a human reviews the blocker."
    }
  ],
  "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"
  ],
  "verifier_commands": [
    "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"
  ],
  "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
  }
}
