113 lines
3.7 KiB
Markdown
113 lines
3.7 KiB
Markdown
# Codex 新会话交接文档:Round 03.2a 评审准备与关闭记录
|
||
|
||
Date: 2026-06-17
|
||
|
||
Repository: `C:\Users\wangq\Documents\Codex\work-projects\the-mindscape-of-bro-tsong`
|
||
|
||
Current phase: `model_library_mvp`
|
||
|
||
## 1. 本轮目标
|
||
|
||
根据 GPT 对 Round 03.2 的 `REVISE-light` 评审意见,完成 03.2a 微修:
|
||
|
||
```text
|
||
不要展开 / 不要深入分析
|
||
+
|
||
只做 QPI / 只做问题定性 / 只判断主导稀缺
|
||
=
|
||
允许 QPI,拒绝 IA,不做全局 no-call
|
||
```
|
||
|
||
## 2. 已完成
|
||
|
||
- 新增 `depth_limiting_no_call_signals`。
|
||
- 新增 `qpi_limited_analysis_override_phrases`。
|
||
- 修改 selector hard no-call precedence:
|
||
- depth-limiting phrase 单独出现时仍可 no-call;
|
||
- depth-limiting phrase 与 QPI-limited intent 同时出现时继续评分;
|
||
- QPI 可被选中;
|
||
- IA 仍通过 hard exclusion 被拒绝。
|
||
- 避免 QPI 自身 negative trigger penalty 在该组合下把 QPI 压到阈值以下。
|
||
- 新增 3 条 QPI regression:
|
||
- `case_qpi_depth_limited_qpi_only_001`
|
||
- `case_qpi_depth_limited_problem_definition_001`
|
||
- `case_qpi_depth_limited_dominant_scarcity_001`
|
||
- 新增 5 条 selector calibration input。
|
||
- 同步 aggregate regression、regression index、model/card index 和 reports。
|
||
- 生成 03.2a 评审包:
|
||
|
||
```text
|
||
ccra_review_bundle/round-03.2a_2026-06-17_depth-limiting-qpi-override-patch/
|
||
```
|
||
|
||
## 3. 当前计数
|
||
|
||
- QPI regression cases: 58
|
||
- Intellectual Archaeology regression cases: 19
|
||
- Aggregate regression cases: 77
|
||
- Selector calibration inputs: 95
|
||
|
||
模型状态没有升级:
|
||
|
||
```text
|
||
qpi: draft / B / pending
|
||
intellectual_archaeology: draft / B / pending
|
||
```
|
||
|
||
## 4. 验证结果
|
||
|
||
以下命令已通过:
|
||
|
||
```powershell
|
||
python scripts\rebuild_indexes.py --check
|
||
python -m unittest discover -s tests -p "test*.py" -v
|
||
python scripts\validate_model_library.py
|
||
python scripts\check_card_contract.py
|
||
python scripts\run_selector_demo.py
|
||
python scripts\run_selector_regression.py
|
||
python scripts\run_selector_calibration_smoke.py
|
||
python scripts\check_model_card_sync.py
|
||
```
|
||
|
||
结果:
|
||
|
||
- Index check: PASS
|
||
- Unit tests: PASS, 17 tests
|
||
- Model library validation: PASS
|
||
- Card contract: PASS
|
||
- Selector demo: PASS
|
||
- Selector regression: PASS
|
||
- Selector calibration smoke: PASS, 95 inputs, 0 failures, 0 warnings
|
||
- Model/card sync: PASS
|
||
|
||
## 5. 需要 GPT / Owner 判断
|
||
|
||
- Round 03.2a 已经由 GPT / CCRA 判断为 `pass`。
|
||
- Round 03 系列可以正式关闭。
|
||
- Round 04 blind input evaluation 可以作为下一候选阶段,但本次关闭动作不进入 Round 04。
|
||
|
||
## 6. 建议下一步
|
||
|
||
1. 记录 Round 03 closure。
|
||
2. 提交并同步 Round 03.2a 工程资产、评审包、交接文档和关闭记录。
|
||
3. 仅在后续 Owner 明确要求时启动 Round 04 blind input evaluation;启动前不修改 selector 规则。
|
||
|
||
## 7. Round 03 关闭结论
|
||
|
||
```text
|
||
Round 03 closed.
|
||
|
||
QPI and Intellectual Archaeology remain draft / B / pending.
|
||
QPI is accepted as a draft-callable routing asset at report level.
|
||
Selector v0.2 passes no-call, calibration smoke, model-level exclusion, QPI-before-IA, and depth-limiting override gates.
|
||
Round 04 blind input routing evaluation is not started in this closeout.
|
||
```
|
||
|
||
注意:`draft-callable` 只能作为评审报告语言,不改变 JSON model lifecycle status。
|
||
|
||
## 8. 本次关闭修复
|
||
|
||
- 按评审意见在 `cards/qpi.md` 补充 depth-limiting override 的说明:`不要展开` / `不要深入分析` 默认抑制 QPI,但与 `只做 QPI`、`只做问题定性`、`只判断主导稀缺` 等限定分析意图组合时,允许 QPI 窄范围判断并拒绝思想考古。
|
||
- 在 `docs/DECISIONS.md` 记录 Round 03 关闭决策。
|
||
- 在 `README.md` 更新下一步状态:Round 03 已关闭,Round 04 只作为后续候选阶段,不在本轮启动。
|