Add trust_mode field to CLI Config struct in config.rs. Type: enum TrustMode { Standard, ZeroTrust } with serde rename to 'standard'/'zero-trust'. Default: Standard. Field is optional in TOML with #[serde(default)]. Add to config.toml template/docs. Add helper method config.is_zero_trust() -> bool.
Add
trust_modefield to CLI Config struct in config.rs. Type: enum TrustMode { Standard, ZeroTrust } with serde rename to 'standard'/'zero-trust'. Default: Standard. Field is optional in TOML with #[serde(default)]. Add to config.toml template/docs. Add helper method config.is_zero_trust() -> bool.