pub type TrustStore = BTreeMap<String, Option<bool>>;Expand description
The trust store: canonicalCwd -> decision (true/false/null). Mirrors
pi’s TrustFile = Record<string, boolean | null | undefined>
(trust-manager.ts). rpi reads this for layout parity (a copied pi
trust.json parses + is located correctly) but does not gate any
project resources behind trust in v1 — there is no trust prompt. Deferred.
Aliased Type§
pub struct TrustStore { /* private fields */ }