{
  "name": "api-only",
  "version": "1.0.0",
  "type": "pipeline-pack",
  "description": "纯 API 服务 Pipeline：无 UI、无前端，专注后端 API 开发",
  "author": "Boss Harness Team",
  "license": "MIT",
  "when": {
    "fileExists": ["package.json"],
    "noFileExists": ["src/app", "src/pages", "app/", "pages/"]
  },
  "priority": 3,
  "config": {
    "stages": [1, 2, 3, 4],
    "roles": "custom",
    "agents": [
      "boss-pm",
      "boss-architect",
      "boss-tech-lead",
      "boss-scrum-master",
      "boss-backend",
      "boss-qa",
      "boss-devops"
    ],
    "gates": ["gate0", "gate1", "gate2"],
    "agentStages": {
      "boss-pm": 1, "boss-architect": 1,
      "boss-tech-lead": 2, "boss-scrum-master": 2,
      "boss-backend": 3, "boss-qa": 3,
      "boss-devops": 4
    },
    "skipUI": true,
    "skipFrontend": true
  },
  "enabled": true
}
