feat: 添加 SDD (规范驱动开发) 模块

This commit is contained in:
2026-03-18 16:17:30 +08:00
parent 90517f2289
commit c83f23c319
7 changed files with 312 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
import { defineModule } from '../types.js'
export const SDD_MODULE = defineModule({
id: 'sdd',
name: 'SDD',
basePath: '/sdd',
order: 16,
version: '1.0.0',
backend: {
enabled: true,
},
})