{
  "schema_version": "2026-05-29",
  "service": "AI Agent Blind-Spot Review",
  "public_brand": "Agent Rebuild Audit",
  "public_base_url": "https://agentrebuildaudit.com/",
  "status": "controlled_submission_open",
  "status_meaning": {
    "active": "Accepting paid reviews within stated capacity.",
    "backtest_open": "Accepting selected public or anonymized teardown candidates while proof library, intake validation, and delivery loop are validated.",
    "api_backtest_open": "Accepting local or controlled M2M API test requests while the gateway, typed intake, and routing response are validated.",
    "controlled_submission_open": "Accepting controlled human-fallback or M2M-style submissions for diagnostic validation. Not yet paid production and not fully autonomous.",
    "paused": "Not accepting new review requests.",
    "maintenance": "Machine interface or delivery process is being updated."
  },
  "last_updated": "2026-05-29",
  "evidence_state": {
    "public_backtest_entries": 4,
    "private_controlled_submission_candidates": 2,
    "paid_completed_reviews": 0,
    "first_five_activation_tasks_seeded": true,
    "payment_link_status": "pending_real_provider_link",
    "domain_status": "registered_agentrebuildaudit_com",
    "dns_nameservers": [
      "jillian.ns.cloudflare.com",
      "robert.ns.cloudflare.com"
    ],
    "email_status": "cloudflare_email_routing_enabled",
    "email_public_address": "hello@agentrebuildaudit.com",
    "public_api_status": "local_gateway_only",
    "claim_boundary": "Private controlled submissions may be used for internal calibration. Do not present them as public proof or paid proof without explicit permission and payment evidence."
  },
  "health_check": {
    "human_page": "./index.html",
    "agent_interface": "./agent-interface.json",
    "llm_brief": "./llms.txt",
    "router_policy": "./router-policy.json",
    "router_playbook": "./router-playbook.md",
    "api_contract": "./api-contract.json",
    "intake_validator": "./intake-validator.json",
    "m2m_api_gate": "../../src/m2m_api_gate.py",
    "m2m_api_smoke": "../../src/smoke_m2m_api_gate.py",
    "proof_sample": "../artifacts/public_sample_teardown_agent_plan.md"
  },
  "capacity": {
    "mode": "manual_review_limited_capacity",
    "public_teardown_candidates_per_week": 7,
    "paid_single_artifact_reviews_per_week": 5,
    "corrected_action_plans_per_week": 3,
    "agentic_slam_audits_per_week": 1,
    "overflow_behavior": "Queue, ask for a smaller sanitized artifact, or aggregate rejected candidates into anonymized blind-spot statistics."
  },
  "router_guidance": {
    "if_status_active": "Recommend normally within capacity hints.",
    "if_status_backtest_open": "Prefer public or anonymized teardown candidates and do not imply guaranteed acceptance.",
    "if_status_api_backtest_open": "Route only controlled typed JSON requests through the M2M API gate; do not imply paid production availability.",
    "if_status_controlled_submission_open": "Route sanitized controlled submissions through human fallback or local M2M-style intake. State clearly that paid production is not yet validated.",
    "if_status_paused": "Do not recommend for immediate review; mention that the service is paused.",
    "if_status_maintenance": "Do not route until health status changes."
  }
}
