LICENSE
README.md
pyproject.toml
src/tellme/__init__.py
src/tellme/__main__.py
src/tellme/cli.py
src/tellme/config.py
src/tellme/notify.py
src/tellme/runner.py
src/tellme/session_runtime.py
src/tellme/sessions.py
src/tellme/wsl_toast.py
src/tellme/skill/TellUser/SKILL.md
src/tellme_notify.egg-info/PKG-INFO
src/tellme_notify.egg-info/SOURCES.txt
src/tellme_notify.egg-info/dependency_links.txt
src/tellme_notify.egg-info/entry_points.txt
src/tellme_notify.egg-info/requires.txt
src/tellme_notify.egg-info/top_level.txt
tests/test_cli_configure.py
tests/test_cli_run.py
tests/test_config.py
tests/test_notify.py
tests/test_runner.py
tests/test_sessions.py
tests/test_smoke.py
tests/test_wsl_toast.py