Gate AppView-dependent commands behind trust_mode check. When trust_mode is zero-trust and user runs a gated command (e.g. inbox), show error:
'The inbox command requires an AppView connection, which is disabled in zero-trust mode. Use opake ledger to manage grants locally, or opake download --grant <uri> to fetch a shared file directly. To enable AppView features: opake config set trust_mode standard'
Commands to gate: inbox (when implemented), any future AppView-query commands. Commands NOT gated: everything else (upload, download, share, revoke, ls, rm, ledger, config, shared, resolve, etc.).
Gate AppView-dependent commands behind trust_mode check. When trust_mode is zero-trust and user runs a gated command (e.g.
inbox), show error:'The inbox command requires an AppView connection, which is disabled in zero-trust mode. Use
opake ledgerto manage grants locally, oropake download --grant <uri>to fetch a shared file directly. To enable AppView features: opake config set trust_mode standard'Commands to gate: inbox (when implemented), any future AppView-query commands. Commands NOT gated: everything else (upload, download, share, revoke, ls, rm, ledger, config, shared, resolve, etc.).