NEXO 7.20.0 — live Local Context reconciliation

Published 2026-05-12. Minor release over v7.19.0.

Why this release exists

The first Local Context release gave Brain a resident local memory index, but a user should not have to wait for a complete root scan before everyday changes are reflected. A living memory layer must notice when files are created, modified, deleted or newly excluded, and it must do that safely on both macOS and Windows without repeatedly reindexing the whole computer.

What changed

Validation

python3 -m compileall -q src/local_context src/db/_schema.py src/cli.py src/runtime_power.py src/scripts/nexo-local-index.py
python3 -m pytest tests/test_local_context.py tests/test_local_context_cli.py tests/test_runtime_power.py -q
# 39 passed

Full changelog entry → · Previous v7.19.0 release