{
  "localOnly": true,
  "usesExternalAPI": false,
  "storage": "browser localStorage",
  "corpusPath": "./brain/brain-corpus.json",
  "futureProviderHook": {
    "enabled": false,
    "endpoint": "/.netlify/functions/brain",
    "note": "Optional future endpoint. Not active in static package."
  },
  "memoryKeys": {
    "profile": "solBrainProfile",
    "notes": "solBrainNotes",
    "history": "solBrainHistory"
  }
}