docs: record obsolete branch disposition

This commit is contained in:
john
2026-07-27 08:42:24 +08:00
parent 5ca6ed9094
commit 0708d56d61
2 changed files with 76 additions and 0 deletions
+6
View File
@@ -24,6 +24,12 @@ bash scripts/check-release-ready.sh
12. `check-release-ready.sh` 只是源码闸门,不代表业务场景闸门通过;生产发布还必须取得与同一 commit、同一 runtime artifact 绑定的完整 Gate report。
## 必读:历史分支处置登记
复用、合并、cherry-pick 或清理任何旧本地分支/worktree 前,必须先检查
[docs/branch-disposition.md](docs/branch-disposition.md)。登记为“禁止再次引用”的分支只能用于只读追溯,
不得作为开发基线、合并来源、cherry-pick 来源或发布来源;必须以最新 `origin/main` 为准。
## 必读:已验证回归守卫(勿轻易覆盖)
下列行为经过长时间调试验证。删改相关代码前必须先读文档并跑 verify: