{ "model_file": "spawn_router.onnx", "feature_mode": "current_text_only", "heads": [ "complexity", "task_type", "risk" ], "complexity_sub_dims": [ "reasoning_depth", "spec_completeness", "scope_breadth", "domain_knowledge" ], "risk_sub_dims": [ "security_surface", "data_sensitivity", "production_exposure", "reversal_cost" ], "outputs": [ "complexity_logits", "task_type_logits", "risk_logits", "complexity_sub_reasoning_depth", "complexity_sub_spec_completeness", "complexity_sub_scope_breadth", "complexity_sub_domain_knowledge", "risk_sub_security_surface", "risk_sub_data_sensitivity", "risk_sub_production_exposure", "risk_sub_reversal_cost" ], "max_length": 256, "label_maps": { "complexity": [ "easy", "medium", "hard" ], "task_type": [ "bugfix", "feature", "refactor", "test", "design", "docs", "migration", "exploration" ], "risk": [ "low", "medium", "high" ] }, "temperature_scaling": { "complexity": 0.891251, "task_type": 0.707946, "risk": 1.059254 } }