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

@@ -11,7 +11,6 @@ typedef enum command_type_t {
typedef struct manage_window_command_t {
workspace_id_t workspace;
bool floating;
bool switch_to_workspace;
window_info_t info;
} manage_window_command_t;