Conversation
…ight dogfood generate-all now renders only Manim scenes and VHS tapes referenced by active segments in visual_map, so playwright_test segments use pre-recorded video without running capture stages. Wire docs/demos with discover_tests, narration_from_source, catalog init file, segment 07 (playwright_test + checked-in WebM), README, and milestone checklist updates. Extend gitignore to allow the committed dogfood WebM under terminal/rendered/. Co-authored-by: John Menke <jmjava@gmail.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.
Summary
This completes the first slice of in-repo dogfood from
milestones/next-session-dogfood.mdand aligns Phase C ofmilestones/checklist-playwright-auto-narration.md.Pipeline
generate-allManim and VHS stages now render only scenes/tapes listed invisual_mapfor activesegments.all(Config.pipeline_manim_scene_names,Config.pipeline_vhs_tape_filenames).type: playwright_testskip Manim/VHS capture and rely on pre-recorded video for compose.docs/demosplaywright_test) with narration stub and a short committed WebM underterminal/rendered/(gitignore narrowed so this file can be tracked).discover_tests,narration_from_source,pagesmetadata for 07, rootdocgen.catalog.yaml(empty entries), anddocs/demos/README.mdwith command sequences.Docs / milestones
next-session-dogfood.md; Phase C updates in the checklist;upstream-dogfood.mdlinks the demos README as the in-repo prerequisite.Tests
tests/test_pipeline.pymocks extended for the new config methods.Follow-up (not in this PR)
generate-all/validateon segment 07 with real TTS audio (needsOPENAI_API_KEYand heavy tooling).discover-tests --merge-catalogwhen a Node Playwright project exists in-tree.courseforge/course-builderwiring remains separate permilestones/upstream-dogfood.md.