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

@@ -96,6 +96,7 @@ fn make_test_scene_ir(modes: Vec<ModeIr>) -> SceneIr {
column_defs: Vec::new(),
confidence: 0.0,
uncertainties: Vec::new(),
monitoring_action_workflow: None,
}
}