feat(core/policy): 实现 policy_apply_command 命令分发功能

This commit is contained in:
2026-04-19 23:38:43 +08:00
parent 92dcec0e79
commit a7225836e4
6 changed files with 151 additions and 16 deletions

View File

@@ -7,7 +7,7 @@
#include "core/state.h"
typedef struct policy_context_t {
const state_t *state;
state_t *state;
const rules_t *rules;
} policy_context_t;