Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Jobdori
fce5761a0d 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>
2026-04-04 00:44:23 +09:00

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;