generated-scene: add scheduled monitoring runtime and helper lifecycle hardening

This commit is contained in:
木炎
2026-05-06 09:47:12 +08:00
parent 6cdd71b682
commit 8162118e6d
183 changed files with 103674 additions and 130 deletions

View File

@@ -0,0 +1,36 @@
{
"sceneId": "single-request-report",
"sceneName": "单请求通用报表",
"sceneKind": "report_collection",
"workflowArchetype": "single_request_table",
"bootstrap": {
"expectedDomain": "yx.gs.sgcc.com.cn",
"targetUrl": "http://yx.gs.sgcc.com.cn/report",
"requiresTargetPage": true,
"pageTitleKeywords": ["通用报表"],
"source": "canonical_fixture"
},
"apiEndpoints": [
{
"name": "reportList",
"url": "http://yx.gs.sgcc.com.cn/report/list",
"method": "POST",
"contentType": "application/json"
}
],
"responsePath": "rows",
"workflowSteps": [
{ "type": "request", "description": "single request table collection" },
{ "type": "transform", "description": "normalize table rows" }
],
"readiness": {
"level": "A",
"gates": [
{ "name": "bootstrap_resolved", "passed": true },
{ "name": "request_contract_complete", "passed": true },
{ "name": "response_contract_complete", "passed": true },
{ "name": "workflow_contract_complete", "passed": true },
{ "name": "runtime_contract_compatible", "passed": true }
]
}
}