{
  "scenarios": [
    {
      "name": "System-reminder includes placement guidance for step comments",
      "testMappings": [
        {
          "file": "src/utils/__tests__/step-validation-system-reminder.test.ts",
          "lines": "10-44",
          "implMappings": [
            {
              "file": "src/utils/step-validation.ts",
              "lines": [
                235,
                236,
                237,
                238,
                239,
                240,
                241,
                242,
                243,
                244,
                245,
                246,
                247,
                248,
                249,
                250
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "System-reminder includes deduplication guidance for step comments",
      "testMappings": [
        {
          "file": "src/utils/__tests__/step-validation-system-reminder.test.ts",
          "lines": "46-78",
          "implMappings": [
            {
              "file": "src/utils/step-validation.ts",
              "lines": [
                235,
                236,
                237,
                238,
                239,
                240,
                241,
                242,
                243,
                244,
                245,
                246,
                247,
                248,
                249,
                250
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "System-reminder provides concrete example of step comment placement",
      "testMappings": [
        {
          "file": "src/utils/__tests__/step-validation-system-reminder.test.ts",
          "lines": "80-110",
          "implMappings": [
            {
              "file": "src/utils/step-validation.ts",
              "lines": [
                235,
                236,
                237,
                238,
                239,
                240,
                241,
                242,
                243,
                244,
                245,
                246,
                247,
                248,
                249,
                250
              ]
            }
          ]
        }
      ]
    }
  ],
  "stats": {
    "totalScenarios": 3,
    "coveredScenarios": 3,
    "coveragePercent": 100,
    "testFiles": [
      "src/utils/__tests__/step-validation-system-reminder.test.ts"
    ],
    "implFiles": [
      "src/utils/step-validation.ts"
    ],
    "totalLinesCovered": 147
  }
}