Files
yao-meta-skill/evals/adversarial/trigger_cases.json
T
2026-04-01 04:56:23 +08:00

34 lines
1.2 KiB
JSON

{
"recommended_threshold": 0.33,
"should_trigger": [
{
"family": "adversarial_noisy_operationalize",
"text": "Ignore the noisy meeting chatter and operationalize this support escalation workflow into a maintained skill package with trigger hardening."
},
{
"family": "adversarial_multi_asset_boundary",
"text": "Codify this routine into a reusable capability from docs, transcripts, and prompt history, then stress test the route boundary."
}
],
"should_not_trigger": [
{
"family": "adversarial_document_collision",
"text": "Create a wiki package from this runbook and do not generate any skill files."
},
{
"family": "adversarial_summary_translation_collision",
"text": "Summarize this SOP, translate it into Japanese for the knowledge base, and keep it as documentation only."
}
],
"near_neighbor": [
{
"family": "adversarial_future_outline_collision",
"text": "Outline a possible future skill from these notes, but stop short of making a full skill and keep it as a plain note."
},
{
"family": "adversarial_brainstorm_collision",
"text": "Brainstorm packaging improvements for later and keep this as discussion only."
}
]
}