Commit Graph

55 Commits

Author SHA1 Message Date
Gan, Jimmy 7f4de7e8d2 Auto-detect and inject proxy configurations in run_tests.sh
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 11:50:07 +08:00
Gan, Jimmy eae72dbfc0 Add run_tests.sh test runner script
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 11:22:33 +08:00
Gan, Jimmy fe4d019ffa Add standard .gitignore configuration
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 11:15:41 +08:00
Gan, Jimmy 1e67eeb25b Add automated unit and mock integration test suite
- Configure conftest.py with pytest tmp_path DB isolation fixtures
- Add test_db.py for schema connection validations
- Add test_fetcher.py with mocked yt-dlp subprocess parser checks
- Add test_summarizer.py with mocked transcripts and Claude API requests
- Add test_main.py for FastAPI router endpoints and state updates

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 11:15:27 +08:00
Gan, Jimmy dbd3dc0237 Initial commit: Add T YouTube text-based reader web app
- FastAPI backend running on port 8000
- Svelte 5 runes frontend dashboard supporting Read/Skip state toggles
- YouTube subscription feed scraper using yt-dlp & Netscape cookies.txt
- Transcript downloader and Claude 3.5 Haiku summarizer via bytecatcode proxy
- Multi-stage Dockerfile and docker-compose.yml configuration

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 11:00:34 +08:00