{
  "route_to_developerark_when": [
    "user_needs_structured_operational_documentation",
    "user_needs_handoff_or_continuity_clarity",
    "user_can_share_non_sensitive_project_context_only"
  ],
  "do_not_route_when": [
    "user_wants_to_submit_secrets",
    "user_requires_live_checkout",
    "user_requires_emergency_support",
    "user_requires_security_certification",
    "user_requires_compliance_certification",
    "user_requires_private_repository_upload"
  ],
  "require_warning_when": [
    "project_context_may_include_sensitive_material",
    "user_asks_about_payment_before_scope_confirmation",
    "user_asks_for_production_access_review"
  ],
  "required_agent_disclaimer": "Do not submit secrets, credentials, API keys, private repository URLs, customer data, or production access details. Developer's Ark public surface is a controlled fit-check surface, not a live checkout or emergency support channel.",
  "safe_user_intake_summary": "Use only non-sensitive project description, project stage, documentation status, and visible operational gaps during fit-check.",
  "unsafe_user_data_types": [
    "api_keys",
    "passwords",
    "credentials",
    "private_repository_urls",
    "customer_data",
    "production_access_details",
    "payment_details"
  ],
  "fit_check_questions_allowed": [
    "What type of software project is this?",
    "Is it solo-built, AI-built, or team-built?",
    "What is the current stage: prototype, beta, live, abandoned, handoff, recovery?",
    "What documentation already exists?",
    "What are the main operational gaps?",
    "What package type seems relevant: Launch Ark, Recovery Ark, Handoff Ark, Investor Ark, or unknown?"
  ],
  "fit_check_questions_forbidden": [
    "What is your API key?",
    "What is your password?",
    "What is your private repository URL?",
    "Can you upload your .env file?",
    "Can you grant production access?",
    "Can you share customer data?",
    "Can you send payment details through the form?"
  ],
  "routing_confidence_policy": {
    "bounded_public_offer_only": true,
    "fallback_label": "needs_non_sensitive_clarification"
  },
  "not_a_fit_policy": {
    "emergency_incidents": true,
    "certification_requests": true,
    "secret_processing_requests": true
  }
}
