AI Agents SDE Task Viewer
      • Context
      • Plan
      • Prd
  1. Home
  2. AgentSDE
  3. agent-core
  4. gh-276
  5. plan
  6. prd.json
prd.json(650 B)ยท Apr 3, 2026
{
  "issueNumber": 276,
  "branchName": "fix/issue-276",
  "generatedAt": "2026-04-03T17:10:00Z",
  "stories": [
    {
      "id": "S1",
      "title": "Remove git reset --hard from worktree reuse path and update unit test",
      "priority": 1,
      "dependsOn": [],
      "acceptanceCriteria": [
        "git reset --hard origin/master is not called when worktreeReused is true",
        "git fetch origin is still called in the reuse path",
        "Unit test asserts reset --hard is NOT called on worktree reuse",
        "npm run test passes",
        "npm run lint passes"
      ],
      "passes": false,
      "completedAt": null
    }
  ]
}
PlanPr description