From 0be209638164e7a4596f65ecf368d1b5003b32fc Mon Sep 17 00:00:00 2001 From: rdev-worker Date: Mon, 9 Feb 2026 21:04:52 +0000 Subject: [PATCH] sdlc: artifact --- .sdlc/features/data-models/manifest.yaml | 4 +++- .sdlc/state.yaml | 11 ++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.sdlc/features/data-models/manifest.yaml b/.sdlc/features/data-models/manifest.yaml index e8e4cff..9296687 100644 --- a/.sdlc/features/data-models/manifest.yaml +++ b/.sdlc/features/data-models/manifest.yaml @@ -22,8 +22,10 @@ artifacts: status: pending path: review.md spec: - status: pending + status: approved path: spec.md + approved_by: user + approved_at: 2026-02-09T21:04:52.081560478Z tasks: status: pending path: tasks.md diff --git a/.sdlc/state.yaml b/.sdlc/state.yaml index b4d6b2e..d1ed64b 100644 --- a/.sdlc/state.yaml +++ b/.sdlc/state.yaml @@ -6,12 +6,17 @@ active_work: - slug: data-models phase: draft blocked: [] -last_updated: 2026-02-09T21:04:37.081727762Z -last_action: CREATE_FEATURE -last_actor: cli +last_updated: 2026-02-09T21:04:52.082461213Z +last_action: APPROVE_ARTIFACT +last_actor: user history: - timestamp: 2026-02-09T21:04:37.081727351Z action: CREATE_FEATURE feature: data-models actor: cli result: success + - timestamp: 2026-02-09T21:04:52.082460853Z + action: APPROVE_ARTIFACT + feature: data-models + actor: user + result: success