pub async fn shared_exec_policy_manager_with_rules(
workspace_root: &Path,
) -> Result<SharedExecPolicyManager>Expand description
Create a shared manager with the default rule layers for workspace_root
auto-loaded (see rules_layers). Missing rule directories are fine;
errors from unreadable or malformed files propagate.