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(scripts): backfill-embeddings opened the dead pre-v0.16 database path
The script hardcoded the legacy per-harness location, which still holds a
stale May-era copy on migrated installs. The --shadow run registered
identities and crashed on the ancient schema (missing
embedding_identity_active) after silently targeting the wrong data.
Resolve through getDataDir() like the plugin itself.
0 commit comments