Commit Graph

19 Commits

Author SHA1 Message Date
Gigi
257ea19c90 Fix: Use resolved paths for symlink handling in both watch scripts 2025-04-01 10:02:56 +01:00
Gigi
58ae63ad4a Fix: Use resolved paths for watching symlinked directories on macOS 2025-04-01 10:01:00 +01:00
Gigi
d26ac41cca Fix: Add follow_symlinks=True to Python watchdog Observer 2025-04-01 10:00:21 +01:00
Gigi
edb4fe5220 Add debug logging for symlink verification 2025-04-01 09:57:26 +01:00
Gigi
e1325ebcf5 Revert "Add macOS file watcher and improve symlink support"
This reverts commit 1e153ffeba.
2025-04-01 09:55:34 +01:00
Gigi
1e153ffeba Add macOS file watcher and improve symlink support
- Add watch_macos.sh script using fswatch with symlink support

- Enable symlink following in Python watchdog script
2025-04-01 09:54:43 +01:00
Gigi
942d392ebc Improve word boundary detection in prompt template selection using regex 2025-03-30 00:36:47 +00:00
Gigi
4ec18e3e9f feat: use just 'blog post' for the writing pipeline 2025-03-29 23:28:58 +00:00
Gigi
f5c0a3eeee feat: prefer blog post template to prompt template 2025-03-29 23:00:48 +00:00
Gigi
26f6ced07d Add blog post prompt and update prompt loading logic 2025-03-29 21:06:28 +00:00
Gigi
d1794b1d78 Add automatic regeneration of deleted transcripts and summaries 2025-03-29 20:54:30 +00:00
Gigi
964cb79d0c Fix: Remove automatic deletion of files - watch script should only log deletion events 2025-03-29 20:53:18 +00:00
Gigi
c0e4fdcb0e Add file deletion handling to watch script - automatically clean up related files when voice memos or transcripts are deleted 2025-03-29 20:52:18 +00:00
Gigi
a46b15c337 Add word count check to skip summaries for short transcripts (≤210 words) 2025-03-29 20:47:28 +00:00
Gigi
9f7bd8e711 Update run.sh to process voice memos before creating summaries and fix paths in watch script 2025-03-29 20:34:54 +00:00
Gigi
a0ff8c2812 refactor: move process script to src 2025-03-29 20:06:08 +00:00
Gigi
5747a775a1 Move process_voice_memos.sh to src directory and update paths 2025-03-29 20:04:37 +00:00
Gigi
84af2fd60f Improve file watching on macOS and fix script paths 2025-03-29 19:57:41 +00:00
Gigi
c5ab389d0e Reorganize Python files into src directory and update setup script 2025-03-29 19:48:58 +00:00