Bridge two disparate topics using the vault's link graph. 1. Read all vault notes: ```bash cd /home/kang/apps/content-forge/content-forge obsidian files ``` 2. For each note, read its content: ```bash cd /home/kang/apps/content-forge/content-forge obsidian read path="" ``` 3. Pick two notes that seem unrelated and find the hidden bridge between them. What do they share that isn't obvious? What would combining their insights produce? 4. Output format: - **Domain A**: [note/topic] - **Domain B**: [note/topic] - **The bridge**: [unexpected connection] - **The insight**: [what this connection means]