- Add claude-md-guardian agent with SessionStart hook for auto CLAUDE.md maintenance - Add 6 thinking commands: /my-world, /emerge, /challenge, /connect, /today, /close - Add my-world skill for one-shot vault context loading - Fix command injection vulnerability in init-vault.sh (use env vars) - Add error handling and logging to vault-sync.sh - Update write-article skill with complete frontmatter fields - Upgrade CLAUDE.md to v1.3.0 with cycle time tracking and exit criteria Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
654 B
Markdown
22 lines
654 B
Markdown
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="<file-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]
|