/// This module contains execution logic for different policy types: /// - Kernel operations (role management, config updates, locks) /// - Chain signatures (cross-chain transactions and messages) pub mod chain_sig; pub mod kernel;