This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Claude Code → Obsidian session export hook. | |
| Dispatched by the Stop and SessionEnd hook events. Files are the source of | |
| truth — the Obsidian app does not need to be running. One note per session_id, | |
| re-rendered from the transcript JSONL on each call. Daily-note backlinks are | |
| inserted once per (session, date) and never rewritten, so past days stay frozen. | |
| """ |
