.gitignore
.gitmodules
LICENSE
MANIFEST.in
Makefile
README.md
backup.sh
docker-compose.yaml
pyproject.toml
restore.sh
run_tests.py
setup.py
test.sh
.claude/settings.local.json
.claude/agents/communication-manager.md
portacode/README.md
portacode/__init__.py
portacode/__main__.py
portacode/_version.py
portacode/cli.py
portacode/data.py
portacode/keypair.py
portacode/service.py
portacode.egg-info/PKG-INFO
portacode.egg-info/SOURCES.txt
portacode.egg-info/dependency_links.txt
portacode.egg-info/entry_points.txt
portacode.egg-info/requires.txt
portacode.egg-info/top_level.txt
portacode/connection/README.md
portacode/connection/__init__.py
portacode/connection/client.py
portacode/connection/multiplex.py
portacode/connection/terminal.py
portacode/connection/handlers/README.md
portacode/connection/handlers/WEBSOCKET_PROTOCOL.md
portacode/connection/handlers/__init__.py
portacode/connection/handlers/base.py
portacode/connection/handlers/file_handlers.py
portacode/connection/handlers/project_state_handlers.py
portacode/connection/handlers/registry.py
portacode/connection/handlers/session.py
portacode/connection/handlers/system_handlers.py
portacode/connection/handlers/tab_factory.py
portacode/connection/handlers/terminal_handlers.py
portacode/connection/handlers/project_state/__init__.py
portacode/connection/handlers/project_state/file_system_watcher.py
portacode/connection/handlers/project_state/git_manager.py
portacode/connection/handlers/project_state/handlers.py
portacode/connection/handlers/project_state/manager.py
portacode/connection/handlers/project_state/models.py
portacode/connection/handlers/project_state/utils.py
test_modules/README.md
test_modules/__init__.py
test_modules/test_device_online.py
test_modules/test_file_operations.py
test_modules/test_login_flow.py
test_modules/test_navigate_testing_folder.py
test_modules/test_terminal_interaction.py
test_modules/test_terminal_start.py
testing_framework/.env.example
testing_framework/README.md
testing_framework/__init__.py
testing_framework/cli.py
testing_framework/requirements.txt
testing_framework/core/__init__.py
testing_framework/core/base_test.py
testing_framework/core/cli_manager.py
testing_framework/core/hierarchical_runner.py
testing_framework/core/playwright_manager.py
testing_framework/core/runner.py
testing_framework/core/shared_cli_manager.py
testing_framework/core/test_discovery.py