Files
yao-meta-skill/examples/complex-release-orchestrator/generated-skill/evals/trigger_cases.json
T
2026-03-31 21:32:04 +08:00

17 lines
632 B
JSON

{
"recommended_threshold": 0.33,
"should_trigger": [
"Prepare a release packet from these migration notes, rollback conditions, and rollout steps.",
"Review release readiness and produce a go/no-go packet for this launch.",
"Turn these scattered release notes into a reusable release workflow."
],
"should_not_trigger": [
"Explain what a rollback plan is.",
"Draft one short launch announcement for customers."
],
"near_neighbor": [
"Brainstorm some release ideas before we decide whether to package the workflow.",
"Summarize these release notes without creating a reusable workflow."
]
}