refactor(ce-doc-review): anchor-based confidence scoring (#622)
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-04-21 14:54:03 -07:00
committed by GitHub
parent bd77d5550a
commit 6caf330363
20 changed files with 756 additions and 122 deletions

View File

@@ -56,7 +56,7 @@ Seed map (run this plan through ce-doc-review to verify):
- PII handling during migration window unstated — compliance
gap independent of premise
- FYI candidates (4, confidence 0.40-0.65 at P3):
- FYI candidates (4, anchor 50 at P3):
- naming preference ("AuthContext" vs "SessionContext" — both
legible in the code)
- speculative future-work concern (could reuse this for a
@@ -65,7 +65,7 @@ Seed map (run this plan through ce-doc-review to verify):
- unit-organization preference (could group by route rather
than by endpoint class — current split also reads fine)
- drop-worthy P3s (3, confidence 0.55-0.74):
- drop-worthy P3s (3, anchors 0/25):
- vague performance concern without baseline ("could be slow
under load")
- theoretical multi-region concern not relevant to single-region

View File

@@ -26,14 +26,14 @@ Seed map (run this plan through ce-doc-review to verify):
scope-guardian complexity challenge (is this abstraction warranted),
product-lens trajectory concern (does this paint the system into a
corner)
- FYI candidates (5, confidence 0.40-0.65 at P3): filename-symmetry
- FYI candidates (5, anchor 50 at P3): filename-symmetry
observation, drift note, stylistic preference without evidence of
impact, speculative future-work concern, subjective readability note
- drop-worthy P3s (3, confidence 0.55-0.74): vague style nitpick, low-
- drop-worthy P3s (3, anchors 0/25): vague style nitpick, low-
signal "consider X" residual, theoretical scalability concern without
current evidence
The descriptions intentionally vary in evidence quality so the confidence
The descriptions intentionally vary in evidence quality so the anchor
gate is exercised.
-->
@@ -205,7 +205,7 @@ one-command rename. (Seeded manual: scope-guardian complexity challenge
- The plan's section ordering could be improved; "Miscellaneous Notes"
feels like a catch-all. (Seeded drop: vague style nitpick at P3,
confidence should register below 0.75 gate.)
should register at anchor 0 or 25 and drop silently.)
- Consider whether the schema migration strategy scales if the codebase
grows 10x. (Seeded drop: theoretical scalability concern without
current evidence, P3.)