Fixed
Drift Detection Script Initialization (PR #224)
- Bug 1: Fixed incorrect config attribute
SQLITE_DB_PATH→SQLITE_VEC_PATH - Bug 2: Added missing
cloudflare_configparameter to HybridMemoryStorage - Impact: Script was completely broken for Cloudflare/Hybrid backends - now initializes successfully
- File:
scripts/sync/check_drift.py - Severity: High - Script was non-functional for hybrid/cloudflare backend users
CI Test Infrastructure (PR #225)
- Root Cause: GitHub Actions runners cannot access huggingface.co during test runs
- Solution: Implemented
actions/cache@v3for~/.cache/huggingfacedirectory - Pre-download: Downloads
all-MiniLM-L6-v2model after dependency installation - Impact: Fixes all future PR test failures caused by model download restrictions
- File:
.github/workflows/main.yml
Technical Details
- PR #224: Drift detection script now properly initializes Cloudflare backend with all required parameters
- PR #225: CI environment now caches embedding models, eliminating network dependency during tests
- Both fixes validated in PR test runs
🤖 Generated with Claude Code