{
  "status": "wake_report_outcome_log_template_manual_report_only_closed_until_human_yes",
  "canonical_namespace": "Sonic-Forage",
  "canonical_repo": "Sonic-Forage/afterparty-forge-explainer-site",
  "canonical_pages_url": "https://sonic-forage.github.io/afterparty-forge-explainer-site/",
  "review_only": true,
  "manual_report_required": true,
  "manual_outcome_log_required": true,
  "manual_receipt_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,
  "human_approval_question": "Do you approve using this Sonic-Forage wake report outcome log template after manually reviewing the delivered report, receipt, and proof paths?",
  "outcome_fields": [
    {
      "id": "delivered_report_reference",
      "prompt": "Which delivered report, channel, or scheduler receipt is being summarized?",
      "expected_value_shape": "timestamp plus destination label, with no private recipient data",
      "proof_path": "docs/reports/WAKE_REPORT_DELIVERY_RECEIPT_TEMPLATE.md"
    },
    {
      "id": "verified_commit_state",
      "prompt": "Which local and origin commit state was rechecked before writing the outcome?",
      "expected_value_shape": "commit SHA or blocker note captured by the human operator",
      "proof_path": "docs/reports/PAGES_VERIFICATION_RECEIPT.md"
    },
    {
      "id": "proof_paths_rechecked",
      "prompt": "Which proof paths were reopened or verified during the outcome review?",
      "expected_value_shape": "short list of repo-local paths only",
      "proof_path": "docs/reports/LAUNCH_PROOF_INDEX.md"
    },
    {
      "id": "human_decision_taken",
      "prompt": "Which zero-or-one next action did the awake operator choose?",
      "expected_value_shape": "one of keep_building_proof, private_demo_only, manual_followup_draft, public_copy_after_approval, or no_action",
      "proof_path": "docs/launch/PROOF_HUB_NEXT_DECISION_COMPASS.md"
    },
    {
      "id": "closed_gate_attestation",
      "prompt": "Are posting, upload, stream, outreach, payment, provider, GPU/training, secret, voice-to-shell, and cron gates still closed?",
      "expected_value_shape": "yes/no plus blocker note if any gate is uncertain",
      "proof_path": "docs/reports/WAKE_REPORT_POST_DELIVERY_AUDIT.md"
    }
  ],
  "outcome_route": [
    {
      "step": "Open the delivery receipt template and copy only the manual report reference fields that an awake operator actually verified.",
      "proof_path": "docs/reports/WAKE_REPORT_DELIVERY_RECEIPT_TEMPLATE.md",
      "expected_signal": "manual_receipt_required=true and no auto-delivery claim beyond the scheduler report"
    },
    {
      "step": "Reopen the post-delivery audit and confirm the five yes/no questions remain answered or explicitly pending.",
      "proof_path": "docs/reports/WAKE_REPORT_POST_DELIVERY_AUDIT.md",
      "expected_signal": "manual_audit_required=true and closed gates remain false"
    },
    {
      "step": "Use the launch proof index for every built-artifact claim; do not infer public launch, revenue, or provider state.",
      "proof_path": "docs/reports/LAUNCH_PROOF_INDEX.md",
      "expected_signal": "proof lanes map claims to repo-local paths"
    },
    {
      "step": "If reporting is not needed because nothing changed, consult the silence suppression card instead of sending redundant copy.",
      "proof_path": "docs/reports/WAKE_REPORT_SILENCE_SUPPRESSION_CARD.md",
      "expected_signal": "manual_silence_decision_required=true"
    },
    {
      "step": "Choose zero or one next route from the compass, then stop before any external action without a separate human yes.",
      "proof_path": "docs/launch/PROOF_HUB_NEXT_DECISION_COMPASS.md",
      "expected_signal": "manual review and closed commercial/public gates"
    }
  ],
  "safe_wording": [
    "Outcome logged after manual proof-path review; no public posting or upload is implied.",
    "Use repo-local proof paths and verifier commands as the source of truth.",
    "If a field is uncertain, mark it pending rather than inventing an external result.",
    "Commercial actions remain planning-only until a human approves exact copy, recipient, and payment workflow.",
    "Provider, stream, and dataset claims must stay framed as local proof unless separately verified by an awake operator."
  ],
  "do_not_say": [
    "Revenue was earned without verified payment proof.",
    "A public post or upload exists without a human approval record.",
    "A stream or Space ran without an operator receipt.",
    "Provider credentials were checked by the unattended job.",
    "A buyer was contacted by automation.",
    "A payment artifact exists without approval.",
    "A GPU, training, or model-download lane ran unattended.",
    "Cron jobs were created, edited, paused, or deleted by this report lane."
  ],
  "blocked_without_approval": [
    "post or schedule X/Twitter/social copy",
    "upload YouTube captions, Shorts, thumbnails, or videos",
    "start or schedule a livestream, Space, OBS output, or recording",
    "send buyer outreach, follow-up, invoice, checkout, or payment links",
    "claim revenue, customer traction, provider approval, or OpenAI affiliation",
    "check or print provider credentials, stream keys, tokens, or private endpoints",
    "upload private media or publish the private HF dataset",
    "start GPU jobs, paid APIs, model downloads, training, wallet actions, or cron mutation"
  ],
  "verifier_commands": [
    "PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py",
    "git diff --check",
    "git status --short --branch"
  ],
  "proof_paths": [
    "docs/reports/WAKE_REPORT_DELIVERY_RECEIPT_TEMPLATE.md",
    "docs/reports/WAKE_REPORT_POST_DELIVERY_AUDIT.md",
    "docs/reports/WAKE_REPORT_SILENCE_SUPPRESSION_CARD.md",
    "docs/reports/LAUNCH_PROOF_INDEX.md",
    "docs/launch/PROOF_HUB_NEXT_DECISION_COMPASS.md",
    "docs/data/site-manifest.json",
    "scripts/verify_site.py"
  ],
  "closed_gates": {
    "public_posting": false,
    "social_scheduling": false,
    "youtube_upload": false,
    "caption_upload": false,
    "publishes_stream": false,
    "records_audio": false,
    "uploads_private_media": false,
    "outreach": false,
    "payment_links": false,
    "invoice_execution": false,
    "claim_revenue": 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,
    "wallet_actions": false,
    "voice_to_shell": false,
    "secret_exposure": false,
    "mutates_cron": false
  }
}
