fix(ce-plan): route confidence-gate pass to document-review (#462)

This commit is contained in:
Trevin Chow
2026-03-31 00:21:48 -07:00
committed by GitHub
parent 6ca7aef7f3
commit 1962f546b5
2 changed files with 10 additions and 1 deletions

View File

@@ -696,7 +696,7 @@ Build a risk profile. Treat these as high-risk signals:
- **Deep** or high-risk plans often benefit from a targeted second pass
- **Thin local grounding override:** If Phase 1.2 triggered external research because local patterns were thin (fewer than 3 direct examples or adjacent-domain match), always proceed to scoring regardless of how grounded the plan appears. When the plan was built on unfamiliar territory, claims about system behavior are more likely to be assumptions than verified facts. The scoring pass is cheap — if the plan is genuinely solid, scoring finds nothing and exits quickly
If the plan already appears sufficiently grounded and the thin-grounding override does not apply, report "Confidence check passed — no sections need strengthening" and proceed to Phase 5.4.
If the plan already appears sufficiently grounded and the thin-grounding override does not apply, report "Confidence check passed — no sections need strengthening" and skip to Phase 5.3.8 (Document Review). Document-review always runs regardless of whether deepening was needed — the two tools catch different classes of issues.
##### 5.3.3 Score Confidence Gaps