{
  "scenarios": [
    {
      "name": "Claude Code agent receives ULTRATHINK guidance in system-reminder",
      "testMappings": [
        {
          "file": "src/commands/__tests__/discover-foundation-multi-agent.test.ts",
          "lines": "44-60",
          "implMappings": [
            {
              "file": "src/commands/discover-foundation.ts",
              "lines": [
                435,
                436,
                437,
                438,
                439,
                440,
                441,
                442,
                443,
                444,
                445,
                446,
                447
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Project vision field guidance checks agent capabilities for ULTRATHINK",
      "testMappings": [
        {
          "file": "src/commands/__tests__/discover-foundation-multi-agent.test.ts",
          "lines": "146-168",
          "implMappings": [
            {
              "file": "src/commands/discover-foundation.ts",
              "lines": [
                108,
                109,
                110,
                111,
                112,
                113,
                114,
                115
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Cursor IDE agent receives 'think a lot' guidance with emoji warning",
      "testMappings": []
    },
    {
      "name": "Aider CLI agent receives plain text 'think a lot' guidance",
      "testMappings": []
    },
    {
      "name": "Unknown agent receives 'think a lot' guidance without system-reminders",
      "testMappings": []
    },
    {
      "name": "Initial draft creation uses agent capability detection for ULTRATHINK",
      "testMappings": []
    }
  ],
  "stats": {
    "totalScenarios": 6,
    "coveredScenarios": 2,
    "coveragePercent": 33,
    "testFiles": [
      "src/commands/__tests__/discover-foundation-multi-agent.test.ts"
    ],
    "implFiles": [
      "src/commands/discover-foundation.ts"
    ],
    "totalLinesCovered": 62
  }
}