docs(rules): 新增 project-update-strategy 更新策略规则模板

This commit is contained in:
augushong
2026-08-08 19:09:36 +08:00
parent a7a80417ef
commit af0988118a
2 changed files with 43 additions and 0 deletions

View File

@@ -22,3 +22,4 @@
|---------|--------|------|
| [project-dev-runtime-deploy.md](./rules/project-dev-runtime-deploy.md) | 全局 | 本项目开发/运行/部署的实际模式(必备) |
| [project-business-constraints.md](./rules/project-business-constraints.md) | 全局 | 不可协商的业务硬约束(可选,有则记) |
| [project-update-strategy.md](./rules/project-update-strategy.md) | 框架更新 | admin:update 执行策略(默认对比更新无需创建,切换到按需手动更新时启用) |