Files
yao-meta-skill/reports/iteration_bundles/governed-incident-command/bundle.json
T
2026-05-01 14:27:51 +08:00

123 lines
5.2 KiB
JSON

{
"target": "governed-incident-command",
"decision": "keep_current",
"winner_label": "Current",
"winner_changed": false,
"next_action": "Keep the current description and open a new candidate only when fresh route evidence appears.",
"cause_tags": [
"no_candidate_outperformed_current",
"current_holdout_gap_present",
"current_holdout_risk"
],
"gate_status": {
"visible_holdout_non_regression": true,
"blind_holdout_non_regression": true,
"judge_blind_non_regression": true,
"judge_blind_agreement": true,
"adversarial_non_regression": true,
"adversarial_risk_ok": true,
"route_confusion_clean": true,
"family_stability": true
},
"candidate_registry": [
{
"name": "governed-incident-command",
"role": "baseline",
"label": "Baseline",
"ranking_state": "reference",
"promotion_state": "reference",
"description": "Build governed incident command packets from alerts, incident notes, transcripts, and stakeholder requirements. Use when asked to standardize incident review, severity assessment, incident communication, or incident packet assembly into one reusable operational skill. Do not use for generic debugging, one-off incident explanations, or brainstorming possible response ideas.",
"tokens": 93,
"dev_errors": 1,
"holdout_errors": 2
},
{
"name": "governed-incident-command",
"role": "current",
"label": "Current",
"ranking_state": "selected_by_dev",
"promotion_state": "kept_current",
"description": "Build governed incident command packets. Use when asked to standardize incident review, run severity assessment, or assemble incident communication.",
"tokens": 37,
"dev_errors": 1,
"holdout_errors": 1,
"reason_tags": []
},
{
"name": "governed-incident-command",
"role": "candidate",
"label": "Guardrail",
"ranking_state": "not_selected",
"promotion_state": "blocked",
"description": "Build governed incident command packets from alerts, incident notes, transcripts, or stakeholder requirements. Do not use for generic debugging, one-off incident explanations, or drafting a single update.",
"tokens": 51,
"dev_errors": 1,
"holdout_errors": 2,
"reason_tags": [
"visible_holdout_regression",
"longer_without_gain"
]
},
{
"name": "governed-incident-command",
"role": "candidate",
"label": "Balanced",
"ranking_state": "not_selected",
"promotion_state": "blocked",
"description": "Build governed incident command packets from alerts, incident notes, transcripts, or stakeholder requirements. Use when asked to standardize incident review, run severity assessment, or assemble incident communication.",
"tokens": 54,
"dev_errors": 1,
"holdout_errors": 1,
"reason_tags": [
"longer_without_gain"
]
},
{
"name": "governed-incident-command",
"role": "candidate",
"label": "Boundary",
"ranking_state": "not_selected",
"promotion_state": "blocked",
"description": "Build governed incident command packets from alerts, incident notes, transcripts, or stakeholder requirements. Use when asked to standardize incident review, run severity assessment, or assemble incident communication. Do not use for generic debugging, one-off incident explanations, or drafting a single update.",
"tokens": 78,
"dev_errors": 1,
"holdout_errors": 1,
"reason_tags": [
"longer_without_gain"
]
},
{
"name": "governed-incident-command",
"role": "candidate",
"label": "Artifact Aware",
"ranking_state": "not_selected",
"promotion_state": "blocked",
"description": "Build governed incident command packets from alerts, incident notes, transcripts, or stakeholder requirements. Trigger when requests mention alerts, incident notes, transcripts, or stakeholder requirements and the job is to standardize incident review, run severity assessment, or assemble incident communication.",
"tokens": 78,
"dev_errors": 1,
"holdout_errors": 1,
"reason_tags": [
"longer_without_gain"
]
}
],
"review_template": {
"target": "governed-incident-command",
"current_description": "Build governed incident command packets. Use when asked to standardize incident review, run severity assessment, or assemble incident communication.",
"candidate_description": "Build governed incident command packets. Use when asked to standardize incident review, run severity assessment, or assemble incident communication.",
"focus": [
"no_candidate_outperformed_current",
"current_holdout_gap_present",
"current_holdout_risk"
]
},
"artifacts": {
"skill": "examples/governed-incident-command/generated-skill/SKILL.md",
"optimization_report": "examples/governed-incident-command/optimization/reports/description_optimization.json",
"promotion_decisions": "reports/promotion_decisions.json",
"candidate_registry": "reports/candidate_registry.json",
"regression_cause_taxonomy": "references/regression-cause-taxonomy.md",
"human_review_template": "references/human-review-template.md"
}
}