build: Initialize SDLC for this project and create a feature with slug 'add-...
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
rdev-worker 2026-02-03 03:00:40 +00:00
parent 6119e098c4
commit 7ee22adb20
2 changed files with 15 additions and 0 deletions

9
.sdlc.ts Normal file
View File

@ -0,0 +1,9 @@
import { SDLCConfig, defaultConfig } from 'sdlc';
export default function makeConfig(): SDLCConfig {
const config: SDLCConfig = defaultConfig;
// Customize configuration here
return config;
}

View File

@ -0,0 +1,6 @@
{
"slug": "add-hello-endpoint",
"title": "Add /hello endpoint to API service",
"status": "planning",
"createdAt": "2026-02-03T02:59:00Z"
}