fix(rectification): surface dropped probes and filter tools by the decision
Independent Staging Quality Gate / validate (push) Failing after 17m9s
Independent Staging Quality Gate / publish (push) Has been skipped

Silent unrenderable discriminators, a missing question-contract golden, and a always-on tool table were hiding fail-closed drops behind the prompt wall.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-08-28 20:31:15 +08:00
parent 69c3e94920
commit 63b4591aae
25 changed files with 856 additions and 274 deletions
+64
View File
@@ -0,0 +1,64 @@
{
"version": "probe-question-v1",
"answer_classes": [
"yes",
"weak_yes",
"no",
"unsure"
],
"label_min": 4,
"label_max": 80,
"forbidden_copy_tokens": [
"外貌",
"体质",
"胎记",
"疤痕",
"伤疤",
"身高",
"体型"
],
"existence_style_options": [
{
"label": "明确发生且时间吻合",
"answer_class": "yes"
},
{
"label": "发生过但程度较弱",
"answer_class": "weak_yes"
},
{
"label": "明确没有发生",
"answer_class": "no"
},
{
"label": "这段记不清楚",
"answer_class": "unsure"
}
],
"quality_style_options": [
{
"label": "发挥明显失常或压力很大",
"answer_class": "yes"
},
{
"label": "有压力但不算明显失常",
"answer_class": "weak_yes"
},
{
"label": "发挥正常、没有明显失常",
"answer_class": "no"
},
{
"label": "这段记不清楚",
"answer_class": "unsure"
}
],
"varga_none_style_option": {
"label": "都不是这些特质",
"answer_class": "no"
},
"unsure_style_option": {
"label": "这段记不清楚",
"answer_class": "unsure"
}
}