Skip to main content

0.0.3 Configuration

0.0.3 is the stable configuration baseline. Use these settings when you want behavior that matches the current published npm package rather than unreleased main changes.

Root resolution order

  1. PROJECT_ROOTS
  2. LOCALNEST_CONFIG
  3. current working directory fallback

Index settings

VariableDefaultDescription
LOCALNEST_INDEX_BACKENDsqlite-vecbackend selection
LOCALNEST_DB_PATH~/.localnest/localnest.dbSQLite DB path
LOCALNEST_INDEX_PATH~/.localnest/localnest.index.jsonJSON index path
LOCALNEST_SQLITE_VEC_EXTENSION-custom extension path
LOCALNEST_VECTOR_CHUNK_LINES60chunk size
LOCALNEST_VECTOR_CHUNK_OVERLAP15chunk overlap
LOCALNEST_VECTOR_MAX_TERMS80max terms per chunk
LOCALNEST_VECTOR_MAX_FILES20000max files indexed

Runtime settings

VariableDefaultDescription
LOCALNEST_RG_TIMEOUT_MS15000ripgrep timeout
LOCALNEST_AUTO_PROJECT_SPLITtrueauto project split
LOCALNEST_MAX_AUTO_PROJECTS120max discovered projects
LOCALNEST_FORCE_SPLIT_CHILDRENfalseforce child split when no markers

Release-specific notes

  • 0.0.3 documents the stable release line only
  • canonical tool names are the public contract in this version
  • update-check environment variables belong to unreleased main, not this release page