CodeTracked since May 18, 2026
Read research vault path from OBSIDIAN_VAULT_PATH
The PR fixes a path configuration bug where the research toolkit hardcoded VAULT_PATH to one developer’s local Obsidian vault, causing other users’ notes and generated obsidian:// links in /youtube, /research, /research-deep, and /notebooklm to be written to a non-existent location. It switches resolution to OBSIDIAN_VAULT_PATH via the shared get_required helper and updates .env/setup flow so the value is written in setup.sh for standalone CLI runs.
OBSIDIAN_VAULT_PATHVAULT_PATHget_requiredscripts/research/lib/config.py