{
  "$comment": "Worked example for METHODOLOGY.md §5-6. Hand-computed with v1 weights (automatability .35, feasibility .20, cost_ratio .15, barriers .20 inverted, adoption_velocity .10). packages/scoring snapshot tests assert against `expected` to 3 decimal places. Any change here requires an INDEX_VERSION bump.",
  "occupation": {
    "code": "99-9999.00",
    "title": "Example Analyst (synthetic)"
  },
  "tasks": [
    {
      "taskId": "T1",
      "importance": 4,
      "ratings": {
        "automatability": { "low": 3, "mid": 4, "high": 5 },
        "feasibility": { "low": 4, "mid": 4, "high": 5 },
        "cost_ratio": { "low": 3, "mid": 3, "high": 4 },
        "barriers": { "low": 2, "mid": 2, "high": 3 },
        "adoption_velocity": { "low": 3, "mid": 4, "high": 4 },
        "augmentation": { "low": 4, "mid": 5, "high": 5 }
      }
    },
    {
      "taskId": "T2",
      "importance": 3,
      "ratings": {
        "automatability": { "low": 1, "mid": 2, "high": 2 },
        "feasibility": { "low": 2, "mid": 2, "high": 3 },
        "cost_ratio": { "low": 2, "mid": 2, "high": 2 },
        "barriers": { "low": 4, "mid": 4, "high": 5 },
        "adoption_velocity": { "low": 2, "mid": 3, "high": 3 },
        "augmentation": { "low": 2, "mid": 3, "high": 4 }
      }
    },
    {
      "taskId": "T3",
      "importance": 1,
      "ratings": {
        "automatability": { "low": 5, "mid": 5, "high": 5 },
        "feasibility": { "low": 2, "mid": 3, "high": 4 },
        "cost_ratio": { "low": 4, "mid": 4, "high": 5 },
        "barriers": { "low": 1, "mid": 1, "high": 2 },
        "adoption_velocity": { "low": 4, "mid": 5, "high": 5 },
        "augmentation": { "low": 1, "mid": 2, "high": 3 }
      }
    }
  ],
  "expected": {
    "taskScores": [
      {
        "taskId": "T1",
        "substitution": { "low": 55.0, "score": 71.25, "high": 88.75 },
        "exposure": { "low": 59.0909, "score": 75.0, "high": 100.0 },
        "augmentation": { "low": 75.0, "score": 100.0, "high": 100.0 }
      },
      {
        "taskId": "T2",
        "substitution": { "low": 11.25, "score": 27.5, "high": 32.5 },
        "exposure": { "low": 9.0909, "score": 25.0, "high": 34.0909 },
        "augmentation": { "low": 25.0, "score": 50.0, "high": 75.0 }
      },
      {
        "taskId": "T3",
        "substitution": { "low": 73.75, "score": 86.25, "high": 95.0 },
        "exposure": { "low": 72.7273, "score": 81.8182, "high": 90.9091 },
        "augmentation": { "low": 0.0, "score": 25.0, "high": 50.0 }
      }
    ],
    "occupation": {
      "taskWeights": [0.5, 0.375, 0.125],
      "substitution": { "low": 40.9375, "score": 56.71875, "high": 68.4375 },
      "exposure": { "low": 42.0455, "score": 57.1023, "high": 74.1477 },
      "augmentation": { "low": 46.875, "score": 71.875, "high": 84.375 },
      "highlyExposedTaskShare": 0.6667
    }
  }
}
