refactor: 切换 OpenSpec workflow 从 spec-driven 到 fast-drive

- 新增 fast-drive 自定义 schema 及模板(design.md、tasks.md)
- 更新 config.yaml schema 为 fast-drive,调整 rules
- 重构 proposal-review 和 apply-review 提示词适配 fast-drive
- 删除 spec-review 提示词(fast-drive 不需要 spec 审查)
- 删除 openspec/specs/ 下的稳定规范文件
- 更新 README 和 DEVELOPMENT.md 相关描述
This commit is contained in:
2026-05-24 22:45:46 +08:00
parent 1e3269380e
commit bc54f8352a
13 changed files with 451 additions and 527 deletions

View File

@@ -77,7 +77,7 @@ tests/ Bun test 测试(结构镜像 src 目录)
web/ 前端测试
App.test.tsx
test-utils.tsx
openspec/ OpenSpec 变更规格文档
openspec/ OpenSpec 变更规格文档与 fast-drive workflow schema
config.example.yaml 配置文件示例
```