← #13 Add zero-trust mode with local grant ledger and config command

#12 Add trust_mode config field with standard and zero-trust options

open medium · sable · 2026-03-02 23:37 · Phase 4: AppView + Web UI

Comments — 1

sable note 2026-03-02 23:37

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.

Generated 2026-03-03 02:53 UTC