.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/python-package.yml
docs/cli_reference.md
docs/deployment.md
docs/troubleshooting.md
docs/yaml_reference.md
examples/dashboard_navigation.yaml
examples/ecommerce_checkout.yaml
examples/form_submission.yaml
examples/onboarding_tour.yaml
examples/simple_login.yaml
examples/wikipedia-test.yaml
specspectacle/__init__.py
specspectacle.egg-info/PKG-INFO
specspectacle.egg-info/SOURCES.txt
specspectacle.egg-info/dependency_links.txt
specspectacle.egg-info/entry_points.txt
specspectacle.egg-info/requires.txt
specspectacle.egg-info/top_level.txt
specspectacle/audio/__init__.py
specspectacle/audio/audio_mixer.py
specspectacle/audio/tts.py
specspectacle/cli/__init__.py
specspectacle/cli/main.py
specspectacle/cli/commands/__init__.py
specspectacle/cli/commands/config.py
specspectacle/cli/commands/run.py
specspectacle/cli/commands/scaffold.py
specspectacle/cli/commands/validate.py
specspectacle/executor/__init__.py
specspectacle/executor/actions.py
specspectacle/executor/errors.py
specspectacle/executor/playwright_runner.py
specspectacle/executor/timeline.py
specspectacle/parser/__init__.py
specspectacle/parser/schema.py
specspectacle/parser/yaml_parser.py
specspectacle/utils/__init__.py
specspectacle/utils/logger.py
specspectacle/utils/validation.py
specspectacle/video/__init__.py
specspectacle/video/ffmpeg_utils.py
specspectacle/video/overlay.py
specspectacle/video/processor.py
tests/__init__.py
tests/e2e/test_examples.py
tests/integration/test_error_handling.py
tests/integration/test_executor.py
tests/integration/test_full_pipeline.py
tests/performance/__init__.py
tests/performance/test_benchmarks.py
tests/unit/test_audio.py
tests/unit/test_cli_commands.py
tests/unit/test_overlay.py
tests/unit/test_schema.py
tests/unit/test_validation.py
tests/unit/test_video.py
tests/unit/test_yaml_parser.py