feat: slides mode, detail levels, cover-every-slide, auto-save & FAQ#3
Merged
Conversation
- learn.md: route slides arg to slides.md; add detail 1/2/3 and slides to learner command table - teaching.md: every slide must be represented; detail 1/2/3 modes; ask for detail level at session start - slides.md (new): verbatim slide reading via tts-scripts; launches interactive HTML viewer with TTS auto-play per slide; exercises written fresh by tutor Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- .claude/scripts/generate-slideshow.ps1: generates interactive HTML viewer for any lesson - .claude/scripts/slide-server.ps1: localhost:7823 TTS + slide state server (preloads scripts, Hebrew voice first) - slides.md: updated Step 3 to reference new script paths inside this repo - CLAUDE.md: added Slides row to modules table, noted .claude/scripts/ folder Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extracted per-slide TTS POST into its own Step 4 with explicit MANDATORY label. Previously buried inside a combined step causing it to be missed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Covers detail levels 1/2/3, cover-every-slide rule, and new Slides Mode with interactive viewer and TTS server. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add Stop hook (.claude/settings.json) that auto-saves lesson+slide on every session close - Add auto-save-progress.ps1: writes progress/lesson-X.Y.md silently without overwriting quiz scores - Fix TTS pause: split text by sentences so pause kicks in within ~5 seconds (was per-paragraph = up to 20s) - Fix resume button: now sends 'pause'/'resume' signals instead of killing+restarting TTS - Add FAQ.md in Hebrew covering Hebrew voice installation and SAPI registry bridge Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
מה השתנה (yuval_ver)
1. Detail Levels (
detail 1 / 2 / 3)הלומד יכול לשנות עומק הסבר בכל שלב. Claude שואל בתחילת כל סשן.
2. Cover Every Slide
Claude חייב לכסות כל slide — אין דילוגים שקטים.
3. Slides Mode (
slides//learn slides)מצב צפייה ב-slides המקוריות עם TTS אוטומטי ו-viewer בדפדפן (
localhost:7823).4. Auto-save progress + FAQ
auto-save-progress.ps1— שמירת progress אוטומטית בסוף סשןFAQ.md— שאלות נפוצות בעבריתהתנגשויות
הייתה התנגשות אחת ב-
changes.md— נפתרה ע"י שמירת שני הסקציות (yuval + sean).בדיקות
🤖 Generated with Claude Code