AI Agents SDE Task Viewer
      • Context
      • Plan
      • Prd
  1. Home
  2. AgentSDE
  3. agent-core
  4. gh-357
  5. plan
  6. prd.json
prd.json(1.3 KB)· Apr 8, 2026
{
  "issueNumber": 357,
  "branchName": "rc/multi-tenant",
  "generatedAt": "2026-04-08T12:00:00Z",
  "stories": [
    {
      "id": "S1",
      "title": "Fix watchdog spec — replace 'execute' phase references with 'deliver'",
      "priority": 1,
      "dependsOn": [],
      "acceptanceCriteria": [
        "All 5 watchdog test fixtures use currentPhase: 'deliver' instead of 'execute'",
        "Phase assertion strings updated to 'deliver'",
        "All 12 watchdog tests pass"
      ],
      "passes": false,
      "completedAt": null
    },
    {
      "id": "S2",
      "title": "Fix ws-gateway dependency — install @nestjs/websockets and @nestjs/platform-ws",
      "priority": 2,
      "dependsOn": [],
      "acceptanceCriteria": [
        "@nestjs/websockets and @nestjs/platform-ws in package.json dependencies",
        "ws-gateway.service.spec.ts suite runs successfully",
        "All 8 ws-gateway tests pass"
      ],
      "passes": false,
      "completedAt": null
    },
    {
      "id": "S3",
      "title": "Verify full test suite, type-check, and lint pass",
      "priority": 3,
      "dependsOn": [
        "S1",
        "S2"
      ],
      "acceptanceCriteria": [
        "npm test — 0 failures across all 44 suites",
        "tsc --noEmit exits 0",
        "npm run lint exits 0"
      ],
      "passes": false,
      "completedAt": null
    }
  ]
}
PlanPr description