.gitignore
CHANGELOG.md
LICENSE
README.md
conftest.py
pyproject.toml
.claude/CLAUDE.md
.github/workflows/ci.yml
.github/workflows/publish.yml
bubble/__init__.py
bubble/__main__.py
bubble/auth_proxy.py
bubble/automation.py
bubble/claude.py
bubble/clean.py
bubble/cli.py
bubble/clone.py
bubble/cloud.py
bubble/cloud_types.py
bubble/config.py
bubble/container_helpers.py
bubble/default_repos.json
bubble/finalization.py
bubble/git_store.py
bubble/github_token.py
bubble/image_management.py
bubble/lifecycle.py
bubble/naming.py
bubble/native.py
bubble/network.py
bubble/notices.py
bubble/provisioning.py
bubble/relay.py
bubble/remote.py
bubble/repo_registry.py
bubble/security.py
bubble/setup.py
bubble/skill.py
bubble/target.py
bubble/tools.py
bubble/tunnel.py
bubble/vscode.py
bubble/commands/__init__.py
bubble/commands/cloud_cmd.py
bubble/commands/doctor.py
bubble/commands/images.py
bubble/commands/infrastructure.py
bubble/commands/lifecycle.py
bubble/commands/list_cmd.py
bubble/commands/relay_cmd.py
bubble/commands/remote_cmd.py
bubble/commands/security_cmd.py
bubble/commands/settings.py
bubble/data/skill.md
bubble/hooks/__init__.py
bubble/hooks/lean.py
bubble/hooks/python.py
bubble/images/__init__.py
bubble/images/builder.py
bubble/images/scripts/base.sh
bubble/images/scripts/cloud-init.sh
bubble/images/scripts/lean-toolchain.sh
bubble/images/scripts/lean.sh
bubble/images/scripts/python.sh
bubble/images/scripts/tools/claude.sh
bubble/images/scripts/tools/codex.sh
bubble/images/scripts/tools/elan.sh
bubble/images/scripts/tools/emacs.sh
bubble/images/scripts/tools/neovim.sh
bubble/images/scripts/tools/pins.json
bubble/images/scripts/tools/vscode.sh
bubble/runtime/__init__.py
bubble/runtime/base.py
bubble/runtime/colima.py
bubble/runtime/incus.py
config/com.bubble.git-update.plist
config/com.bubble.image-refresh.plist
config/com.bubble.relay-daemon.plist
dev_bubble.egg-info/PKG-INFO
dev_bubble.egg-info/SOURCES.txt
dev_bubble.egg-info/dependency_links.txt
dev_bubble.egg-info/entry_points.txt
dev_bubble.egg-info/requires.txt
dev_bubble.egg-info/top_level.txt
tests/conftest.py
tests/test_auth_proxy.py
tests/test_branch_no_target.py
tests/test_build_lock.py
tests/test_claude.py
tests/test_claude_projects_symlink.py
tests/test_cloud.py
tests/test_config.py
tests/test_customize.py
tests/test_editor.py
tests/test_git_store.py
tests/test_github_token.py
tests/test_hooks.py
tests/test_integration.py
tests/test_lifecycle.py
tests/test_list_remote.py
tests/test_mounts.py
tests/test_multi_target.py
tests/test_naming.py
tests/test_native.py
tests/test_network.py
tests/test_notices.py
tests/test_relay.py
tests/test_remote.py
tests/test_repo_registry.py
tests/test_security.py
tests/test_skill.py
tests/test_target.py
tests/test_tools.py
tests/test_tunnel.py
tests/test_vscode.py