{"api":"Andromeda Backend API","version":"0.0.1-SNAPSHOT","status":"UP","endpoints":{"health":"GET    /health","register":"POST   /api/auth/register","login":"POST   /api/auth/login","users":"GET    /api/users","user":"GET    /api/users/{id}","update-user":"PUT    /api/users/{id}","delete-user":"DELETE /api/users/{id}","projects":"GET    /api/projects","project":"GET    /api/projects/{id}","create-project":"POST   /api/projects","update-project":"PATCH  /api/projects/{id}","delete-project":"DELETE /api/projects/{id}","project-members":"GET    /api/project-members","project-member":"GET    /api/project-members/{id}","add-project-member":"POST   /api/project-members","update-project-member":"PUT    /api/project-members/{id}","remove-project-member":"DELETE /api/project-members/{id}","logs":"GET    /api/logs","create-log":"POST   /api/logs","project-logs":"GET    /api/projects/{projectId}/logs","ai-notify":"POST   /api/ai/notify","ai-status":"GET    /api/ai/status","capabilities":"GET    /api/projects/{projectId}/capabilities","capability":"GET    /api/projects/{projectId}/capabilities/{capabilityId}","create-capability":"POST   /api/projects/{projectId}/capabilities","update-capability":"PATCH  /api/projects/{projectId}/capabilities/{capabilityId}","delete-capability":"DELETE /api/projects/{projectId}/capabilities/{capabilityId}","features":"GET    /api/projects/{projectId}/capabilities/{capabilityId}/features","feature":"GET    /api/projects/{projectId}/capabilities/{capabilityId}/features/{featureId}","create-feature":"POST   /api/projects/{projectId}/capabilities/{capabilityId}/features","update-feature":"PATCH  /api/projects/{projectId}/capabilities/{capabilityId}/features/{featureId}","delete-feature":"DELETE /api/projects/{projectId}/capabilities/{capabilityId}/features/{featureId}","user-stories":"GET    /api/projects/{projectId}/capabilities/{capabilityId}/features/{featureId}/stories","user-story":"GET    /api/projects/{projectId}/capabilities/{capabilityId}/features/{featureId}/stories/{storyId}","create-user-story":"POST   /api/projects/{projectId}/capabilities/{capabilityId}/features/{featureId}/stories","update-user-story":"PATCH  /api/projects/{projectId}/capabilities/{capabilityId}/features/{featureId}/stories/{storyId}","delete-user-story":"DELETE /api/projects/{projectId}/capabilities/{capabilityId}/features/{featureId}/stories/{storyId}","story-dependencies":"GET    /api/projects/{projectId}/stories/{storyId}/dependencies","story-dependency":"GET    /api/projects/{projectId}/stories/{storyId}/dependencies/{dependencyId}","create-story-dependency":"POST   /api/projects/{projectId}/stories/{storyId}/dependencies","update-story-dependency":"PATCH  /api/projects/{projectId}/stories/{storyId}/dependencies/{dependencyId}","delete-story-dependency":"DELETE /api/projects/{projectId}/stories/{storyId}/dependencies/{dependencyId}","tasks":"GET    /api/projects/{projectId}/tasks","task":"GET    /api/projects/{projectId}/tasks/{taskId}","create-task":"POST   /api/projects/{projectId}/tasks","update-task":"PATCH  /api/projects/{projectId}/tasks/{taskId}","delete-task":"DELETE /api/projects/{projectId}/tasks/{taskId}","task-assignments":"GET    /api/projects/{projectId}/tasks/{taskId}/assignments","create-task-assignment":"POST   /api/projects/{projectId}/tasks/{taskId}/assignments","delete-task-assignment":"DELETE /api/projects/{projectId}/tasks/{taskId}/assignments/{userId}","sprints":"GET    /api/projects/{projectId}/sprints","sprint":"GET    /api/projects/{projectId}/sprints/{sprintId}","create-sprint":"POST   /api/projects/{projectId}/sprints","update-sprint":"PATCH  /api/projects/{projectId}/sprints/{sprintId}","delete-sprint":"DELETE /api/projects/{projectId}/sprints/{sprintId}","sprint-tasks":"GET    /api/projects/{projectId}/sprints/{sprintId}/tasks","sprint-task":"GET    /api/projects/{projectId}/sprints/{sprintId}/tasks/{sprintTaskId}","create-sprint-task":"POST   /api/projects/{projectId}/sprints/{sprintId}/tasks","update-sprint-task":"PATCH  /api/projects/{projectId}/sprints/{sprintId}/tasks/{sprintTaskId}","delete-sprint-task":"DELETE /api/projects/{projectId}/sprints/{sprintId}/tasks/{sprintTaskId}","sprint-retrospective":"GET    /api/projects/{projectId}/sprints/{sprintId}/retrospective","create-sprint-retrospective":"POST   /api/projects/{projectId}/sprints/{sprintId}/retrospective","update-sprint-retrospective":"PATCH  /api/projects/{projectId}/sprints/{sprintId}/retrospective","delete-sprint-retrospective":"DELETE /api/projects/{projectId}/sprints/{sprintId}/retrospective","technical-debt":"GET    /api/projects/{projectId}/technical-debt","technical-debt-item":"GET    /api/projects/{projectId}/technical-debt/{debtId}","create-technical-debt":"POST   /api/projects/{projectId}/technical-debt","update-technical-debt":"PATCH  /api/projects/{projectId}/technical-debt/{debtId}","delete-technical-debt":"DELETE /api/projects/{projectId}/technical-debt/{debtId}","story-spillovers":"GET    /api/projects/{projectId}/story-spillovers","story-spillover":"GET    /api/projects/{projectId}/story-spillovers/{spilloverId}","create-story-spillover":"POST   /api/projects/{projectId}/story-spillovers","update-story-spillover":"PATCH  /api/projects/{projectId}/story-spillovers/{spilloverId}","delete-story-spillover":"DELETE /api/projects/{projectId}/story-spillovers/{spilloverId}","work-items":"GET    /api/projects/{projectId}/work-items"}}