LICENSE
README.md
pyproject.toml
jigai/__init__.py
jigai/cli.py
jigai/config.py
jigai/models.py
jigai.egg-info/PKG-INFO
jigai.egg-info/SOURCES.txt
jigai.egg-info/dependency_links.txt
jigai.egg-info/entry_points.txt
jigai.egg-info/requires.txt
jigai.egg-info/top_level.txt
jigai/notifier/__init__.py
jigai/notifier/macos.py
jigai/patterns/defaults.yaml
jigai/server/__init__.py
jigai/server/app.py
jigai/server/client.py
jigai/server/discovery.py
jigai/server/ws_manager.py
jigai/watcher/__init__.py
jigai/watcher/detector.py
jigai/watcher/patterns.py
jigai/watcher/pty_proxy.py
jigai/watcher/watcher.py
tests/test_config.py
tests/test_detector.py
tests/test_models.py
tests/test_patterns.py
tests/test_watcher_utils.py