chore(cqrs-rewrite): 对齐最终批处理指标

- 更新 cqrs-rewrite 的 active tracking 与 trace,确保停止时的 branch diff 指标与当前分支状态一致
This commit is contained in:
gewuyou 2026-05-12 08:57:15 +08:00 committed by GeWuYou
parent d7e142f03f
commit d85b85c614
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ CQRS 迁移与收敛。
- 当前结论: - 当前结论:
- 本轮按 `$gframework-batch-boot 50` 持续协调多波 non-conflicting subagent基线固定为 - 本轮按 `$gframework-batch-boot 50` 持续协调多波 non-conflicting subagent基线固定为
`origin/main @ ef4d3d5d (2026-05-11 17:33:43 +0800)` `origin/main @ ef4d3d5d (2026-05-11 17:33:43 +0800)`
- 当前 branch 相对基线的累计 diff 约为 `9 files / 1114 lines`;本轮停点由 - 当前 branch 相对基线的累计 diff 约为 `9 files / 1111 lines`;本轮停点由
`context-budget / reviewability` 决定,而不是 `50 files` 阈值。 `context-budget / reviewability` 决定,而不是 `50 files` 阈值。
- tests 侧已补齐并提交: - tests 侧已补齐并提交:
- `CqrsRegistrationServiceTests`:补空输入、空项过滤、稳定键排序与跨调用跳过边界 - `CqrsRegistrationServiceTests`:补空输入、空项过滤、稳定键排序与跨调用跳过边界
@ -48,7 +48,7 @@ CQRS 迁移与收敛。
- 当前基线: - 当前基线:
- `origin/main @ ef4d3d5d (2026-05-11 17:33:43 +0800)` - `origin/main @ ef4d3d5d (2026-05-11 17:33:43 +0800)`
- 本轮 batch 启动前,分支相对基线的累计 diff 为 `0 files / 0 lines` - 本轮 batch 启动前,分支相对基线的累计 diff 为 `0 files / 0 lines`
- 当前自然停点时,累计 diff 约为 `9 files / 1114 lines` - 当前自然停点时,累计 diff 约为 `9 files / 1111 lines`
- 本轮提交: - 本轮提交:
- `ef3cfdc4` `test(cqrs): 补充注册服务边界测试` - `ef3cfdc4` `test(cqrs): 补充注册服务边界测试`
- `bcfecd3c` `test(cqrs): 补充 registrar 激活失败分支测试` - `bcfecd3c` `test(cqrs): 补充 registrar 激活失败分支测试`

View File

@ -36,7 +36,7 @@ SPDX-License-Identifier: Apache-2.0
- `python3 scripts/license-header.py --check --paths ...` - `python3 scripts/license-header.py --check --paths ...`
- `git diff --check origin/main...HEAD` - `git diff --check origin/main...HEAD`
- 当前停点判断: - 当前停点判断:
- 当前 branch diff 约为 `9 files / 1114 lines` - 当前 branch diff 约为 `9 files / 1111 lines`
- 明显低于 `50 files` 阈值 - 明显低于 `50 files` 阈值
- 本轮停止信号来自 `context-budget / reviewability`,不是文件预算耗尽 - 本轮停止信号来自 `context-budget / reviewability`,不是文件预算耗尽
- 当前下一步: - 当前下一步: