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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user