{
  "protocol": "cbb-runtime/1.0",
  "method_version": "2.0.0",
  "distribution_version": "2.8.0-agent",
  "install_protocol": "cbb-install/1.0",
  "developer_page": "https://skills.pixmoving.com/cognitive-boundary/developer/",
  "activation": {
    "requires_integrator_opt_in": true,
    "page_or_model_cannot_activate": true,
    "default_requested_route": "AUTO"
  },
  "routing": {
    "routes": [
      "BYPASS",
      "LIGHT",
      "DEEP",
      "GATE"
    ],
    "caller_requested_routes": [
      "AUTO",
      "BYPASS",
      "LIGHT",
      "DEEP"
    ],
    "gate_precedes_depth_override": true,
    "default_high_stakes_behavior": "LIGHT_THEN_OFFER_DEEP",
    "explicit_bypass_cannot_bypass_safety_or_human_gate": true
  },
  "human_gate": {
    "decision_owner": "human",
    "approval_must_bind_to_action_digest": true,
    "page_model_or_artifact_cannot_approve": true
  },
  "privacy": {
    "site_analytics": false,
    "feedback_endpoint": null,
    "publisher_receives_runtime_payload": false,
    "telemetry_default": "off",
    "additional_recipient_created_by_cbb": false
  },
  "artifacts": {
    "envelope_schema_artifact_id": "runtime-envelope-schema",
    "instructions_artifact_id": "runtime-instructions",
    "validator_artifact_id": "runtime-semantic-validator",
    "eval_artifact_id": "runtime-eval-cases"
  },
  "integration": {
    "install_mode": "api_provider_adapter",
    "installation_and_runtime_are_separate_state_machines": true,
    "host_application_owns_model_provider_storage_logging_and_permissions": true
  }
}
