.gitignore
AGENTS.md
CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
Makefile
README.md
install.sh
pyproject.toml
setup.cfg
setup.py
.githooks/pre-commit
.github/workflows/ci.yml
.github/workflows/homebrew.yml
.github/workflows/release.yml
docs/yaml-api.md
examples/advanced_example.yaml
examples/basic_example.yaml
examples/device_frame_example.yaml
examples/highlight_zoom_example.yaml
examples/undolly/config.yaml
examples/undolly/templates/closing.html
examples/undolly/templates/feature_top.html
examples/undolly/templates/hero.html
examples/undolly/templates/side_feature.html
skills/koubou/SKILL.md
skills/koubou/capabilities-reference.md
skills/koubou/design-guide.md
skills/koubou/setup.md
skills/koubou/style-intake.md
skills/koubou/style-interview.md
skills/koubou/yaml-reference.md
src/koubou/__init__.py
src/koubou/appstore_sizes.json
src/koubou/cli.py
src/koubou/config.py
src/koubou/config_tree.py
src/koubou/dependency_analyzer.py
src/koubou/exceptions.py
src/koubou/frame_manager.py
src/koubou/generator.py
src/koubou/html_preview.py
src/koubou/html_setup.py
src/koubou/live_generator.py
src/koubou/localization.py
src/koubou/watcher.py
src/koubou.egg-info/PKG-INFO
src/koubou.egg-info/SOURCES.txt
src/koubou.egg-info/dependency_links.txt
src/koubou.egg-info/entry_points.txt
src/koubou.egg-info/not-zip-safe
src/koubou.egg-info/requires.txt
src/koubou.egg-info/top_level.txt
src/koubou/frames/Frames.json
src/koubou/frames/Sizes.json
src/koubou/renderers/__init__.py
src/koubou/renderers/background.py
src/koubou/renderers/device_frame.py
src/koubou/renderers/gradient.py
src/koubou/renderers/highlight.py
src/koubou/renderers/html_renderer.py
src/koubou/renderers/html_staging.py
src/koubou/renderers/text.py
src/koubou/renderers/utils.py
src/koubou/renderers/zoom.py
tests/__init__.py
tests/conftest.py
tests/test_auto_sizing.py
tests/test_cli.py
tests/test_config.py
tests/test_config_tree.py
tests/test_dependency_analyzer.py
tests/test_frame_manager.py
tests/test_generator.py
tests/test_gradient.py
tests/test_highlight.py
tests/test_html_preview.py
tests/test_html_renderer.py
tests/test_html_setup.py
tests/test_live_generator.py
tests/test_live_localization.py
tests/test_localization.py
tests/test_localization_config.py
tests/test_localized_assets.py
tests/test_localized_generation.py
tests/test_renderers.py
tests/test_rotation.py
tests/test_watcher.py
tests/test_zoom.py
tests/integration/__init__.py