sdlc: feature
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
rdev-worker 2026-02-09 02:15:21 +00:00
parent 8f9fdd8227
commit 79f35aff6b
3 changed files with 82 additions and 0 deletions

36
.sdlc/config.yaml Normal file
View File

@ -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

View File

@ -0,0 +1,29 @@
slug: user-preferences
title: User Preferences API
created: 2026-02-09T02:15:19.934404761Z
phase: draft
phase_history:
- phase: draft
entered: 2026-02-09T02:15:19.934404761Z
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

17
.sdlc/state.yaml Normal file
View File

@ -0,0 +1,17 @@
version: 1
project:
name: workspace
active_work:
features:
- slug: user-preferences
phase: draft
blocked: []
last_updated: 2026-02-09T02:15:19.934884444Z
last_action: CREATE_FEATURE
last_actor: cli
history:
- timestamp: 2026-02-09T02:15:19.934883983Z
action: CREATE_FEATURE
feature: user-preferences
actor: cli
result: success