AI Agents SDE Task Viewer
      • Context
      • Plan
      • Prd
  1. Home
  2. AgentSDE
  3. meridian-backend
  4. gh-10
  5. plan
  6. prd.json
prd.json(1.0 KB)ยท Apr 1, 2026
{
  "issueNumber": 10,
  "branchName": "feat/10-update-tasks-directory",
  "generatedAt": "2026-04-01T22:20:00Z",
  "stories": [
    {
      "id": "S1",
      "title": "Create ecosystem.config.js with pm2 production config including TASKS_DIRECTORY=/home/agent/AgentSDE/tasks/production",
      "priority": 1,
      "dependsOn": [],
      "acceptanceCriteria": [
        "ecosystem.config.js exists at repo root",
        "App name is viewerv2-backend",
        "env_production.TASKS_DIRECTORY is /home/agent/AgentSDE/tasks/production",
        "Script points to dist/main"
      ],
      "passes": false,
      "completedAt": null
    },
    {
      "id": "S2",
      "title": "Update .env.example to document production TASKS_DIRECTORY path",
      "priority": 2,
      "dependsOn": [],
      "acceptanceCriteria": [
        ".env.example contains a comment with the production path /home/agent/AgentSDE/tasks/production",
        "Default value remains ./tasks for local development"
      ],
      "passes": false,
      "completedAt": null
    }
  ]
}
PlanPr description