#!/usr/bin/env node /** * Index vault: walk Markdown under vault_path → chunk → embed → upsert to Qdrant (or sqlite-vec). * Run after vault changes. Config: config/local.yaml or env (KNOWTATION_VAULT_PATH, QDRANT_URL). */ console.log('Index-vault: stub. Implement vault walk → chunk → embed → vector store upsert.');