Files
server-ops/DECISION_LOG.md

19 lines
796 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 运维决策日志
记录服务器运维层面的关键设计决策、踩坑教训。
## 架构决策
### O-2026-06-14: 独立运维日志仓库
**决策**:新建 beast/server-ops 仓库,独立于各服务仓库。
**原因**:跨服务的变动总结(如一天内 Dashboard + Caddy + cron 同时变动)不属于任何单一服务仓库。
**边界**:单服务变动记录在各服务自己的 CHANGELOG跨服务总结记录在 server-ops。
### O-2026-06-14: 每日收尾防遗漏机制
**决策**:每天对话结束时强制执行固化检查清单。
**清单**
1. 今日所有 Git 仓库是否 clean
2. 跨服务总结是否写入 daily/YYYY-MM-DD.md
3. 新确立的工程规范是否写入 decisions/ 或 MEMORY.md
4. 各服务 CHANGELOG 是否已更新?