Conversation
KKK-keria
force-pushed
the
feat/13-claim-verifier-core
branch
from
September 13, 2026 01:55
b79408b to
2c232cf
Compare
KKK-keria
marked this pull request as ready for review
September 13, 2026 01:56
helsome
approved these changes
Sep 14, 2026
helsome
left a comment
Owner
There was a problem hiding this comment.
这个 verifier core 可以作为 #13 的独立增量先落:无 evidence 时确定性 insufficient、judge 失败/非法 JSON fail-closed、causal/root-cause 不凭 plausibility 放行,focused tests 也覆盖了关键分支。它当前没有接 production/report persistence,也不关闭 #13,因此真实 Deep Research E2E 留到 integration/final acceptance,不阻塞本 PR。
当前 main 已继续前进且 GitHub 显示不可直接合并,请只 rebase 最新 main 后重跑 claim-verifier focused test + typecheck/basic CI。后续正式接线时必须复用 #104 的统一 EvidenceClaim / verification status / evidence IDs,不要把本文件的临时输入类型发展成第二套持久化 contract。action_required 不作为质量失败。
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动说明
为 Issue #13 增加独立的 claim-level verifier core:
supported/contradicted/insufficient_evidenceinsufficient_evidence,不调用JudgeClientJudgeClient执行语义判断supportedclaimId、status、evidenceIds、reason、verifierVersion关联 Issue
Related to #13
测试报告(正式审核前必填)
环境
upstream/main@4eca2d12c232cf实际执行命令与结果
已知失败 / Baseline
无。
UI 截图(涉及 UI 时必填)
Scope / 后续
本 PR 仅实现可独立审核的 Claim Verifier Core,不依赖尚未合并的 PR #67,也没有复制其临时类型。
本 PR 暂不包含:
ResearchClaim/EvidenceRefintegrationResearchRunnerintegration在确认 PR #67 已合并到
upstream/main之前,不开始上述正式 integration。