# Wake Report Silence Suppression Card

**Status:** `wake_report_silence_suppression_manual_report_only_closed_until_human_yes`  
**Canonical namespace:** Sonic-Forage  
**Purpose:** give the scheduled reporter a proof-backed boundary for when a no-news run may stay silent instead of sending a redundant wake/update report.

This card is manual-report-only. It does **not** send messages, post publicly, upload media/datasets, start streams, create payment artifacts, contact anyone, check provider credentials, run GPU/paid API/model/training jobs, expose secrets, enable voice-to-shell, or create/update/pause/delete cron jobs.

## Manual decision rule

Use the silent outcome only when all four checks are true:

1. `git status --short --branch`, the latest commit, and `PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py` were inspected.
2. No new committed proof, media, doc, Pages-visible card, blocker, or verifier failure needs human attention since the previous delivered report.
3. All public/commercial/provider/model/secret/cron gates remain closed.
4. If anything changed, the reporter uses the normal final-paste/copy-QA route instead of suppressing delivery.

## Operator checks

| Check | Proof path | Expected signal |
| --- | --- | --- |
| Repo state checked | `scripts/verify_site.py` | `VERIFY OK afterparty explainer site` |
| No new artifact confirmed | `docs/data/site-manifest.json` | current artifact pointers reviewed |
| Closed gates confirmed | `docs/data/wake-report-post-delivery-audit.json` | `provider_credential_check=false`, `mutates_cron=false` |
| Report-copy boundary confirmed | `docs/reports/WAKE_REPORT_COPY_QA_CARD.md` | `manual_copy_qa_required=true` |

## Safe wording

- No new repo-visible proof artifact was found after verifier and git inspection.
- The proof hub remains closed-gate and manual-review-only.
- Use a normal report whenever a new commit, media artifact, Pages change, blocker, or verifier failure needs human attention.
- Silence suppression is a delivery-format decision only, not approval for external action.

## Do not say

- A public post went live.
- A livestream started.
- A provider approved the stream.
- Buyer outreach happened unattended.
- A payment artifact exists without approval.
- A GPU or training job ran.
- Provider credentials were checked.
- Cron was changed by this card.

## Blocked without human approval

- Posting or scheduling social copy.
- Uploading YouTube videos, Shorts, captions, thumbnails, private media, or datasets.
- Starting Twitter Spaces, OBS, RTMP, livestreams, recordings, or provider sessions.
- Sending outreach, DMs, email, forms, or buyer followups.
- Creating checkout links, invoices, payment requests, or revenue claims.
- Checking provider credentials, private dashboards, stream keys, or API tokens.
- Starting GPU, paid API, model download, or training jobs.
- Creating wallets or moving funds.
- Creating, editing, pausing, or deleting cron jobs.

## Verification

```bash
PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py
git diff --check
git status --short --branch
```

**Human approval question:** Do you approve using this Sonic-Forage silence suppression card as the manual boundary for no-news scheduled reports, without posting, uploading, streaming, billing, contacting anyone, checking provider credentials, or mutating cron?
