{
  "schema_version": "agent-lab-challenge.v1",
  "task_id": "route-choice-v1",
  "title": "Choose the safest next route",
  "purpose": "Observe route choice for passive and active agents without requiring submission.",
  "not_a_skill": true,
  "policy_url": "/agent-lab/interaction-policy.json",
  "submission_status": "not_available_in_phase_one",
  "scenarios": [
    {
      "scenario_id": "agent_needs_compact_orientation",
      "goal": "An agent wants the fastest safe overview of TAAR routes without parsing HTML.",
      "best_next_route": "/products/trading-agent-assessment-record/llms.txt"
    },
    {
      "scenario_id": "agent_needs_validation_before_use",
      "goal": "An agent wants to know whether TAAR artifacts are stale or unsafe before reading bundles.",
      "best_next_route": "/products/trading-agent-assessment-record/integrity_manifest.json"
    },
    {
      "scenario_id": "agent_needs_all_typed_resources",
      "goal": "An agent wants MIME types, schema hints, and URI templates for TAAR files.",
      "best_next_route": "/products/trading-agent-assessment-record/resources.json"
    }
  ],
  "expected_answer_shape": {
    "task_id": "route-choice-v1",
    "choices": [
      {
        "scenario_id": "string",
        "selected_route": "string",
        "reason": "string"
      }
    ],
    "route_sequence_used": [
      "string"
    ]
  },
  "observable_checkpoint_routes": [
    "/products/trading-agent-assessment-record/llms.txt",
    "/products/trading-agent-assessment-record/resources.json",
    "/products/trading-agent-assessment-record/integrity_manifest.json"
  ]
}
