Gigi
2eec1d493d
feat(post-process): skip empty action item files
...
- Skip creating output files when no action items are found\n- Add informative message when skipping empty files
2025-04-03 11:31:45 +01:00
Gigi
c7eb933739
refactor(post-process): simplify item extraction with regex
...
- Use regex to match list markers and find first letter\n- Clean up non-letter characters from beginning of lines\n- Remove trailing metadata notes
2025-04-03 11:30:05 +01:00
Gigi
dc6321323e
feat(post-process): add --force flag and improve item formatting
...
- Add --force/-f flag to override existing files\n- Clean up non-letter characters from beginning of lines\n- Pass through command line arguments in shell script
2025-04-03 11:26:00 +01:00
Gigi
b8e97aa34a
Update TODO.md
2025-04-03 11:06:27 +01:00
Gigi
48df4777dd
chore: add git commit cursor rule
2025-04-03 11:04:34 +01:00
Gigi
c1d9b77825
feat: no deadlines
2025-04-03 11:01:48 +01:00
Gigi
d07db34c32
Update post-processing script to use human-readable date format with weekday
2025-04-03 10:59:20 +01:00
Gigi
e1301ad780
feat: add rules for action items plugin
2025-04-02 13:30:05 +01:00
Gigi
c6822d3061
Add todo_txt plugin for TODO.txt format output
2025-04-02 13:13:42 +01:00
Gigi
e0e8de62bb
Skip post-processing if output file already exists
2025-04-02 13:06:07 +01:00
Gigi
2d7f23e631
Save formatted action items in new TODOs directory
2025-04-02 13:03:41 +01:00
Gigi
e33fe59fc2
Add post-processing step for action items with consistent - [ ] format
2025-04-02 13:01:01 +01:00
Gigi
2174505337
Rename action_items_todo plugin to action_item
2025-04-02 12:52:06 +01:00
Gigi
e82737e7c8
chore: add image plugins to TODO list
2025-04-01 17:21:05 +01:00
Gigi
07ff09128e
Show subprocess output in real-time & add consistent force flag behavior - Show output from process.sh, transcribe.sh, and extract.sh in real-time when running watch.py - Add force flag support to transcribe.sh to prevent overwriting existing transcripts - Update process.sh to propagate force flag to transcribe.sh - Now force flag behavior is consistent: without -f skips existing files, with -f overwrites files - Force flag propagates through entire chain: watch -> process -> transcribe/extract
2025-04-01 17:06:05 +01:00
Gigi
107fca730a
chore: update summary prompt
2025-04-01 16:57:04 +01:00
Gigi
581f41f081
Add force flag for overwriting files & update TODO
...
- Add --force/-f flag to control file overwriting in extract.py
- Propagate force flag through all scripts (extract.sh, process.sh, run.sh, watch_voice_memos.py)
- Add TODO item for future CLI modernization using Python
- Skip existing output files unless force flag is used
2025-04-01 16:46:49 +01:00
Gigi
5bd7436d0b
refactor: remove timestamps from output filenames
2025-04-01 16:36:05 +01:00
Gigi
c80ec5d359
fix: make action_items_todo plugin run always to catch all potential tasks
2025-04-01 16:29:31 +01:00
Gigi
0c96dcbefd
refactor: rename summary.all.yaml to summary.yaml as run type is now in metadata
2025-04-01 16:24:47 +01:00
Gigi
e00d2a6ca3
docs: mark LICENSE and README tasks as completed
2025-04-01 16:22:52 +01:00
Gigi
9f18a7d22e
docs: add LICENSE and comprehensive README
2025-04-01 16:22:22 +01:00
Gigi
82d35c48e1
refactor: remove separate summary step from process.sh
2025-04-01 16:12:38 +01:00
Gigi
a0a5fb24ed
refactor: remove separate summary script as it's now handled by the plugin system
2025-04-01 16:11:57 +01:00
Gigi
73c7fd5630
feat: add output_extension to plugins with .txt as default
2025-04-01 16:08:10 +01:00
Gigi
1f4aadc1b0
docs: mark structured plugin files task as completed
2025-04-01 16:04:01 +01:00
Gigi
b320ad5b9b
fix: update extract.py to handle plugin-specific models
2025-04-01 16:03:27 +01:00
Gigi
7ac3e94cf7
refactor: update plugin prompts to match original .md versions and remove .md files
2025-04-01 15:50:13 +01:00
Gigi
d025318672
refactor: update summarize.py to use new YAML-based plugin system
2025-04-01 15:46:53 +01:00
Gigi
c452657d0c
refactor: separate plugin comparison type and run behavior
2025-04-01 15:44:26 +01:00
Gigi
4deed4e12a
feat: implement YAML-based plugin system with metadata
2025-04-01 15:41:05 +01:00
Gigi
e1f0a6f467
docs: mark pluralization task as completed in TODO list
2025-04-01 15:39:24 +01:00
Gigi
30be4708cd
feat: use inflect library for proper pluralization of directory names
2025-04-01 15:38:56 +01:00
Gigi
4bbf78a265
chore: add inflect package to requirements.txt
2025-04-01 15:38:05 +01:00
Gigi
a724824a21
refactor: rename summary.md to summary.all.md and treat it as regular plugin
2025-04-01 15:37:13 +01:00
Gigi
7bf42720d3
Implement environment variables for Ollama models and paths
2025-04-01 15:31:29 +01:00
Gigi
f237c3092e
Extract Ollama model name to a constant
2025-04-01 15:23:07 +01:00
Gigi
a9509ded80
Refactor extract.py: add utility functions, simplify plugin detection, and improve code organization
2025-04-01 15:22:34 +01:00
Gigi
ae803f13a0
Remove unused test mode
2025-04-01 15:17:58 +01:00
Gigi
6f26c90db4
Simplify plugin suffix handling using contains instead of endswith
2025-04-01 15:16:00 +01:00
Gigi
82f3116084
Fix output directory creation to handle .all suffix
2025-04-01 15:02:51 +01:00
Gigi
51d912a870
Rename .always to .all and update plugin handling
2025-04-01 14:57:31 +01:00
Gigi
8d0fe0c748
Fix plugin handling to properly support .or suffix throughout the pipeline
2025-04-01 14:48:17 +01:00
Gigi
c470682001
Fix output directory names to remove .or suffix
2025-04-01 14:38:10 +01:00
Gigi
bafc25543d
Fix plugin loading to handle .or.md suffix
2025-04-01 14:36:59 +01:00
Gigi
3373672cc8
Remove old app_idea.md after renaming to app_idea.or.md
2025-04-01 14:27:29 +01:00
Gigi
6dc433ea28
Add .or.md suffix convention for plugins that should match any word
2025-04-01 14:26:53 +01:00
Gigi
e2e60b1fca
Make content type detection dynamic based on plugin filenames
2025-04-01 14:23:16 +01:00
Gigi
a999bde177
Simplify TODO.md to a single flat list
2025-04-01 14:21:21 +01:00
Gigi
4c15763db2
Add TODO.md with completed and pending tasks
2025-04-01 14:20:57 +01:00