This commit is contained in:
parent
54426a06f4
commit
35593f5c44
36
.sdlc/config.yaml
Normal file
36
.sdlc/config.yaml
Normal 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
|
||||||
29
.sdlc/features/auth-system/manifest.yaml
Normal file
29
.sdlc/features/auth-system/manifest.yaml
Normal 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
17
.sdlc/state.yaml
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user