CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
README.zh.md
pyproject.toml
setup.py
cc_branch/__init__.py
cc_branch/__main__.py
cc_branch/agents.yaml
cc_branch/backends.py
cc_branch/constants.py
cc_branch/context.py
cc_branch/desktop_backend.py
cc_branch/exceptions.py
cc_branch/opener_registry.py
cc_branch/runtime_capabilities.py
cc_branch/runtime_sync.py
cc_branch/schema.py
cc_branch/sessions.py
cc_branch/shells.py
cc_branch/state.py
cc_branch/targets.py
cc_branch/templates.py
cc_branch/text.py
cc_branch.egg-info/PKG-INFO
cc_branch.egg-info/SOURCES.txt
cc_branch.egg-info/dependency_links.txt
cc_branch.egg-info/entry_points.txt
cc_branch.egg-info/requires.txt
cc_branch.egg-info/top_level.txt
cc_branch/adapters/__init__.py
cc_branch/adapters/base.py
cc_branch/adapters/none.py
cc_branch/adapters/resume.py
cc_branch/adapters/selection.py
cc_branch/agent_registry/__init__.py
cc_branch/agent_registry/builtins.py
cc_branch/agent_registry/io.py
cc_branch/agent_registry/loader.py
cc_branch/agent_registry/models.py
cc_branch/agent_registry/paths.py
cc_branch/app_state/__init__.py
cc_branch/app_state/paths.py
cc_branch/app_state/project_index.py
cc_branch/application/__init__.py
cc_branch/application/agent_sessions.py
cc_branch/application/diagnostics.py
cc_branch/application/global_agents.py
cc_branch/application/global_openers.py
cc_branch/application/remote_directory.py
cc_branch/application/results.py
cc_branch/application/runtime_environment.py
cc_branch/application/session_binding.py
cc_branch/application/ssh_config.py
cc_branch/application/state_store.py
cc_branch/application/system_paths.py
cc_branch/application/workspace_status.py
cc_branch/application/config_validation/__init__.py
cc_branch/application/config_validation/collector.py
cc_branch/application/config_validation/constants.py
cc_branch/application/config_validation/issues.py
cc_branch/application/config_validation/sections.py
cc_branch/application/config_validation/validators.py
cc_branch/application/config_workflows/__init__.py
cc_branch/application/config_workflows/initialization.py
cc_branch/application/config_workflows/manage.py
cc_branch/application/config_workflows/options.py
cc_branch/application/config_workflows/read.py
cc_branch/application/config_workflows/save.py
cc_branch/application/config_workflows/versioning.py
cc_branch/application/config_workflows/window_state.py
cc_branch/application/workspace_actions/__init__.py
cc_branch/application/workspace_actions/command_specs.py
cc_branch/application/workspace_actions/dependencies.py
cc_branch/application/workspace_actions/executor.py
cc_branch/application/workspace_actions/lifecycle.py
cc_branch/application/workspace_actions/open.py
cc_branch/application/workspace_actions/persistence.py
cc_branch/application/workspace_actions/sync.py
cc_branch/application/workspace_actions/targets.py
cc_branch/bootstrap/__init__.py
cc_branch/bootstrap/environment.py
cc_branch/bootstrap/files.py
cc_branch/bootstrap/generation.py
cc_branch/bootstrap/models.py
cc_branch/bootstrap/sessions.py
cc_branch/cli/__init__.py
cc_branch/cli/constants.py
cc_branch/cli/dispatch.py
cc_branch/cli/errors.py
cc_branch/cli/help.py
cc_branch/cli/output.py
cc_branch/cli/parser.py
cc_branch/cli/targets.py
cc_branch/cli/commands/__init__.py
cc_branch/cli/commands/doctor.py
cc_branch/cli/commands/init.py
cc_branch/cli/commands/open.py
cc_branch/cli/commands/serve.py
cc_branch/cli/commands/service.py
cc_branch/cli/commands/sessions.py
cc_branch/cli/commands/sync.py
cc_branch/cli/commands/workspace.py
cc_branch/config/__init__.py
cc_branch/config/initialization.py
cc_branch/config/loading.py
cc_branch/config/normalization.py
cc_branch/config/paths.py
cc_branch/doctor/__init__.py
cc_branch/doctor/autofix.py
cc_branch/doctor/checks.py
cc_branch/doctor/messages.py
cc_branch/doctor/rendering.py
cc_branch/models/__init__.py
cc_branch/models/agents.py
cc_branch/models/common.py
cc_branch/models/config.py
cc_branch/models/diagnostics.py
cc_branch/models/openers.py
cc_branch/models/plan.py
cc_branch/models/state.py
cc_branch/openers/__init__.py
cc_branch/openers/commands.py
cc_branch/openers/dispatcher.py
cc_branch/openers/editors.py
cc_branch/openers/platform.py
cc_branch/openers/registry.py
cc_branch/openers/terminal.py
cc_branch/openers/types.py
cc_branch/openers/warp.py
cc_branch/planner/__init__.py
cc_branch/planner/commands.py
cc_branch/planner/naming.py
cc_branch/planner/paths.py
cc_branch/planner/remote.py
cc_branch/planner/slots.py
cc_branch/planner/workspace.py
cc_branch/profiles/__init__.py
cc_branch/profiles/definitions.py
cc_branch/profiles/queries.py
cc_branch/profiles/rendering.py
cc_branch/repository/__init__.py
cc_branch/repository/codec.py
cc_branch/repository/state_repository.py
cc_branch/repository/validation.py
cc_branch/runtime/__init__.py
cc_branch/runtime/backends.py
cc_branch/runtime/capabilities.py
cc_branch/runtime/executables.py
cc_branch/runtime/sessions.py
cc_branch/runtime/shells.py
cc_branch/runtime/execution/__init__.py
cc_branch/runtime/execution/backend_ops.py
cc_branch/runtime/execution/dashboard.py
cc_branch/runtime/execution/lifecycle.py
cc_branch/runtime/execution/status.py
cc_branch/runtime/execution/targets.py
cc_branch/runtime/execution/windows.py
cc_branch/runtime/sync/__init__.py
cc_branch/runtime/sync/fingerprints.py
cc_branch/runtime/sync/inspection.py
cc_branch/runtime/sync/models.py
cc_branch/runtime/sync/report.py
cc_branch/runtime/sync/state.py
cc_branch/runtime/sync/targets.py
cc_branch/webui/__init__.py
cc_branch/webui/server/__init__.py
cc_branch/webui/server/api.py
cc_branch/webui/server/auth.py
cc_branch/webui/server/directory_picker.py
cc_branch/webui/server/handler.py
cc_branch/webui/server/runtime.py
cc_branch/webui/server/static.py
cc_branch/webui/server/terminal.py
cc_branch/webui/static/__init__.py
cc_branch/webui/static/apple-touch-icon.png
cc_branch/webui/static/dashboard-header-candidates.html
cc_branch/webui/static/favicon.png
cc_branch/webui/static/favicon.svg
cc_branch/webui/static/icon-512.png
cc_branch/webui/static/icons.svg
cc_branch/webui/static/index.html
cc_branch/webui/static/assets/AddProjectModal-C9yOYdEx.js
cc_branch/webui/static/assets/ConfigEditor-DwyPwU_V.js
cc_branch/webui/static/assets/DoctorView-m5Ap2IAU.js
cc_branch/webui/static/assets/FormPrimitives-BhcDoq8V.js
cc_branch/webui/static/assets/SettingsModal-BYnkuur2.js
cc_branch/webui/static/assets/Toast-BpHysCOE.js
cc_branch/webui/static/assets/app-DDz2917G.js
cc_branch/webui/static/assets/configIssues-C47Cc0oD.js
cc_branch/webui/static/assets/core-Cv_ktERL.js
cc_branch/webui/static/assets/cursor-BM_3k4Y4.svg
cc_branch/webui/static/assets/dist-js-DWgoLVDI.js
cc_branch/webui/static/assets/dist-js-DaxDCY-s.js
cc_branch/webui/static/assets/folder-open-DrUPcoOW.js
cc_branch/webui/static/assets/gemini-BYkEpiWr.svg
cc_branch/webui/static/assets/index-BHz-w9HH.js
cc_branch/webui/static/assets/index-DQT0CXzC.css
cc_branch/webui/static/assets/laptop-du0dDZP3.js
cc_branch/webui/static/assets/rolldown-runtime-S-ySWqyJ.js
cc_branch/webui/static/assets/warp-Cohf40FX.png
docs/README.md
docs/architecture.md
docs/contributing.md
docs/features.md
docs/getting-started.md
docs/install-troubleshooting.md
docs/publishing.md
docs/quickstart.md
docs/ssh-remote-workspaces.md
docs/uninstall-cleanup.md
docs/user-guide.md
docs/webui-spec.md
docs/workspace-terminology.zh.md
examples/agent-branch.yaml
examples/scenario-long-term.yaml
examples/scenario-multi-project.yaml
examples/scenario-solo-dev.yaml
examples/scenario-ssh-remote.yaml
packaging/desktop/cc_branch_backend.py
packaging/homebrew/README.md
packaging/homebrew/Formula/cc-branch.rb.template
packaging/npm/README.md
tests/test_agent_sessions.py
tests/test_app_state.py
tests/test_application_architecture.py
tests/test_bootstrap.py
tests/test_cli.py
tests/test_config.py
tests/test_context.py
tests/test_desktop_backend.py
tests/test_desktop_sidecar_build.py
tests/test_desktop_tauri_config.py
tests/test_diagnostic_bundle.py
tests/test_doctor.py
tests/test_global_agents.py
tests/test_global_openers.py
tests/test_openers.py
tests/test_planner.py
tests/test_preflight_desktop_release.py
tests/test_release_canary.py
tests/test_release_version.py
tests/test_remote_directory.py
tests/test_render_desktop_release_notes.py
tests/test_runtime_backends.py
tests/test_runtime_executables.py
tests/test_schema.py
tests/test_session_binding.py
tests/test_smoke_test_backend_sidecar.py
tests/test_smoke_test_desktop_app.py
tests/test_ssh_config.py
tests/test_state.py
tests/test_system_paths.py
tests/test_templates.py
tests/test_verify_desktop_installers.py
tests/test_verify_github_release.py
tests/test_verify_macos_dmg.py
tests/test_web_vitest_config.py
tests/test_webui.py
tests/test_workspace.py