diff --git "a/data/routercore_train_instruct.jsonl" "b/data/routercore_train_instruct.jsonl" new file mode 100644--- /dev/null +++ "b/data/routercore_train_instruct.jsonl" @@ -0,0 +1,250 @@ +{"id": "train-0001", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed cloud stuff for finance.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"grant_iam_role\"}, {\"confidence\": 0.31, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0002", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ndaily reporting job, details later\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0003", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant Jane owner access to production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.88, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Blocked owner/admin IAM grant.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"jane\", \"role\": \"owner\", \"scope\": \"production\"}, \"status\": \"rejected\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0004", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nscheduler request for reporting\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0005", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small Node.js app named platform-web-app in us-central1 for platform.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"platform-web-app\", \"diagnostics_enabled\": true, \"environment\": \"prod\", \"region\": \"us-central1\", \"runtime\": \"nodejs20\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0006", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nneed api for reporting, details TBD\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"What app name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: app_name, region, environment\"], \"missing_fields\": [\"app_name\", \"region\", \"environment\"], \"parameters\": {\"runtime\": \"python311\", \"team\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0007", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named growth-svc for the growth team in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"growth-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0008", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive john the editor role on dev-subsystem.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"john\", \"role\": \"editor\", \"scope\": \"dev-subsystem\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0009", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account for the platform team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"What account name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: account_name, environment\"], \"missing_fields\": [\"account_name\", \"environment\"], \"parameters\": {\"team\": \"platform\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0010", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a daily job for reporting for the mlops team in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"job_name\": \"mlops-nightly-job\", \"schedule\": \"0 9 * * *\", \"target\": \"reporting\", \"team\": \"mlops\", \"timezone\": \"America/New_York\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0011", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity request: claims service account, env prod, name claims-svc\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"claims-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0012", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity request: claims service account, env prod, name claims-svc\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"claims-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0013", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nDisable monitoring everywhere before the release.\n\nRouterCore JSON:\n{\"candidate_workflows\": [], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Unsafe destructive production request.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"rejected\", \"workflow\": null}"} +{"id": "train-0014", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nPlease give deploy-bot contributor permissions on all reporting resources for a short migration.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"deploy-bot\", \"role\": \"contributor\", \"scope\": \"all reporting resources\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0015", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a reporting schedule.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0016", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed cloud stuff for finance.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"grant_iam_role\"}, {\"confidence\": 0.31, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0017", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a Python web app for the finance team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"What app name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: app_name, region, environment\"], \"missing_fields\": [\"app_name\", \"region\", \"environment\"], \"parameters\": {\"runtime\": \"python311\", \"team\": \"finance\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0018", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small .NET app named mlops-web-app in us-central1 for mlops.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"mlops-web-app\", \"diagnostics_enabled\": false, \"environment\": \"dev\", \"region\": \"us-central1\", \"runtime\": \"dotnet8\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0019", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small Node.js app named mlops-web-app in westus for mlops.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"mlops-web-app\", \"diagnostics_enabled\": true, \"environment\": \"staging\", \"region\": \"westus\", \"runtime\": \"nodejs20\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0020", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCan you handle the platform setup?\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_web_app\"}, {\"confidence\": 0.31, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0021", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ndaily reporting job, details later\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0022", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ncron 0 2 * * * target claims-sync env staging timezone America/Los_Angeles\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"job_name\": \"claims-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"claims-sync\", \"team\": \"claims\", \"timezone\": \"America/Los_Angeles\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0023", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nbucket needed for mlops, no location picked yet\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"mlops\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0024", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: principal=jane role=contributor scope=claims-app env=prod\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"jane\", \"role\": \"contributor\", \"scope\": \"claims-app\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0025", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a daily job for model-refresh for the finance team in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"job_name\": \"finance-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"model-refresh\", \"team\": \"finance\", \"timezone\": \"America/Los_Angeles\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0026", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nneed api for claims, details TBD\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"What app name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: app_name, region, environment\"], \"missing_fields\": [\"app_name\", \"region\", \"environment\"], \"parameters\": {\"runtime\": \"python311\", \"team\": \"claims\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0027", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nMake the nightly thing happen.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_scheduler_job\"}, {\"confidence\": 0.31, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0028", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ncron 0 2 * * * target reporting env staging timezone America/New_York\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"job_name\": \"claims-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"reporting\", \"team\": \"claims\", \"timezone\": \"America/New_York\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0029", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant jane contributor access to reporting-project in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"jane\", \"role\": \"contributor\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0030", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a staging Python web app for the finance team in West US.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"finance-web-app\", \"diagnostics_enabled\": true, \"environment\": \"staging\", \"region\": \"westus\", \"runtime\": \"python311\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0031", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive john the contributor role on dev-subsystem.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"john\", \"role\": \"contributor\", \"scope\": \"dev-subsystem\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0032", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team finance in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"finance-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0033", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named finance-svc for the finance team in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"finance-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0034", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: principal=deploy-bot role=editor scope=reporting-project env=prod\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"deploy-bot\", \"role\": \"editor\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0035", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up reporting.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_web_app\"}, {\"confidence\": 0.31, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0036", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nPrep access and automation for the new project.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_service_account\"}, {\"confidence\": 0.31, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0037", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nticket: finance staging api, runtime Node.js, region East US, diagnostics on\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"finance-web-app\", \"diagnostics_enabled\": true, \"environment\": \"staging\", \"region\": \"eastus\", \"runtime\": \"nodejs20\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0038", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a daily job for model-refresh for the reporting team in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"job_name\": \"reporting-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"model-refresh\", \"team\": \"reporting\", \"timezone\": \"UTC\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0039", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up reporting.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_web_app\"}, {\"confidence\": 0.31, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0040", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate storage for the mlops team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"mlops\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0041", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant jane reader access to staging-bucket in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"jane\", \"role\": \"reader\", \"scope\": \"staging-bucket\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0042", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a Python web app for the finance team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"What app name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: app_name, region, environment\"], \"missing_fields\": [\"app_name\", \"region\", \"environment\"], \"parameters\": {\"runtime\": \"python311\", \"team\": \"finance\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0043", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant john reader access to reporting-project in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"john\", \"role\": \"reader\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0044", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant john viewer access to dev-subsystem in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"john\", \"role\": \"viewer\", \"scope\": \"dev-subsystem\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0045", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: jane role reader scope all reporting resources\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"jane\", \"role\": \"reader\", \"scope\": \"all reporting resources\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0046", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for claims, env staging, region eastus, class archive\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"claims-bucket\", \"environment\": \"staging\", \"region\": \"eastus\", \"storage_class\": \"archive\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0047", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team platform in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"platform-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"dev\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0048", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: john role reader scope production\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"john\", \"role\": \"reader\", \"scope\": \"production\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0049", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for finance, env prod, region eastus, class archive\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"finance-bucket\", \"environment\": \"prod\", \"region\": \"eastus\", \"storage_class\": \"archive\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0050", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive jane the editor role on claims-app.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"jane\", \"role\": \"editor\", \"scope\": \"claims-app\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0051", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity request: reporting service account, env dev, name reporting-svc\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"reporting-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"dev\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0052", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named platform-nightly-job for reporting in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"job_name\": \"platform-nightly-job\", \"schedule\": \"0 9 * * *\", \"target\": \"reporting\", \"team\": \"platform\", \"timezone\": \"America/New_York\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0053", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ndaily reporting job, details later\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0054", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a production Node.js web app for the growth team in West US.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"growth-web-app\", \"diagnostics_enabled\": true, \"environment\": \"prod\", \"region\": \"westus\", \"runtime\": \"nodejs20\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0055", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up blob storage for the growth team in Central US for staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"growth-bucket\", \"environment\": \"staging\", \"region\": \"centralus\", \"storage_class\": \"cool\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0056", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a daily job for billing-export for the security team in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"job_name\": \"security-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"billing-export\", \"team\": \"security\", \"timezone\": \"America/New_York\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0057", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate storage for the platform team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"platform\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0058", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team finance in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"finance-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0059", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a Python web app for the reporting team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"What app name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: app_name, region, environment\"], \"missing_fields\": [\"app_name\", \"region\", \"environment\"], \"parameters\": {\"runtime\": \"python311\", \"team\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0060", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nticket: reporting staging api, runtime Node.js, region East US, diagnostics on\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"reporting-web-app\", \"diagnostics_enabled\": true, \"environment\": \"staging\", \"region\": \"eastus\", \"runtime\": \"nodejs20\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0061", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive John the owner role across all production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.88, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Blocked owner/admin IAM grant.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"john\", \"role\": \"owner\", \"scope\": \"production\"}, \"status\": \"rejected\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0062", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named security-svc for the security team in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"security-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"security\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0063", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named reporting-svc for the reporting team in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"reporting-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"dev\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0064", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nticket: platform development api, runtime .NET, region East US, diagnostics on\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"platform-web-app\", \"diagnostics_enabled\": false, \"environment\": \"dev\", \"region\": \"eastus\", \"runtime\": \"dotnet8\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0065", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named growth-svc for the growth team in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"growth-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0066", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant john access.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": \"What role should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: role, scope\"], \"missing_fields\": [\"role\", \"scope\"], \"parameters\": {\"principal\": \"john\"}, \"status\": \"needs_clarification\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0067", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant John owner access to production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.88, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Blocked owner/admin IAM grant.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"john\", \"role\": \"owner\", \"scope\": \"production\"}, \"status\": \"rejected\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0068", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nbucket needed for security, no location picked yet\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"security\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0069", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam access needed for jane, scope TBD\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": \"What role should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: role, scope\"], \"missing_fields\": [\"role\", \"scope\"], \"parameters\": {\"principal\": \"jane\"}, \"status\": \"needs_clarification\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0070", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nticket: platform production api, runtime Python, region East US, diagnostics on\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"platform-web-app\", \"diagnostics_enabled\": false, \"environment\": \"prod\", \"region\": \"eastus\", \"runtime\": \"python311\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0071", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named claims-nightly-job for billing-export in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"job_name\": \"claims-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"billing-export\", \"team\": \"claims\", \"timezone\": \"America/New_York\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0072", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity request: reporting service account, env dev, name reporting-svc\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"reporting-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"dev\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0073", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small Python app named mlops-web-app in eastus for mlops.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"mlops-web-app\", \"diagnostics_enabled\": true, \"environment\": \"dev\", \"region\": \"eastus\", \"runtime\": \"python311\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0074", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for platform, env prod, region eastus, class standard\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"platform-bucket\", \"environment\": \"prod\", \"region\": \"eastus\", \"storage_class\": \"standard\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0075", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named growth-nightly-job for billing-export in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"growth-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"billing-export\", \"team\": \"growth\", \"timezone\": \"UTC\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0076", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive jane the reader role on reporting-project.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"jane\", \"role\": \"reader\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0077", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a daily job for model-refresh for the claims team in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"claims-nightly-job\", \"schedule\": \"0 9 * * *\", \"target\": \"model-refresh\", \"team\": \"claims\", \"timezone\": \"America/Los_Angeles\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0078", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nblob storage request: growth\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"growth\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0079", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive jane the contributor role on reporting-project.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"jane\", \"role\": \"contributor\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0080", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named reporting-nightly-job for billing-export in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"job_name\": \"reporting-nightly-job\", \"schedule\": \"0 9 * * *\", \"target\": \"billing-export\", \"team\": \"reporting\", \"timezone\": \"America/Los_Angeles\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0081", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nPlease give john reader permissions on subscription analytics for a short migration.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"john\", \"role\": \"reader\", \"scope\": \"subscription analytics\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0082", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nPrep access and automation for the new project.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_storage_bucket\"}, {\"confidence\": 0.31, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0083", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for growth, env staging, region us-central1, class cool\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"growth-bucket\", \"environment\": \"staging\", \"region\": \"us-central1\", \"storage_class\": \"cool\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0084", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team growth in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"growth-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0085", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account for the finance team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"What account name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: account_name, environment\"], \"missing_fields\": [\"account_name\", \"environment\"], \"parameters\": {\"team\": \"finance\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0086", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nticket: reporting development api, runtime .NET, region East US, diagnostics on\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"reporting-web-app\", \"diagnostics_enabled\": false, \"environment\": \"dev\", \"region\": \"eastus\", \"runtime\": \"dotnet8\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0087", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive reporting-user the reader role on reporting-project.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"reporting-user\", \"role\": \"reader\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0088", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: principal=jane role=editor scope=staging-bucket env=prod\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"jane\", \"role\": \"editor\", \"scope\": \"staging-bucket\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0089", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named growth-nightly-job for billing-export in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"job_name\": \"growth-nightly-job\", \"schedule\": \"0 9 * * *\", \"target\": \"billing-export\", \"team\": \"growth\", \"timezone\": \"UTC\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0090", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nweb app request: growth, python\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"What app name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: app_name, region, environment\"], \"missing_fields\": [\"app_name\", \"region\", \"environment\"], \"parameters\": {\"runtime\": \"python311\", \"team\": \"growth\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0091", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nweb app request: growth, python\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"What app name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: app_name, region, environment\"], \"missing_fields\": [\"app_name\", \"region\", \"environment\"], \"parameters\": {\"runtime\": \"python311\", \"team\": \"growth\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0092", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a archive storage bucket named reporting-bucket in East US for development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"reporting-bucket\", \"environment\": \"dev\", \"region\": \"eastus\", \"storage_class\": \"archive\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0093", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive reporting-user the contributor role on dev-subsystem.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"reporting-user\", \"role\": \"contributor\", \"scope\": \"dev-subsystem\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0094", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a staging Node.js web app for the mlops team in West US.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"mlops-web-app\", \"diagnostics_enabled\": false, \"environment\": \"staging\", \"region\": \"westus\", \"runtime\": \"nodejs20\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0095", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small Node.js app named mlops-web-app in us-central1 for mlops.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"mlops-web-app\", \"diagnostics_enabled\": true, \"environment\": \"staging\", \"region\": \"us-central1\", \"runtime\": \"nodejs20\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0096", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\npermission request for jane\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": \"What role should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: role, scope\"], \"missing_fields\": [\"role\", \"scope\"], \"parameters\": {\"principal\": \"jane\"}, \"status\": \"needs_clarification\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0097", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a development Node.js web app for the reporting team in US Central.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"reporting-web-app\", \"diagnostics_enabled\": true, \"environment\": \"dev\", \"region\": \"us-central1\", \"runtime\": \"nodejs20\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0098", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team reporting in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"reporting-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0099", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCan you handle the platform setup?\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_scheduler_job\"}, {\"confidence\": 0.31, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0100", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named growth-svc for the growth team in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"growth-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"dev\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0101", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: principal=john role=viewer scope=reporting-project env=prod\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"john\", \"role\": \"viewer\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0102", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity needed for team security\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"What account name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: account_name, environment\"], \"missing_fields\": [\"account_name\", \"environment\"], \"parameters\": {\"team\": \"security\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0103", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small Python app named reporting-web-app in westus for reporting.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"reporting-web-app\", \"diagnostics_enabled\": true, \"environment\": \"dev\", \"region\": \"westus\", \"runtime\": \"python311\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0104", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small .NET app named security-web-app in us-central1 for security.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"security-web-app\", \"diagnostics_enabled\": false, \"environment\": \"staging\", \"region\": \"us-central1\", \"runtime\": \"dotnet8\", \"team\": \"security\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0105", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nMake the nightly thing happen.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"grant_iam_role\"}, {\"confidence\": 0.31, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0106", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate storage for the reporting team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0107", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: ops-lead role contributor scope subscription analytics\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"ops-lead\", \"role\": \"contributor\", \"scope\": \"subscription analytics\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0108", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a Python web app for the mlops team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"What app name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: app_name, region, environment\"], \"missing_fields\": [\"app_name\", \"region\", \"environment\"], \"parameters\": {\"runtime\": \"python311\", \"team\": \"mlops\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0109", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up reporting.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_service_account\"}, {\"confidence\": 0.31, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0110", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a cool storage bucket named reporting-bucket in East US for development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"reporting-bucket\", \"environment\": \"dev\", \"region\": \"eastus\", \"storage_class\": \"cool\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0111", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for claims, env prod, region eastus, class archive\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"claims-bucket\", \"environment\": \"prod\", \"region\": \"eastus\", \"storage_class\": \"archive\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0112", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: principal=john role=viewer scope=dev-subsystem env=dev\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"john\", \"role\": \"viewer\", \"scope\": \"dev-subsystem\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0113", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team reporting in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"reporting-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0114", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate storage for the claims team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"claims\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0115", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant analyst viewer access to staging-bucket in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"analyst\", \"role\": \"viewer\", \"scope\": \"staging-bucket\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0116", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity needed for team security\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"What account name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: account_name, environment\"], \"missing_fields\": [\"account_name\", \"environment\"], \"parameters\": {\"team\": \"security\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0117", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named finance-svc for the finance team in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"finance-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0118", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nRemove all security from production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Unsafe destructive production request.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"rejected\", \"workflow\": null}"} +{"id": "train-0119", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant jane contributor access to subscription analytics.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"jane\", \"role\": \"contributor\", \"scope\": \"subscription analytics\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0120", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity request: platform service account, env staging, name platform-svc\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"platform-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0121", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity request: mlops service account, env staging, name mlops-svc\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"mlops-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0122", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team claims in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"claims-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"dev\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0123", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nservice account request, owner team mlops\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"What account name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: account_name, environment\"], \"missing_fields\": [\"account_name\", \"environment\"], \"parameters\": {\"team\": \"mlops\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0124", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nscheduler request for reporting\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0125", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate storage for the finance team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"finance\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0126", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up blob storage for the growth team in US Central for staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"growth-bucket\", \"environment\": \"staging\", \"region\": \"us-central1\", \"storage_class\": \"archive\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0127", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed cloud stuff for finance.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_service_account\"}, {\"confidence\": 0.31, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0128", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nPrep access and automation for the new project.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_storage_bucket\"}, {\"confidence\": 0.31, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0129", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nticket: security development api, runtime .NET, region US Central, diagnostics on\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"security-web-app\", \"diagnostics_enabled\": false, \"environment\": \"dev\", \"region\": \"us-central1\", \"runtime\": \"dotnet8\", \"team\": \"security\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0130", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nbucket needed for finance, no location picked yet\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"finance\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0131", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: jane role reader scope all reporting resources\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"jane\", \"role\": \"reader\", \"scope\": \"all reporting resources\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0132", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up blob storage for the finance team in US Central for production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"finance-bucket\", \"environment\": \"prod\", \"region\": \"us-central1\", \"storage_class\": \"standard\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0133", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nMake the nightly thing happen.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_storage_bucket\"}, {\"confidence\": 0.31, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0134", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named security-nightly-job for model-refresh in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"job_name\": \"security-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"model-refresh\", \"team\": \"security\", \"timezone\": \"UTC\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0135", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive deploy-bot the owner role across all production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.88, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Blocked owner/admin IAM grant.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"deploy-bot\", \"role\": \"owner\", \"scope\": \"production\"}, \"status\": \"rejected\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0136", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for reporting, env dev, region eastus, class standard\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"reporting-bucket\", \"environment\": \"dev\", \"region\": \"eastus\", \"storage_class\": \"standard\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0137", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a standard storage bucket named claims-bucket in West US for staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"claims-bucket\", \"environment\": \"staging\", \"region\": \"westus\", \"storage_class\": \"standard\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0138", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named security-nightly-job for claims-sync in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"security-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"claims-sync\", \"team\": \"security\", \"timezone\": \"America/Los_Angeles\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0139", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nbucket needed for growth, no location picked yet\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"growth\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0140", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for mlops, env staging, region westus, class archive\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"mlops-bucket\", \"environment\": \"staging\", \"region\": \"westus\", \"storage_class\": \"archive\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0141", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small Node.js app named security-web-app in us-central1 for security.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"security-web-app\", \"diagnostics_enabled\": false, \"environment\": \"staging\", \"region\": \"us-central1\", \"runtime\": \"nodejs20\", \"team\": \"security\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0142", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named finance-nightly-job for billing-export in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"job_name\": \"finance-nightly-job\", \"schedule\": \"0 9 * * *\", \"target\": \"billing-export\", \"team\": \"finance\", \"timezone\": \"America/New_York\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0143", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a daily job for claims-sync for the growth team in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"growth-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"claims-sync\", \"team\": \"growth\", \"timezone\": \"America/Los_Angeles\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0144", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nticket: claims development api, runtime .NET, region Central US, diagnostics on\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"claims-web-app\", \"diagnostics_enabled\": true, \"environment\": \"dev\", \"region\": \"centralus\", \"runtime\": \"dotnet8\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0145", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive john the viewer role on staging-bucket.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"john\", \"role\": \"viewer\", \"scope\": \"staging-bucket\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0146", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named reporting-svc for the reporting team in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"reporting-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0147", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for claims, env prod, region eastus, class cool\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"claims-bucket\", \"environment\": \"prod\", \"region\": \"eastus\", \"storage_class\": \"cool\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0148", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nticket: finance production api, runtime Node.js, region US Central, diagnostics on\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"finance-web-app\", \"diagnostics_enabled\": true, \"environment\": \"prod\", \"region\": \"us-central1\", \"runtime\": \"nodejs20\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0149", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ncron 0 2 * * * target reporting env prod timezone America/Los_Angeles\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"reporting-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"reporting\", \"team\": \"reporting\", \"timezone\": \"America/Los_Angeles\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0150", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nblob storage request: mlops\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"mlops\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0151", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: principal=deploy-bot role=editor scope=staging-bucket env=prod\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"deploy-bot\", \"role\": \"editor\", \"scope\": \"staging-bucket\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0152", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed cloud stuff for finance.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_web_app\"}, {\"confidence\": 0.31, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0153", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nservice account request, owner team reporting\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"What account name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: account_name, environment\"], \"missing_fields\": [\"account_name\", \"environment\"], \"parameters\": {\"team\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0154", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ncron 0 9 * * * target billing-export env prod timezone America/Los_Angeles\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"claims-nightly-job\", \"schedule\": \"0 9 * * *\", \"target\": \"billing-export\", \"team\": \"claims\", \"timezone\": \"America/Los_Angeles\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0155", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant analyst contributor access to dev-subsystem in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"analyst\", \"role\": \"contributor\", \"scope\": \"dev-subsystem\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0156", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nscheduler request for reporting\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0157", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nPrep access and automation for the new project.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"grant_iam_role\"}, {\"confidence\": 0.31, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0158", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for reporting, env prod, region centralus, class archive\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"reporting-bucket\", \"environment\": \"prod\", \"region\": \"centralus\", \"storage_class\": \"archive\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0159", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a development Node.js web app for the growth team in West US.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"growth-web-app\", \"diagnostics_enabled\": true, \"environment\": \"dev\", \"region\": \"westus\", \"runtime\": \"nodejs20\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0160", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ncron 0 2 * * * target billing-export env prod timezone America/New_York\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"reporting-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"billing-export\", \"team\": \"reporting\", \"timezone\": \"America/New_York\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0161", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity request: mlops service account, env dev, name mlops-svc\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"mlops-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"dev\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0162", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up blob storage for the platform team in Central US for staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"platform-bucket\", \"environment\": \"staging\", \"region\": \"centralus\", \"storage_class\": \"standard\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0163", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant John admin access to production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.88, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Blocked owner/admin IAM grant.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"john\", \"role\": \"admin\", \"scope\": \"production\"}, \"status\": \"rejected\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0164", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant John admin access to production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.88, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Blocked owner/admin IAM grant.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"john\", \"role\": \"admin\", \"scope\": \"production\"}, \"status\": \"rejected\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0165", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named platform-svc for the platform team in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"platform-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0166", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed cloud stuff for finance.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"grant_iam_role\"}, {\"confidence\": 0.31, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0167", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account for the platform team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"What account name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: account_name, environment\"], \"missing_fields\": [\"account_name\", \"environment\"], \"parameters\": {\"team\": \"platform\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0168", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nticket: finance staging api, runtime .NET, region US Central, diagnostics on\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"finance-web-app\", \"diagnostics_enabled\": true, \"environment\": \"staging\", \"region\": \"us-central1\", \"runtime\": \"dotnet8\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0169", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for mlops, env prod, region centralus, class archive\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"mlops-bucket\", \"environment\": \"prod\", \"region\": \"centralus\", \"storage_class\": \"archive\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0170", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a reporting schedule.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0171", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up blob storage for the finance team in US Central for development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"finance-bucket\", \"environment\": \"dev\", \"region\": \"us-central1\", \"storage_class\": \"standard\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0172", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant jane reader access to claims-app in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"jane\", \"role\": \"reader\", \"scope\": \"claims-app\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0173", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named security-nightly-job for model-refresh in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"security-nightly-job\", \"schedule\": \"0 9 * * *\", \"target\": \"model-refresh\", \"team\": \"security\", \"timezone\": \"America/New_York\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0174", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named platform-svc for the platform team in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"platform-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0175", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a reporting schedule.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0176", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nblob storage request: claims\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"claims\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0177", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ncron 0 2 * * * target billing-export env staging timezone America/New_York\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"job_name\": \"finance-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"billing-export\", \"team\": \"finance\", \"timezone\": \"America/New_York\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0178", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nMake the nightly thing happen.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_service_account\"}, {\"confidence\": 0.31, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0179", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed cloud stuff for finance.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_storage_bucket\"}, {\"confidence\": 0.31, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0180", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate storage for the reporting team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0181", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant Jane admin access to production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.88, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Blocked owner/admin IAM grant.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"jane\", \"role\": \"admin\", \"scope\": \"production\"}, \"status\": \"rejected\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0182", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nweb app request: reporting, python\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"What app name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: app_name, region, environment\"], \"missing_fields\": [\"app_name\", \"region\", \"environment\"], \"parameters\": {\"runtime\": \"python311\", \"team\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0183", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCan you handle the platform setup?\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_scheduler_job\"}, {\"confidence\": 0.31, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0184", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive jane the contributor role on staging-bucket.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"jane\", \"role\": \"contributor\", \"scope\": \"staging-bucket\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0185", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\npermission request for jane\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": \"What role should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: role, scope\"], \"missing_fields\": [\"role\", \"scope\"], \"parameters\": {\"principal\": \"jane\"}, \"status\": \"needs_clarification\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0186", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team finance in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"finance-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0187", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team growth in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"growth-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0188", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nPrep access and automation for the new project.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_service_account\"}, {\"confidence\": 0.31, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0189", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive jane the editor role on claims-app.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"jane\", \"role\": \"editor\", \"scope\": \"claims-app\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0190", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named mlops-svc for the mlops team in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"mlops-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"dev\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0191", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account for the claims team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"What account name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: account_name, environment\"], \"missing_fields\": [\"account_name\", \"environment\"], \"parameters\": {\"team\": \"claims\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0192", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nblob storage request: finance\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"finance\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0193", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up blob storage for the reporting team in West US for development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"reporting-bucket\", \"environment\": \"dev\", \"region\": \"westus\", \"storage_class\": \"archive\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0194", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant reporting-user contributor access to reporting-project in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"reporting-user\", \"role\": \"contributor\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0195", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small Node.js app named platform-web-app in us-central1 for platform.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"platform-web-app\", \"diagnostics_enabled\": true, \"environment\": \"staging\", \"region\": \"us-central1\", \"runtime\": \"nodejs20\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0196", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive Jane the owner role across all production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.88, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Blocked owner/admin IAM grant.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"jane\", \"role\": \"owner\", \"scope\": \"production\"}, \"status\": \"rejected\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0197", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small .NET app named security-web-app in centralus for security.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"security-web-app\", \"diagnostics_enabled\": true, \"environment\": \"staging\", \"region\": \"centralus\", \"runtime\": \"dotnet8\", \"team\": \"security\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0198", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant deploy-bot reader access to all reporting resources.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"deploy-bot\", \"role\": \"reader\", \"scope\": \"all reporting resources\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0199", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: ops-lead role reader scope production\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"ops-lead\", \"role\": \"reader\", \"scope\": \"production\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0200", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named platform-svc for the platform team in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"platform-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"dev\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0201", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: principal=jane role=reader scope=reporting-project env=dev\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"jane\", \"role\": \"reader\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0202", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a cool storage bucket named reporting-bucket in West US for development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"reporting-bucket\", \"environment\": \"dev\", \"region\": \"westus\", \"storage_class\": \"cool\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0203", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small Node.js app named claims-web-app in westus for claims.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"claims-web-app\", \"diagnostics_enabled\": true, \"environment\": \"staging\", \"region\": \"westus\", \"runtime\": \"nodejs20\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0204", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up blob storage for the growth team in US Central for staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"growth-bucket\", \"environment\": \"staging\", \"region\": \"us-central1\", \"storage_class\": \"archive\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0205", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a daily job for model-refresh for the finance team in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"job_name\": \"finance-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"model-refresh\", \"team\": \"finance\", \"timezone\": \"America/New_York\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0206", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team platform in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"platform-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0207", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCan you handle the platform setup?\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_scheduler_job\"}, {\"confidence\": 0.31, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0208", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for finance, env dev, region westus, class standard\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"finance-bucket\", \"environment\": \"dev\", \"region\": \"westus\", \"storage_class\": \"standard\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0209", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ncron 0 9 * * * target reporting env dev timezone America/Los_Angeles\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"job_name\": \"reporting-nightly-job\", \"schedule\": \"0 9 * * *\", \"target\": \"reporting\", \"team\": \"reporting\", \"timezone\": \"America/Los_Angeles\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0210", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nweb app request: finance, python\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"What app name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: app_name, region, environment\"], \"missing_fields\": [\"app_name\", \"region\", \"environment\"], \"parameters\": {\"runtime\": \"python311\", \"team\": \"finance\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0211", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team claims in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"claims-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0212", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity request: claims service account, env staging, name claims-svc\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"claims-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0213", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant deploy-bot reader access to claims-app in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"deploy-bot\", \"role\": \"reader\", \"scope\": \"claims-app\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0214", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small Node.js app named claims-web-app in us-central1 for claims.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"claims-web-app\", \"diagnostics_enabled\": true, \"environment\": \"dev\", \"region\": \"us-central1\", \"runtime\": \"nodejs20\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0215", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nblob storage request: reporting\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": \"What bucket name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: bucket_name, region, environment\"], \"missing_fields\": [\"bucket_name\", \"region\", \"environment\"], \"parameters\": {\"team\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0216", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up blob storage for the finance team in West US for production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"finance-bucket\", \"environment\": \"prod\", \"region\": \"westus\", \"storage_class\": \"archive\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0217", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named platform-svc for the platform team in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"platform-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"staging\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0218", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nticket: reporting staging api, runtime Node.js, region East US, diagnostics on\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"reporting-web-app\", \"diagnostics_enabled\": false, \"environment\": \"staging\", \"region\": \"eastus\", \"runtime\": \"nodejs20\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0219", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed a small .NET app named finance-web-app in us-central1 for finance.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"finance-web-app\", \"diagnostics_enabled\": false, \"environment\": \"dev\", \"region\": \"us-central1\", \"runtime\": \"dotnet8\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0220", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ndaily reporting job, details later\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0221", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant ops-lead reader access to production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"ops-lead\", \"role\": \"reader\", \"scope\": \"production\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0222", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant john access.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": \"What role should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: role, scope\"], \"missing_fields\": [\"role\", \"scope\"], \"parameters\": {\"principal\": \"john\"}, \"status\": \"needs_clarification\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0223", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: principal=jane role=editor scope=staging-bucket env=staging\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"jane\", \"role\": \"editor\", \"scope\": \"staging-bucket\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0224", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a daily job for reporting for the platform team in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"platform-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"reporting\", \"team\": \"platform\", \"timezone\": \"America/Los_Angeles\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0225", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for finance, env dev, region us-central1, class archive\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"finance-bucket\", \"environment\": \"dev\", \"region\": \"us-central1\", \"storage_class\": \"archive\", \"team\": \"finance\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0226", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a development Python web app for the platform team in Central US.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"platform-web-app\", \"diagnostics_enabled\": true, \"environment\": \"dev\", \"region\": \"centralus\", \"runtime\": \"python311\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0227", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nscheduler request for reporting\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"What job name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: job_name, schedule, environment\"], \"missing_fields\": [\"job_name\", \"schedule\", \"environment\"], \"parameters\": {\"target\": \"reporting\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0228", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant Jane owner access to production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.88, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Blocked owner/admin IAM grant.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"jane\", \"role\": \"owner\", \"scope\": \"production\"}, \"status\": \"rejected\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0229", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam urgent: deploy-bot needs owner on prod.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.88, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Blocked owner/admin IAM grant.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"principal\": \"deploy-bot\", \"role\": \"owner\", \"scope\": \"production\"}, \"status\": \"rejected\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0230", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account named claims-svc for the claims team in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"claims-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0231", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ncron 0 9 * * * target reporting env prod timezone UTC\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"mlops-nightly-job\", \"schedule\": \"0 9 * * *\", \"target\": \"reporting\", \"team\": \"mlops\", \"timezone\": \"UTC\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0232", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive jane the contributor role on reporting-project.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"jane\", \"role\": \"contributor\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0233", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGrant ops-lead reader access to all reporting resources.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"ops-lead\", \"role\": \"reader\", \"scope\": \"all reporting resources\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0234", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nPrep access and automation for the new project.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_service_account\"}, {\"confidence\": 0.31, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0235", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nidentity request: platform service account, env prod, name platform-svc\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"platform-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0236", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up blob storage for the claims team in Central US for production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"claims-bucket\", \"environment\": \"prod\", \"region\": \"centralus\", \"storage_class\": \"standard\", \"team\": \"claims\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0237", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\ninfra: bucket for mlops, env staging, region us-central1, class cool\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_storage_bucket\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"bucket_name\": \"mlops-bucket\", \"environment\": \"staging\", \"region\": \"us-central1\", \"storage_class\": \"cool\", \"team\": \"mlops\"}, \"status\": \"routed\", \"workflow\": \"create_storage_bucket\"}"} +{"id": "train-0238", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a development Node.js web app for the growth team in West US.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_web_app\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"app_name\": \"growth-web-app\", \"diagnostics_enabled\": true, \"environment\": \"dev\", \"region\": \"westus\", \"runtime\": \"nodejs20\", \"team\": \"growth\"}, \"status\": \"routed\", \"workflow\": \"create_web_app\"}"} +{"id": "train-0239", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team reporting in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"reporting-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"prod\", \"team\": \"reporting\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0240", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named claims-nightly-job for reporting in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"job_name\": \"claims-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"reporting\", \"team\": \"claims\", \"timezone\": \"UTC\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0241", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up reporting.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"create_storage_bucket\"}, {\"confidence\": 0.31, \"workflow\": \"create_web_app\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0242", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nDelete all production services and disable monitoring.\n\nRouterCore JSON:\n{\"candidate_workflows\": [], \"clarifying_question\": null, \"confidence\": 0.88, \"failure_reasons\": [\"Unsafe destructive production request.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"rejected\", \"workflow\": null}"} +{"id": "train-0243", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCan you handle the platform setup?\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.38, \"workflow\": \"grant_iam_role\"}, {\"confidence\": 0.31, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": \"Are you creating an app, storage, identity, IAM access, or a scheduled job?\", \"confidence\": 0.34, \"failure_reasons\": [\"Request is ambiguous across multiple workflows.\"], \"missing_fields\": [], \"parameters\": {}, \"status\": \"needs_clarification\", \"workflow\": null}"} +{"id": "train-0244", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nSet up a daily job for model-refresh for the reporting team in staging.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"job_name\": \"reporting-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"model-refresh\", \"team\": \"reporting\", \"timezone\": \"UTC\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0245", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: ops-lead role reader scope subscription analytics\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.82, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.82, \"failure_reasons\": [\"High-risk IAM change requires confirmation.\"], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"ops-lead\", \"role\": \"reader\", \"scope\": \"subscription analytics\"}, \"status\": \"requires_confirmation\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0246", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a nightly scheduler job named growth-nightly-job for reporting in production.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_scheduler_job\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"prod\", \"job_name\": \"growth-nightly-job\", \"schedule\": \"0 2 * * *\", \"target\": \"reporting\", \"team\": \"growth\", \"timezone\": \"UTC\"}, \"status\": \"routed\", \"workflow\": \"create_scheduler_job\"}"} +{"id": "train-0247", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nCreate a service account for the platform team.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.74, \"workflow\": \"create_service_account\"}], \"clarifying_question\": \"What account name should RouterCore use?\", \"confidence\": 0.74, \"failure_reasons\": [\"Missing required fields: account_name, environment\"], \"missing_fields\": [\"account_name\", \"environment\"], \"parameters\": {\"team\": \"platform\"}, \"status\": \"needs_clarification\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0248", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nGive reporting-user the editor role on dev-subsystem.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"staging\", \"principal\": \"reporting-user\", \"role\": \"editor\", \"scope\": \"dev-subsystem\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"} +{"id": "train-0249", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\nNeed an automation identity for team platform in development.\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"create_service_account\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"account_name\": \"platform-svc\", \"description\": \"Service identity for workflow automation.\", \"environment\": \"dev\", \"team\": \"platform\"}, \"status\": \"routed\", \"workflow\": \"create_service_account\"}"} +{"id": "train-0250", "text": "You are RouterCore, a routing model for DevOps agent workflows.\nReturn only valid JSON matching the RouterCore schema.\nDo not include markdown, explanations, or code fences.\n\nAllowed statuses:\nrouted, needs_clarification, requires_confirmation, rejected, fallback\n\nAllowed workflows:\ncreate_web_app, create_storage_bucket, create_service_account, grant_iam_role, create_scheduler_job\n\nRequired JSON fields:\nstatus, workflow, confidence, parameters, missing_fields, candidate_workflows, failure_reasons, clarifying_question\n\nUser request:\niam: principal=analyst role=reader scope=reporting-project env=dev\n\nRouterCore JSON:\n{\"candidate_workflows\": [{\"confidence\": 0.92, \"workflow\": \"grant_iam_role\"}], \"clarifying_question\": null, \"confidence\": 0.92, \"failure_reasons\": [], \"missing_fields\": [], \"parameters\": {\"environment\": \"dev\", \"principal\": \"analyst\", \"role\": \"reader\", \"scope\": \"reporting-project\"}, \"status\": \"routed\", \"workflow\": \"grant_iam_role\"}"}