Skip to main content

0.0.4-beta.4 Configuration

This beta keeps the stable root/index configuration model and adds memory-focused settings used by setup and runtime status workflows.

Core config model

  • PROJECT_ROOTS -> highest priority runtime root override
  • LOCALNEST_CONFIG -> explicit config file path
  • working directory fallback -> used only when neither override is set

Beta-relevant environment variables

VariableDefaultDescription
LOCALNEST_MEMORY_ENABLEDfalseenable memory subsystem
LOCALNEST_MEMORY_BACKENDautobackend selection
LOCALNEST_MEMORY_DB_PATH~/.localnest/data/localnest.memory.dbmemory database path
LOCALNEST_MEMORY_AUTO_CAPTUREfalseauto-capture event behavior
LOCALNEST_MEMORY_CONSENT_DONEfalsesetup consent marker
LOCALNEST_UPDATE_PACKAGElocalnest-mcppackage checked for updates
LOCALNEST_UPDATE_CHECK_INTERVAL_MINUTES120update status cache interval
LOCALNEST_UPDATE_FAILURE_BACKOFF_MINUTES15retry interval after check failure

All stable indexing and retrieval settings from 0.0.3 still apply.