Files
ai-ops/docs/CHANGELOG.md
2026-05-12 17:48:22 +08:00

21 lines
1.1 KiB
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.
# AI-Ops 更新日志
## 2026-05-11 — Review 修复
### 已完成
- [x] 统一回滚错误码PRD / HLD / INTERFACE 三处不一致,统一为 `OPS_AUD_4101` / `OPS_AUD_4102`
- [x] 修复笔误:"游戏化事务" → "编程式事务""预畈" → "预留"
- [x] 填充 docs/ 目录:新增 README.md、CHANGELOG.md
- [x] 补齐数据库 migration SQL`tech/migrations/000001_init_schema.up.sql` / `.down.sql`
- 覆盖核心 6 张表ai_ops_rules / ai_ops_alerts / ai_ops_healings / ai_ops_channels / ai_ops_audits / ai_ops_metrics
- 审计日志防篡改触发器append-only
- 时序表分区策略(按天分区,自动清理 > 7 天)
- [x] 功能清单裁剪:删除 66 条 PM 越界按钮级任务,添加 PM/Engineer 范围边界说明
- [x] HLD 门控结论更新为具体行动项:
- 威胁建模验证要求转化为 CI 阻断测试
- `BuildServer` / `BuildRuntime` 显式挂载约束落实为 QA 阻断检查项
- 高风险变更 fail-closed 规则明确化
### 待完成
- [ ] 项目骨架go.mod、Makefile、Dockerfile — 待开发阶段启动)