{
  "scenarios": [
    {
      "name": "Attempt to skip step validation for story work unit fails with strict error",
      "testMappings": [
        {
          "file": "src/commands/__tests__/skip-step-validation-enforcement.test.ts",
          "lines": "30-127",
          "implMappings": [
            {
              "file": "src/commands/link-coverage.ts",
              "lines": [
                136,
                137,
                138,
                139,
                140,
                141,
                142,
                143,
                144,
                145,
                146,
                147,
                148,
                149,
                150,
                151,
                152,
                153,
                154,
                155,
                156,
                157,
                158,
                159,
                160,
                161,
                162,
                163,
                164,
                165,
                166,
                167,
                168,
                169,
                170
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Attempt to skip step validation for bug work unit fails with strict error",
      "testMappings": [
        {
          "file": "src/commands/__tests__/skip-step-validation-enforcement.test.ts",
          "lines": "129-203",
          "implMappings": [
            {
              "file": "src/commands/link-coverage.ts",
              "lines": [
                136,
                137,
                138,
                139,
                140,
                141,
                142,
                143,
                144,
                145,
                146,
                147,
                148,
                149,
                150,
                151,
                152,
                153,
                154,
                155,
                156,
                157,
                158,
                159,
                160,
                161,
                162,
                163,
                164,
                165,
                166,
                167,
                168,
                169,
                170
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Skip step validation for task work unit succeeds",
      "testMappings": [
        {
          "file": "src/commands/__tests__/skip-step-validation-enforcement.test.ts",
          "lines": "205-289",
          "implMappings": [
            {
              "file": "src/commands/link-coverage.ts",
              "lines": [
                136,
                137,
                138,
                139,
                140,
                141,
                142,
                143,
                144,
                145,
                146,
                147,
                148,
                149,
                150,
                151,
                152,
                153,
                154,
                155,
                156,
                157,
                158,
                159,
                160,
                161,
                162,
                163,
                164,
                165,
                166,
                167,
                168,
                169,
                170
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Story work unit with missing step comments receives strict system-reminder without skip option",
      "testMappings": [
        {
          "file": "src/commands/__tests__/skip-step-validation-enforcement.test.ts",
          "lines": "291-377",
          "implMappings": [
            {
              "file": "src/utils/step-validation.ts",
              "lines": [
                211,
                212,
                213,
                214,
                215,
                216,
                217,
                218,
                219,
                220,
                221,
                222,
                223,
                224,
                225,
                226,
                227,
                228,
                229,
                230,
                231,
                232,
                233,
                234,
                235,
                236,
                237,
                238,
                239,
                240,
                241,
                242,
                243,
                244,
                245,
                246,
                247,
                248,
                249,
                250,
                251
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Bug work unit with missing step comments receives strict system-reminder without skip option",
      "testMappings": [
        {
          "file": "src/commands/__tests__/skip-step-validation-enforcement.test.ts",
          "lines": "379-464",
          "implMappings": [
            {
              "file": "src/utils/step-validation.ts",
              "lines": [
                211,
                212,
                213,
                214,
                215,
                216,
                217,
                218,
                219,
                220,
                221,
                222,
                223,
                224,
                225,
                226,
                227,
                228,
                229,
                230,
                231,
                232,
                233,
                234,
                235,
                236,
                237,
                238,
                239,
                240,
                241,
                242,
                243,
                244,
                245,
                246,
                247,
                248,
                249,
                250,
                251
              ]
            }
          ]
        }
      ]
    }
  ],
  "stats": {
    "totalScenarios": 5,
    "coveredScenarios": 5,
    "coveragePercent": 100,
    "testFiles": [
      "src/commands/__tests__/skip-step-validation-enforcement.test.ts"
    ],
    "implFiles": [
      "src/commands/link-coverage.ts",
      "src/utils/step-validation.ts"
    ],
    "totalLinesCovered": 618
  }
}