isBareMode function

bool isBareMode()

--bare / MAGE_SIMPLE: skip hooks, LSP, plugin sync, skill walk, attribution, background prefetches, and ALL keychain/credential reads.

Implementation

bool isBareMode() {
  return isEnvTruthy(Platform.environment['MAGE_SIMPLE']);
}