{
  "id": "profiles/verbose-trace",
  "name": "verbose-trace",
  "description": "Investigation profile with verbose logging and broad tracing enabled.",
  "intent": "investigate",
  "compatibleIntents": ["investigate"],
  "stability": "canonical",
  "owner": "doppler-core",
  "createdAtUtc": "2026-03-20T00:00:00Z",
  "extends": "profiles/default",
  "runtime": {
    "shared": {
      "debug": {
        "logLevel": {
          "defaultLogLevel": "verbose"
        },
        "logHistory": {
          "maxLogHistoryEntries": 5000
        },
        "trace": {
          "enabled": true,
          "categories": [
            "all"
          ],
          "layers": null,
          "maxDecodeSteps": 100
        }
      }
    },
    "inference": {
      "debugTokens": true,
      "batching": {
        "maxTokens": 128
      }
    }
  }
}
