提案
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 51s

This commit is contained in:
2026-08-11 15:39:51 +08:00
parent 2a7a8fb49d
commit 619d0c5efe
12 changed files with 221 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
## 1. 审计事件投影
- [x] 1.1 批量查询当前审计事件关联的 Integration Log并按审计事件内部 ID 归集非空集成交互 ID。
- [x] 1.2 在列表和详情共用的事件投影中填充并去重 `investigation_refs.integration_refs`,无关联时保留空数组。
## 2. 验证
- [x] 2.1 运行格式化和构建,验证包含关联与未关联 Integration Log 的事件投影行为。
- [x] 2.2 运行 OpenSpec 校验。