{
  "contextReportRun": "v0.1",
  "subjects": [
    {"id": "house-rules", "path": "./AGENTS.md", "kind": "instruction-file"},
    {"id": "git-safety", "path": "./plugins/git-safety", "kind": "plugin"}
  ],
  "target": {"name": "claude_code", "clientVersion": "2.1.0"},
  "models": [
    {"provider": "anthropic", "id": "claude-sonnet-5"},
    {"provider": "claude-cli", "id": "opus"},
    {"provider": "openai-compatible", "id": "gpt-4.1", "baseUrl": "https://api.openai.com/v1", "apiKeyEnv": "OPENAI_API_KEY"},
    {"provider": "openai-compatible", "id": "gemma3", "baseUrl": "http://localhost:11434/v1"}
  ],
  "tasks": "evals",
  "arms": {"nPerArm": 20, "seed": 7, "mode": "isolated"},
  "judge": null,
  "out": "reports/"
}
