{
  "scenarios": [
    {
      "name": "Emit system-reminder when no test command configured",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "30-48",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                31,
                32,
                33,
                34,
                35,
                36,
                37,
                38,
                39,
                40,
                41,
                42,
                43,
                44,
                45,
                46,
                47,
                48,
                49,
                50,
                51,
                52,
                53,
                54,
                55,
                56,
                57,
                58
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Store test command when AI configures tools",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "50-70",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                123,
                124,
                125,
                126,
                127,
                128,
                129,
                130,
                131,
                132,
                133,
                134,
                135,
                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,
                171,
                172,
                173,
                174,
                175,
                176,
                177
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Emit configured test command when config exists",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "72-99",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                77,
                78,
                79,
                80,
                81,
                82,
                83,
                84,
                85
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Chain multiple test frameworks when AI provides chained command",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "101-124",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                168,
                169,
                170,
                171,
                172,
                173,
                174,
                175,
                176,
                177
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Include date-aware search queries when no tools detected",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "126-142",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                34,
                35,
                36,
                37,
                38,
                39,
                40,
                41,
                42,
                43,
                44,
                45,
                46,
                47,
                48,
                49,
                50,
                51,
                52,
                53,
                54,
                55,
                56,
                57,
                58
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Store multiple quality check commands",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "144-173",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                172,
                173,
                174,
                175,
                176,
                177
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Support reconfiguration when tools change",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "175-206",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                147,
                148,
                149,
                150,
                151,
                152,
                153,
                154,
                155,
                156,
                157,
                158,
                159,
                160,
                161,
                162,
                163,
                164
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Validate all documentation uses dynamic command placeholders not hardcoded npm",
      "testMappings": [
        {
          "file": "src/commands/__tests__/documentation-validation.test.ts",
          "lines": "14-107",
          "implMappings": [
            {
              "file": "src/commands/add-virtual-hook-help.ts",
              "lines": [
                23,
                42,
                49,
                103,
                110
              ]
            },
            {
              "file": "src/utils/slashCommandSections/acddWorkflowExample.ts",
              "lines": [
                83,
                84,
                85,
                86,
                87,
                88,
                89,
                90,
                91,
                92,
                93,
                94,
                95,
                96,
                97,
                98,
                99,
                100,
                101,
                102,
                103,
                104,
                105,
                106,
                107,
                108,
                109,
                110,
                111,
                112,
                113,
                114,
                115,
                116,
                117,
                118,
                119,
                120,
                121,
                122,
                123,
                124,
                125,
                126,
                127,
                128
              ]
            },
            {
              "file": "src/utils/system-reminder.ts",
              "lines": [
                583,
                586,
                589
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Replace placeholders in generated spec/CLAUDE.md with configured commands",
      "testMappings": [
        {
          "file": "src/commands/__tests__/placeholder-replacement.test.ts",
          "lines": "28-98",
          "implMappings": []
        },
        {
          "file": "src/commands/__tests__/placeholder-replacement.test.ts",
          "lines": "29-98",
          "implMappings": [
            {
              "file": "src/utils/templateGenerator.ts",
              "lines": [
                153,
                154,
                155,
                156,
                157,
                158,
                159,
                160,
                161,
                162,
                163,
                164,
                165,
                166,
                167,
                168,
                169,
                170,
                171,
                172,
                173,
                174,
                175,
                176,
                177,
                178,
                179,
                180,
                181,
                182,
                183,
                184,
                185
              ]
            }
          ]
        },
        {
          "file": "src/commands/__tests__/placeholder-replacement.test.ts",
          "lines": "100-131",
          "implMappings": [
            {
              "file": "src/utils/templateGenerator.ts",
              "lines": [
                153,
                154,
                155,
                156,
                157,
                158,
                159,
                160,
                161,
                162,
                163,
                164,
                165,
                166,
                167,
                168,
                169,
                170,
                171,
                172,
                173,
                174,
                175,
                176,
                177,
                178,
                179,
                180,
                181,
                182,
                183,
                184,
                185
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "configure-tools command appears in help output",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "214-228",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                177,
                178,
                179,
                180,
                181,
                182,
                183,
                184,
                185,
                186,
                187,
                188,
                189,
                190,
                191,
                192,
                193,
                194,
                195,
                196,
                197,
                198,
                199,
                200,
                201,
                202,
                203,
                204,
                205,
                206,
                207,
                208,
                209,
                210,
                211,
                212,
                213,
                214
              ]
            },
            {
              "file": "src/index.ts",
              "lines": [
                55,
                217
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "configure-tools command shows usage documentation",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "228-255",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                177,
                178,
                179,
                180,
                181,
                182,
                183,
                184,
                185,
                186,
                187,
                188,
                189,
                190,
                191,
                192,
                193,
                194,
                195,
                196,
                197,
                198,
                199,
                200,
                201,
                202,
                203,
                204,
                205,
                206,
                207,
                208,
                209,
                210,
                211,
                212,
                213,
                214
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "configure-tools command stores test command in config file",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "257-284",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                128,
                129,
                130,
                131,
                132,
                133,
                134,
                135,
                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,
                171,
                172,
                173,
                174,
                175
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "configure-tools command stores quality check commands in config file",
      "testMappings": [
        {
          "file": "src/commands/__tests__/configure-tools.test.ts",
          "lines": "286-306",
          "implMappings": [
            {
              "file": "src/commands/configure-tools.ts",
              "lines": [
                128,
                129,
                130,
                131,
                132,
                133,
                134,
                135,
                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,
                171,
                172,
                173,
                174,
                175
              ]
            }
          ]
        }
      ]
    }
  ],
  "stats": {
    "totalScenarios": 13,
    "coveredScenarios": 13,
    "coveragePercent": 100,
    "testFiles": [
      "src/commands/__tests__/configure-tools.test.ts",
      "src/commands/__tests__/documentation-validation.test.ts",
      "src/commands/__tests__/placeholder-replacement.test.ts"
    ],
    "implFiles": [
      "src/commands/configure-tools.ts",
      "src/commands/add-virtual-hook-help.ts",
      "src/utils/slashCommandSections/acddWorkflowExample.ts",
      "src/utils/system-reminder.ts",
      "src/utils/templateGenerator.ts",
      "src/index.ts"
    ],
    "totalLinesCovered": 975
  }
}