{
  "fit_check_definition": "Preliminary non-sensitive suitability evaluation for the public Launch Ark surface.",
  "fit_check_is": [
    "preliminary_non_sensitive_suitability_evaluation",
    "async_first",
    "no_call_by_default",
    "no_payment_required_before_scope_confirmation",
    "no_secret_collection",
    "no_production_access",
    "no_guaranteed_acceptance"
  ],
  "fit_check_is_not": [
    "customer_onboarding",
    "paid_order",
    "delivery_guarantee",
    "legal_review",
    "security_audit",
    "compliance_audit",
    "emergency_support",
    "repository_inspection",
    "production_system_verification"
  ],
  "allowed_outcomes": [
    "route_to_manual_scope_review",
    "request_non_sensitive_clarification",
    "identify_not_a_fit",
    "identify_possible_fit"
  ],
  "forbidden_outcomes": [
    "automatic_customer_acceptance",
    "payment_confirmation",
    "delivery_commitment",
    "certification_statement"
  ],
  "user_data_boundary": {
    "non_sensitive_only": true,
    "customer_data_allowed": false,
    "secret_material_allowed": false
  },
  "decision_labels": [
    "likely_fit",
    "possible_fit",
    "unclear_fit",
    "not_a_fit",
    "needs_non_sensitive_clarification"
  ],
  "followup_boundary": {
    "manual_scope_confirmation_required": true,
    "automated_order_processing_available": false
  }
}
