1
0

docs: 整合 openspec 规范,合并配置和前端相关独立 spec

将 cli-config、config-priority、env-config 合并入 config-management;
将 tdesign-integration、recharts-integration、frontend-config-ui、
frontend-testing、stats-dashboard 合并入新的 frontend/spec.md;
清理其余 spec 中的冗余标记,补充缺失场景。
This commit is contained in:
2026-04-20 19:55:56 +08:00
parent 1ae9336cbe
commit 56ecc73d1b
26 changed files with 391 additions and 1035 deletions

View File

@@ -1,6 +1,8 @@
# Database Migration
## ADDED Requirements
## Purpose
使用 goose 管理数据库迁移,支持自动执行、回滚和版本化管理。
### Requirement: 使用 goose 迁移工具