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
feat(indexer): extract L1 identity facts after indexing
Wire VaultProfile through the indexer call chain (run_index -> run_index_inner,
run_index_shared) and call extract_l1_facts at the end of each index run.
The profile is loaded once in run_index and passed through, eliminating
redundant load_vault_profile calls for exclude patterns and people detection.
In the watcher, both startup reconciliation and full rescan pass the profile
from the existing Arc<Option<VaultProfile>> context.
0 commit comments