diff --git a/.sdlc/features/add-hello-endpoint/feature.json b/.sdlc/features/add-hello-endpoint/feature.json index 8fa5358..108ddaf 100644 --- a/.sdlc/features/add-hello-endpoint/feature.json +++ b/.sdlc/features/add-hello-endpoint/feature.json @@ -2,5 +2,11 @@ "slug": "add-hello-endpoint", "title": "Add /hello endpoint to API service", "status": "planning", - "createdAt": "2026-02-03T02:59:00Z" + "createdAt": "2026-02-03T02:59:00Z", + "artifacts": { + "spec": { + "status": "approved", + "approvedAt": "2026-02-03T03:00:00Z" + } + } }