docs: 增加 Git 工作流规范

- 三仓分支模型(api/flutter 以 dev 为集成分支、doc 直接 main)、feature 分支时机
- 固化中文语义前缀提交约定:正文写验收证据、引用 ADR 编号
- 禁止事项:敏感配置/构建产物不入库、共享分支不 force push、已推送 Flyway 迁移不可变(呼应开发计划 4.3)
- 按仓库分列提交前本地门禁命令清单,作为未来 CI 门禁蓝本
- 门禁:mkdocs build --strict 通过(零 warning)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-04 10:36:34 +08:00
parent ca8cb72554
commit 027876ae00
2 changed files with 44 additions and 0 deletions
+1
View File
@@ -5,5 +5,6 @@ nav:
- 首页: index.md
- 开发文档:
- 开发实施计划: development/development-plan.md
- Git 工作流规范: development/git-workflow.md
- 架构:
- 技术决策记录: architecture/decisions.md