From 66fcd0cab1bb9b04dd5d2487122cbc1f7e4aef1a Mon Sep 17 00:00:00 2001 From: rdev-worker Date: Sun, 8 Feb 2026 05:49:49 +0000 Subject: [PATCH] sdlc: feature --- .sdlc/config.yaml | 36 +++++++++++++++++++ .sdlc/features/user-preferences/manifest.yaml | 29 +++++++++++++++ .sdlc/state.yaml | 17 +++++++++ 3 files changed, 82 insertions(+) create mode 100644 .sdlc/config.yaml create mode 100644 .sdlc/features/user-preferences/manifest.yaml create mode 100644 .sdlc/state.yaml diff --git a/.sdlc/config.yaml b/.sdlc/config.yaml new file mode 100644 index 0000000..0d9e993 --- /dev/null +++ b/.sdlc/config.yaml @@ -0,0 +1,36 @@ +version: 1 +project: + name: workspace +branches: + main: main + feature_prefix: feature/ +phases: + enabled: + - draft + - specified + - planned + - ready + - implementation + - review + - audit + - qa + - merge + - released + required_artifacts: + audit: + - audit + planned: + - spec + - design + - tasks + - qa_plan + qa: + - qa_results + review: + - review + specified: + - spec +compliance: + require_approvals: true + require_branch: true + require_qa: true diff --git a/.sdlc/features/user-preferences/manifest.yaml b/.sdlc/features/user-preferences/manifest.yaml new file mode 100644 index 0000000..ad10b55 --- /dev/null +++ b/.sdlc/features/user-preferences/manifest.yaml @@ -0,0 +1,29 @@ +slug: user-preferences +title: User Preferences API +created: 2026-02-08T05:49:49.197429066Z +phase: draft +phase_history: + - phase: draft + entered: 2026-02-08T05:49:49.197429066Z +artifacts: + audit: + status: pending + path: audit.md + design: + status: pending + path: design.md + qa_plan: + status: pending + path: qa-plan.md + qa_results: + status: pending + path: qa-results.md + review: + status: pending + path: review.md + spec: + status: pending + path: spec.md + tasks: + status: pending + path: tasks.md diff --git a/.sdlc/state.yaml b/.sdlc/state.yaml new file mode 100644 index 0000000..70d63e5 --- /dev/null +++ b/.sdlc/state.yaml @@ -0,0 +1,17 @@ +version: 1 +project: + name: workspace +active_work: + features: + - slug: user-preferences + phase: draft +blocked: [] +last_updated: 2026-02-08T05:49:49.197770758Z +last_action: CREATE_FEATURE +last_actor: cli +history: + - timestamp: 2026-02-08T05:49:49.197770327Z + action: CREATE_FEATURE + feature: user-preferences + actor: cli + result: success