fix(runtime): export policy engine module

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Jobdori
2026-04-04 00:44:23 +09:00
parent d74ecf7441
commit fce5761a0d
+1 -1
View File
@@ -14,7 +14,7 @@ mod mcp_stdio;
pub mod mcp_tool_bridge;
mod oauth;
pub mod permission_enforcer;
mod policy_engine;
pub mod policy_engine;
mod permissions;
mod prompt;
mod remote;