[codex] #88 支持 dogfood answer facets - #95
Merged
Merged
Conversation
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.
Mainline Intent
Intent:
int_3266cd23Status:
proposedTitle: 支持 dogfood answer facets
What changed
为私有 dogfood acceptance flow 增加 expected.answerFacets、facet/assertion 分离评分、失败分类、runner/README/scorecard 输出,以及 passing/failing facet 测试覆盖。
Why
#88 要求 dogfood case 不只验证 session/cwd/snippet,还要能验证检索到的 evidence 是否支撑真实回答 facets,并把 failure 归类成可行动的问题层级。
Decisions
Subsystems: eval, dogfood, acceptance-gate, agent-recall, perf
Summary by cubic
Adds answer facet verification to dogfood evals and acceptance, with separate scoring for assertions vs evidence-backed facets, plus failure classification and updated scoreboards. Satisfies #88 by checking that retrieved evidence supports real answer facets and by grouping failures into actionable classes.
expected.answerFacets[]withlabel,mustContain[], optionalfailureClass.assertionMarkandfacetMarkin addition to overallmark; keep hard/candidate blocking on overall mark.coverage_index,skill_guidance,cli_recall_ranking_context,stale_golden,unclear_case; aggregate tofailureClasses.assertionPass/FailandfacetPass/Fail;buildDogfoodScoreboardused in acceptance gate and runner; perf bench parser updated.answer_facet:<label>.desiredContextModetriggers on facets; forread-rangefallback to--querywhenmatchSeqis missing; usesessionRefforread-rangeandread-page.Written for commit a3c6517. Summary will update on new commits.