generated-scene: add scheduled monitoring runtime and helper lifecycle hardening
This commit is contained in:
75
tests/fixtures/generated_scene/g1e_candidate_batch_2026-04-18.json
vendored
Normal file
75
tests/fixtures/generated_scene/g1e_candidate_batch_2026-04-18.json
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"batchId": "g1e-light-enrichment-candidates-2026-04-18",
|
||||
"family": "G1-E",
|
||||
"source": "docs/superpowers/reports/2026-04-18-g1-e-second-sample-reuse-report.md",
|
||||
"supportingSources": [
|
||||
"docs/superpowers/reports/2026-04-18-g1-e-p0-validation-report.md",
|
||||
"tests/fixtures/generated_scene/scene_ledger_status_2026-04-18.json"
|
||||
],
|
||||
"ledgerClusterLabel": "g1e-light-enrichment-candidate",
|
||||
"selectionRule": "roadmap Track B and Track D G1-E light enrichment samples promoted into reusable family baselines",
|
||||
"candidateCount": 3,
|
||||
"representativeBaseline": "tests/fixtures/generated_scene/g1e_light_enrichment",
|
||||
"promotedBatchExpansionBaselines": [
|
||||
{
|
||||
"fixtureDir": "tests/fixtures/generated_scene/g1e_light_enrichment_expansion",
|
||||
"sceneId": "p1-g1e-light-enrichment-expansion-report",
|
||||
"sceneName": "P1 G1-E light enrichment expansion report",
|
||||
"assertions": {
|
||||
"requiredMainRequest": "getWkorderAll",
|
||||
"requiredEnrichmentRequest": "queryMeterInfo",
|
||||
"requiredMergeJoinKey": "wkOrderNo",
|
||||
"requiredMergeAggregateRule": "group_by:countyCodeName",
|
||||
"requiredOutputColumn": "meterCapacityThisMonth"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fixtureDir": "tests/fixtures/generated_scene/g1e_light_enrichment_additional",
|
||||
"sceneId": "p1-g1e-light-enrichment-additional-report",
|
||||
"sceneName": "P1 G1-E light enrichment additional report",
|
||||
"assertions": {
|
||||
"requiredMainRequest": "getWkorderAll",
|
||||
"requiredEnrichmentRequest": "queryBusAcpt",
|
||||
"requiredMergeJoinKey": "wkOrderNo",
|
||||
"requiredMergeAggregateRule": "group_by:countyCodeName",
|
||||
"requiredOutputColumn": "batchCapacityThisMonth"
|
||||
}
|
||||
}
|
||||
],
|
||||
"expectedSharedContract": {
|
||||
"archetype": "single_request_enrichment",
|
||||
"requiredGateNames": [
|
||||
"bootstrap_resolved",
|
||||
"request_contract_complete",
|
||||
"response_contract_complete",
|
||||
"workflow_contract_complete",
|
||||
"runtime_contract_compatible",
|
||||
"main_request_resolved",
|
||||
"enrichment_requests_resolved",
|
||||
"merge_plan_resolved",
|
||||
"g1e_scope_compatible"
|
||||
]
|
||||
},
|
||||
"candidates": [
|
||||
{
|
||||
"sceneKey": "high_low_voltage_new_capacity_monthly",
|
||||
"batchRole": "p0-anchor",
|
||||
"status": "promoted-baseline"
|
||||
},
|
||||
{
|
||||
"sceneKey": "light_enrichment_second_sample",
|
||||
"batchRole": "first-expansion-anchor",
|
||||
"status": "promoted-expansion"
|
||||
},
|
||||
{
|
||||
"sceneKey": "light_enrichment_additional_real_sample",
|
||||
"batchRole": "second-expansion-anchor",
|
||||
"status": "promoted-expansion"
|
||||
}
|
||||
],
|
||||
"notes": [
|
||||
"This batch records the current G1-E representative and promoted expansion baselines.",
|
||||
"The additional sample is now promoted through the same light-enrichment family contract.",
|
||||
"This keeps G1-E within the roadmap Track B and Track D boundary without forcing a new family scope."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user