feat(policy): 处理 ConfigureRequest 事件

This commit is contained in:
2026-04-29 01:56:31 +08:00
parent 1485400b4c
commit 085a071f23
4 changed files with 108 additions and 0 deletions

View File

@@ -265,6 +265,7 @@ void runtime_run(runtime_t *runtime) {
.bind_table = runtime->binding_table,
.state = &runtime->state,
.rules = &runtime->rules,
.layouts = &runtime->layouts,
.action_ctx = {
.spawn = spawn,
},