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 overrideLOCALNEST_CONFIG-> explicit config file path- working directory fallback -> used only when neither override is set
Beta-relevant environment variables
| Variable | Default | Description |
|---|---|---|
LOCALNEST_MEMORY_ENABLED | false | enable memory subsystem |
LOCALNEST_MEMORY_BACKEND | auto | backend selection |
LOCALNEST_MEMORY_DB_PATH | ~/.localnest/data/localnest.memory.db | memory database path |
LOCALNEST_MEMORY_AUTO_CAPTURE | false | auto-capture event behavior |
LOCALNEST_MEMORY_CONSENT_DONE | false | setup consent marker |
LOCALNEST_UPDATE_PACKAGE | localnest-mcp | package checked for updates |
LOCALNEST_UPDATE_CHECK_INTERVAL_MINUTES | 120 | update status cache interval |
LOCALNEST_UPDATE_FAILURE_BACKOFF_MINUTES | 15 | retry interval after check failure |
All stable indexing and retrieval settings from 0.0.3 still apply.