LICENSE
README.md
pyproject.toml
letterbox/__init__.py
letterbox/_update.py
letterbox/channel.py
letterbox/cli.py
letterbox/config.py
letterbox/launcher.py
letterbox/locks.py
letterbox/mcp_server.py
letterbox/notifications.py
letterbox/protocol.py
letterbox/watcher.py
letterbox.egg-info/PKG-INFO
letterbox.egg-info/SOURCES.txt
letterbox.egg-info/dependency_links.txt
letterbox.egg-info/entry_points.txt
letterbox.egg-info/requires.txt
letterbox.egg-info/top_level.txt
letterbox/adapters/__init__.py
letterbox/adapters/antigravity.py
letterbox/adapters/base.py
letterbox/adapters/claude.py
letterbox/adapters/gemini.py
letterbox/adapters/mcp_config.py
letterbox/adapters/pty_common.py
letterbox/adapters/vibe.py
letterbox/data/__init__.py
letterbox/data/sample_letterbox.toml
tests/test_adapters_antigravity.py
tests/test_adapters_base.py
tests/test_adapters_claude.py
tests/test_adapters_gemini.py
tests/test_adapters_mcp_config.py
tests/test_adapters_parametrized.py
tests/test_adapters_vibe.py
tests/test_channel.py
tests/test_cli.py
tests/test_config.py
tests/test_fixtures.py
tests/test_integration_e2e.py
tests/test_launcher.py
tests/test_launcher_e2e.py
tests/test_locks.py
tests/test_mcp_server.py
tests/test_notifications.py
tests/test_output_discipline.py
tests/test_packaging_meta.py
tests/test_performance_budgets_channel.py
tests/test_performance_budgets_e2e.py
tests/test_performance_budgets_protocol.py
tests/test_performance_budgets_watcher.py
tests/test_protocol.py
tests/test_protocol_doc.py
tests/test_pty_common.py
tests/test_sample_project.py
tests/test_smoke.py
tests/test_smoke_checklist.py
tests/test_update_check.py
tests/test_watcher.py