{
  "status": "reduced_motion_readability_pass_draft_closed_until_human_yes",
  "canonical_namespace": "Sonic-Forage",
  "requires_human_approval": true,
  "manual_visual_review_required": true,
  "auto_publish_enabled": false,
  "human_approval_question": "Do you approve using this reduced-motion/readability proof-hub pass in a live manual demo or public launch report?",
  "proof_paths": [
    "docs/index.html",
    "docs/accessibility/REDUCED_MOTION_READABILITY_PASS.md",
    "docs/data/reduced-motion-readability.json",
    "docs/data/accessibility-audit.json",
    "scripts/verify_site.py",
    "scripts/verify_static_surface.py"
  ],
  "verifier_commands": [
    "PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py",
    "PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_static_surface.py",
    "git diff --check",
    "git status --short --branch"
  ],
  "readability_checks": [
    "skip link exists and is keyboard-focusable",
    "focus-visible styles are present for links/buttons/media controls",
    "prefers-reduced-motion disables long animations and smooth scrolling",
    "card text remains high-contrast on the neon proof hub",
    "print styles preserve operator receipts without neon background dependency"
  ],
  "blocked_without_approval": [
    "post proof hub or launch copy to social media",
    "start Twitter Space, livestream, recording, or screen broadcast",
    "upload YouTube videos, captions, or private media",
    "create payment link, invoice, checkout page, or revenue claim",
    "claim OpenAI affiliation, sponsorship, attendance, or office access",
    "start GPU, paid API, model download, or training workflow",
    "mutate cron jobs or add autonomous publishing jobs"
  ],
  "closed_gates": {
    "public_posting": false,
    "outreach": false,
    "paid_promotion": false,
    "claim_revenue": false,
    "claim_openai_affiliation": false,
    "youtube_upload": false,
    "publishes_stream": false,
    "records_audio": false,
    "uploads_private_media": false,
    "starts_gpu": false,
    "starts_paid_api": false,
    "downloads_models": false,
    "starts_training": false,
    "submits_hackathon": false,
    "mutates_cron": false,
    "secret_exposure": false
  }
}
