# Wake Report Archive Retrieval Checklist

**Status:** `wake_report_archive_retrieval_checklist_manual_report_only_closed_until_human_yes`
**Namespace:** Sonic-Forage
**Scope:** manual-report-only retrieval path for reading an archived outcome without launching, posting, checking providers, or changing cron.

This checklist gives the awake operator a compact way to retrieve a prior wake-report archive entry and decide whether it is enough for the next manual readout. It is not a delivery action, social post, upload, livestream, provider check, payment artifact, outreach step, model run, dataset release, secret operation, voice-to-shell route, or cron mutation.

## 45-second retrieval route

1. Open `docs/reports/WAKE_REPORT_OUTCOME_ARCHIVE_INDEX.md` and identify the archive entry or blocker that needs review.
2. Open `docs/reports/WAKE_REPORT_OUTCOME_LOG_TEMPLATE.md` and confirm the delivery reference, verified commit or blocker, proof paths, and closed-gate attestation were recorded.
3. Open `docs/reports/PAGES_VERIFICATION_RECEIPT.md` and `docs/reports/WAKE_REPORT_SOURCE_MAP.md` before repeating any Pages, commit, media, stream, provider, dataset, or revenue wording.
4. Run the verifier commands below; if they fail, label the retrieval `blocked_pending_human_review` instead of filling gaps with assumptions.
5. Choose exactly one manual next route: `reuse_archive_as_readout_source`, `request_human_blocker_review`, `suppress_no_news_followup`, or `keep_closed_no_action`.

## Retrieval checklist fields

- `archive_entry_reference`: the local/manual archive entry or blocker being retrieved.
- `retrieval_reason`: why the operator is reopening it now.
- `proof_paths_reopened`: repo-local proof paths actually opened in this retrieval.
- `verifier_result`: pass/fail/blocker for the commands below.
- `closed_gate_attestation`: confirmation that public, commercial, provider, media, model, secret, voice, and cron gates remain closed.
- `exactly_one_next_route`: one manual next route, or `keep_closed_no_action`.

## Safe wording

- Archive retrieval is a read/check path, not a launch or delivery action.
- Reuse a prior report claim only when its proof path still exists and the verifier still passes.
- If Pages, provider, stream, dataset, or revenue evidence is missing, call it pending instead of implying success.
- Sonic-Forage remains the canonical namespace for repo, Pages, and private dataset references.
- Any real external next step needs a separate human approval for exact copy, destination, account, and scope.

## Do not say

- A public post, upload, stream, Space, or OBS output exists because an archive entry exists.
- Provider credentials were checked by automation.
- A buyer was contacted by automation.
- A payment artifact exists without approval.
- Revenue, customer traction, or OpenAI affiliation is proven without source evidence.
- A GPU, training, model-download, or paid API lane ran unattended.
- Private dataset or media visibility changed without an awake operator receipt.
- Cron jobs were created, edited, paused, or deleted by this retrieval lane.

## Human approval question

Do you approve using this Sonic-Forage wake report archive retrieval checklist as the manual read/check route before reusing any archived wake-report outcome in a new readout?

## Verification

Run:

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

Required closed gates: `public_posting=false`, `youtube_upload=false`, `publishes_stream=false`, `outreach=false`, `payment_links=false`, `claim_openai_affiliation=false`, `provider_credential_check=false`, `hf_dataset_publication=false`, `starts_gpu=false`, `starts_paid_api=false`, `downloads_models=false`, `starts_training=false`, `voice_to_shell=false`, `secret_exposure=false`, `mutates_cron=false`.
