{
  "version": 1,
  "fixtures": [
    {
      "id": "context-routing",
      "type": "context",
      "path": "context-routing",
      "status": "active",
      "command": "codument benchmark context"
    },
    {
      "id": "quality-app",
      "type": "quality",
      "path": "quality-app",
      "status": "active",
      "commands": [
        "codument benchmark init <dir>",
        "codument benchmark score <dir>"
      ]
    },
    {
      "id": "change-control",
      "type": "change-control",
      "path": "change-control",
      "status": "active",
      "commands": [
        "codument doctor",
        "codument review"
      ]
    },
    {
      "id": "seeded-bugs",
      "type": "catch-rate",
      "path": "seeded-bugs",
      "status": "active",
      "commands": [
        "codument benchmark init <dir> --seeded",
        "codument benchmark score <dir> --mode <loop|no-loop>"
      ]
    },
    {
      "id": "doc-bloat",
      "type": "doc-bloat",
      "path": "doc-bloat",
      "status": "active",
      "commands": [
        "codument doctor"
      ]
    }
  ]
}
