LICENSE
README.md
pyproject.toml
src/fleetwatch/__init__.py
src/fleetwatch/cli.py
src/fleetwatch/config.py
src/fleetwatch/core.py
src/fleetwatch/models.py
src/fleetwatch/palette.py
src/fleetwatch/remote.py
src/fleetwatch/render.py
src/fleetwatch/summarize.py
src/fleetwatch/tailer.py
src/fleetwatch/tui.py
src/fleetwatch/util.py
src/fleetwatch/adapters/__init__.py
src/fleetwatch/adapters/base.py
src/fleetwatch/adapters/claude.py
src/fleetwatch/adapters/codex.py
src/fleetwatch/adapters/gemini.py
src/fleetwatch/adapters/grok.py
src/fleetwatcher.egg-info/PKG-INFO
src/fleetwatcher.egg-info/SOURCES.txt
src/fleetwatcher.egg-info/dependency_links.txt
src/fleetwatcher.egg-info/entry_points.txt
src/fleetwatcher.egg-info/requires.txt
src/fleetwatcher.egg-info/top_level.txt
tests/test_claude.py
tests/test_codex.py
tests/test_gemini.py
tests/test_grok.py
tests/test_remote.py
tests/test_render.py
tests/test_summarize.py
tests/test_tui.py