Commit Graph

8 Commits

Author SHA1 Message Date
schihei f41f6f2067 Add comprehensive improvement proposals to enhancement_proposals.md
- Added Error Recovery and Resilience section for better error handling
- Added Memory and Performance Optimization for large file support
- Added Security Improvements for API key management
- Added Advanced User Experience features (dry-run, statistics, flexible options)
- Added Code Quality Improvements (type hints, dependency management)
- Added Extended Format Support (video files, audio features, offline mode)
- Added Output Management for better organization and export options
- Added Integration Capabilities (cloud storage, note-taking apps, automation)
2025-05-22 21:43:26 +02:00
schihei f00f29ab6b Move prompts to separate files and add prompt types
- Created directory structure for prompts (system and user prompts)
- Added specialized prompts for lectures, meetings, and interviews
- Updated enhancer.py to load prompts from files
- Added --prompt-type CLI parameter to select prompt type
- Updated documentation and enhancement proposals
2025-05-22 21:28:36 +02:00
schihei c47089aa0d Add WAV file support with MP3 conversion and reuse
- Add support for WAV files with automatic conversion to MP3
- Save converted MP3 files in the same directory as WAV files
- Reuse existing MP3 files if already converted
- Update documentation and requirements
2025-05-22 20:53:39 +02:00
schihei b6e6e80cfb Added progress bar 2025-05-22 20:31:18 +02:00
schihei 8155ccfe49 Add .gitignore file for Python project 2025-05-22 20:30:01 +02:00
schihei 447a878b4e Update enhancement prompt to use heading level 2 and add improvement recommendations 2025-05-22 08:50:35 +02:00
schihei 33d0177ee8 Update markdown heading guidelines in enhancer prompt
Added specific guidelines to use heading level 2 (##) for top-level headings in enhanced notes, improving formatting consistency.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-22 08:48:54 +02:00
schihei c47d3205a0 Initial commit 2025-05-21 21:03:52 +02:00