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

This commit is contained in:
rdev-worker 2026-02-11 04:57:27 +00:00
parent 484b882e7f
commit b7ee567d80
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: data-models
title: Core Data Models & Persistence
created: 2026-02-11T04:57:27.301245673Z
phase: draft
phase_history:
- phase: draft
entered: 2026-02-11T04:57:27.301245673Z
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: data-models
phase: draft
blocked: []
last_updated: 2026-02-11T04:57:27.301596963Z
last_action: CREATE_FEATURE
last_actor: cli
history:
- timestamp: 2026-02-11T04:57:27.301596442Z
action: CREATE_FEATURE
feature: data-models
actor: cli
result: success