LICENSE
README.md
pyproject.toml
src/claude_dot_display.egg-info/PKG-INFO
src/claude_dot_display.egg-info/SOURCES.txt
src/claude_dot_display.egg-info/dependency_links.txt
src/claude_dot_display.egg-info/entry_points.txt
src/claude_dot_display.egg-info/requires.txt
src/claude_dot_display.egg-info/top_level.txt
src/dotdisplay/__init__.py
src/dotdisplay/cli.py
src/dotdisplay/commands.py
src/dotdisplay/config.py
src/dotdisplay/daemon.py
src/dotdisplay/queue.py
src/dotdisplay/render.py
src/dotdisplay/session_name.py
src/dotdisplay/sources.py
src/dotdisplay/assets/splash.png
src/dotdisplay/ble/__init__.py
src/dotdisplay/ble/client.py
src/dotdisplay/ble/protocol.py
src/dotdisplay/ble/transport.py
src/dotdisplay/presenters/__init__.py
src/dotdisplay/presenters/text.py
tests/test_ble_client.py
tests/test_ble_protocol.py
tests/test_ble_transport.py
tests/test_changelog.py
tests/test_cli.py
tests/test_commands.py
tests/test_config.py
tests/test_daemon.py
tests/test_hook_report.py
tests/test_install.py
tests/test_licensing.py
tests/test_manifests.py
tests/test_presenter_text.py
tests/test_queue.py
tests/test_render.py
tests/test_session_name.py
tests/test_sources.py