sdlc: feature
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
rdev-worker 2026-02-05 07:49:48 +00:00
parent 54426a06f4
commit 35593f5c44
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: auth-system
title: Authentication System
created: 2026-02-05T07:49:47.438313395Z
phase: draft
phase_history:
- phase: draft
entered: 2026-02-05T07:49:47.438313395Z
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: auth-system
phase: draft
blocked: []
last_updated: 2026-02-05T07:49:47.438699051Z
last_action: CREATE_FEATURE
last_actor: cli
history:
- timestamp: 2026-02-05T07:49:47.4386986Z
action: CREATE_FEATURE
feature: auth-system
actor: cli
result: success