{
  "version": 2,
  "gates": {
    "pr-fast": [
      "check",
      "test:coverage"
    ],
    "nightly-deep": {
      "server": ["check", "test:coverage", "test:e2e:linux"],
      "apple": ["xcodebuild build", "xcodebuild test -only-testing:OppiTests"]
    },
    "release-preflight": {
      "server": ["check", "test:coverage", "telemetry:review:gate"],
      "apple": ["xcodebuild build", "xcodebuild test -only-testing:OppiTests"]
    }
  },
  "ci": {
    "note": "GitHub Actions workflows not yet created. Gates run locally.",
    "prCommand": "cd server && npm run test:gate:pr-fast",
    "nightlyNote": "Run server npm scripts + apple xcodebuild separately from repo root."
  },
  "docs": {
    "canonical": "docs/testing/README.md"
  }
}
