Files
yao-meta-skill/examples/governed-incident-command/optimization/adversarial/trigger_cases.json
T
2026-04-01 04:56:23 +08:00

34 lines
1.2 KiB
JSON

{
"recommended_threshold": 0.34,
"should_trigger": [
{
"family": "adversarial_governed_packet_from_noise",
"text": "Ignore the incident chatter and assemble a governed incident packet from alerts, transcripts, and stakeholder requirements, including severity assessment and owner actions."
},
{
"family": "adversarial_operational_skill_route",
"text": "Treat this outage as a maintained operational skill: standardize the incident review, assess severity, and package communications."
}
],
"should_not_trigger": [
{
"family": "adversarial_single_update_collision",
"text": "Write one short customer outage update from these incident notes and stop there."
},
{
"family": "adversarial_explain_and_summary_collision",
"text": "Explain incident severity and summarize the outage timeline for training."
}
],
"near_neighbor": [
{
"family": "adversarial_future_playbook_not_packet",
"text": "Sketch a future incident review playbook for later, but do not package a reusable workflow."
},
{
"family": "adversarial_debugging_collision",
"text": "Troubleshoot the outage and fix the service before we talk about reusable incident packets."
}
]
}