Commit Graph

42 Commits

Author SHA1 Message Date
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
d440c63d0c chore: rename inotify script 2025-04-01 09:23:43 +01:00
Gigi
a3827b47df feat: Add native Linux file watcher using inotifywait 2025-03-31 23:24:09 +01:00
Gigi
1ab913816b chore: update .gitignore to respect symlinks 2025-03-31 14:16:28 +01:00
Gigi
942d392ebc Improve word boundary detection in prompt template selection using regex 2025-03-30 00:36:47 +00:00
Gigi
1ecb3a844a feat: refine blog post prompt 2025-03-30 00:03:40 +00:00
Gigi
4ec18e3e9f feat: use just 'blog post' for the writing pipeline 2025-03-29 23:28:58 +00:00
Gigi
f672b61c34 feat: refine app idea prompt 2025-03-29 23:13:01 +00:00
Gigi
1b457e7d4a feat: refine TODO stuff in default template 2025-03-29 23:01:09 +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
41ca42b9a0 feat: improve default prompt 2025-03-29 20:50:49 +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
ccf027959a feat: refine app idea prompt 2025-03-29 20:46: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
62cabe4a81 Update run.sh to process voice memos before creating summaries 2025-03-29 20:09:50 +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
40f6c68edd Add run.sh script for one-time processing of voice memos and transcripts 2025-03-29 20:03:44 +00:00
Gigi
84af2fd60f Improve file watching on macOS and fix script paths 2025-03-29 19:57:41 +00:00
Gigi
df90deeda5 chore: move python files to src/ 2025-03-29 19:55:47 +00:00
Gigi
776611afbf Add watchdog package to requirements 2025-03-29 19:51:08 +00:00
Gigi
8b53918e3f Add watch.sh script to run voice memo watcher 2025-03-29 19:50:16 +00:00
Gigi
c5ab389d0e Reorganize Python files into src directory and update setup script 2025-03-29 19:48:58 +00:00
Gigi
b4db2b2923 Merge branch 'master' of https://github.com/dergigi/vibeline 2025-03-29 19:43:42 +00:00
Gigi
3e4c3bc76b Add Python virtual environment setup with requirements.txt and setup.sh 2025-03-29 19:41:28 +00:00
Gigi
8ee73c7a0d Create requirements.txt 2025-03-29 19:38:55 +00:00
Gigi
bdf86a7aab feat: extract prompts and allow for conditional prompts 2025-03-29 19:27:01 +00:00
Gigi
45ea0764fa Fix Ollama response handling and strip whitespace from summary 2025-03-29 19:14:35 +00:00
Gigi
fdbfebd65d Extract prompts to markdown files and add dynamic prompt selection based on transcript content 2025-03-29 19:13:20 +00:00
Gigi
96a8671675 chore: update .gitignore 2025-03-29 18:58:32 +00:00
Gigi
db22e9487e feat: Add file watcher script for automatic processing 2025-03-17 09:16:30 +00:00
Gigi
d764abead6 feat: Switch to TinyLlama model and optimize prompt for memory efficiency 2025-03-16 13:06:41 +00:00
Gigi
bb08d5185c feat: Switch to Mistral model and improve error handling 2025-03-16 12:57:12 +00:00
Gigi
844e498f16 feat: Implement transcript summarization using Ollama 2025-03-16 11:41:53 +00:00
Gigi
ab794c854d feat: Add basic transcript summarization script structure 2025-03-16 11:36:42 +00:00
Gigi
dae0d1ba2e Initial commit: Add voice memo processing script with Whisper 2025-03-16 11:26:12 +00:00