From de474b5e44bee1c1eea5b4ab7d850a8a7ae93610 Mon Sep 17 00:00:00 2001 From: rdev-worker Date: Tue, 3 Feb 2026 03:02:35 +0000 Subject: [PATCH] build: Approve the spec artifact for feature add-hello-endpoint using: sdlc ... --- .sdlc/features/add-hello-endpoint/feature.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" + } + } }