You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): ensure thread-safety for GGUF and harden conflict invariants
- VectorStore: Added threading.Lock to GGUFEmbeddingAdapter to prevent 'Illegal instruction' crashes during concurrent calls.
- Memory: Refactored record_decision to ensure active conflict checks are always enforced, regardless of vector store state.
- Performance: Optimized record_decision benchmark to measure clean storage I/O (Git+SQLite) without similarity overhead.
- Tests: Hardened test_conflict_injection against accidental vector similarity auto-supersedes.
- Tests: Fixed LLM enrichment mock to match new file-based CLI output capture logic.
- Tests: Added OperationalError handling for storage path robustness in Termux environment.
0 commit comments