pub const DEFAULT_BRAIN_SCOPE: &str = "personal";Expand description
Default space passed to oxibrain when one is not provided. personal is
the daemon’s conventional default space; override with
BrainMemoryBackend::with_scope (e.g. to route a project to its own
bucket).