feat(context): add recall fusion and zvec workspace adapters

Introduce RRF-based recall fusion for personal/episodic/temporal paths,
zvec-grep workspace shadow probing for code executors, and a local
headroom proxy starter aligned with the fusion plan defaults.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-09-09 21:28:04 +08:00
parent 49a1a68a29
commit 40e4a527fe
11 changed files with 677 additions and 1 deletions
+10
View File
@@ -33,3 +33,13 @@ MEMORY_CANDIDATE_ENABLED=0
# Context injection budget (Phase 2, default off — does not open memory injection)
# MEMIND_CONTEXT_BUDGET_MODE=off
# MEMIND_CONTEXT_BUDGET_MAX_CHARS=12000
# Recall fusion (Phase 3, default off)
# MEMIND_RECALL_FUSION_MODE=off
# MEMIND_RECALL_FUSION_RRF_K=60
# MEMIND_RECALL_FUSION_LIMIT=3
# zvec-grep workspace search for code tasks (dev/local, default off)
# MEMIND_ZVEC_WORKSPACE_MODE=off
# MEMIND_ZVEC_BINARY=zg
# MEMIND_ZVEC_WORKSPACE_TASK_TYPES=page_data_dev_complex,repo_refactor,multi_file