LICENSE
README.md
pyproject.toml
src/wcp.egg-info/PKG-INFO
src/wcp.egg-info/SOURCES.txt
src/wcp.egg-info/dependency_links.txt
src/wcp.egg-info/entry_points.txt
src/wcp.egg-info/requires.txt
src/wcp.egg-info/top_level.txt
src/wcpd/__init__.py
src/wcpd/cli.py
src/wcpd/config.py
src/wcpd/export.py
src/wcpd/resolution.py
src/wcpd/server.py
src/wcpd/adapters/__init__.py
src/wcpd/adapters/_proc.py
src/wcpd/adapters/catalog.py
src/wcpd/adapters/ocr.py
src/wcpd/adapters/select.py
src/wcpd/adapters/system.py
src/wcpd/adapters/ai/__init__.py
src/wcpd/adapters/ai/memory.py
src/wcpd/adapters/ai/store.py
src/wcpd/adapters/browser/__init__.py
src/wcpd/adapters/browser/cdp.py
src/wcpd/adapters/browser/port.py
src/wcpd/adapters/container/__init__.py
src/wcpd/adapters/events/__init__.py
src/wcpd/adapters/events/manager.py
src/wcpd/adapters/families/__init__.py
src/wcpd/adapters/families/accessibility.py
src/wcpd/adapters/families/ai.py
src/wcpd/adapters/families/apps.py
src/wcpd/adapters/families/audio.py
src/wcpd/adapters/families/browser.py
src/wcpd/adapters/families/camera.py
src/wcpd/adapters/families/clipboard.py
src/wcpd/adapters/families/display.py
src/wcpd/adapters/families/events.py
src/wcpd/adapters/families/goal.py
src/wcpd/adapters/families/graph.py
src/wcpd/adapters/families/hardware.py
src/wcpd/adapters/families/host.py
src/wcpd/adapters/families/identity.py
src/wcpd/adapters/families/input.py
src/wcpd/adapters/families/net.py
src/wcpd/adapters/families/osa.py
src/wcpd/adapters/families/packages.py
src/wcpd/adapters/families/process.py
src/wcpd/adapters/families/scheduler.py
src/wcpd/adapters/families/screen.py
src/wcpd/adapters/families/search.py
src/wcpd/adapters/families/security.py
src/wcpd/adapters/families/services.py
src/wcpd/adapters/families/storage.py
src/wcpd/adapters/families/timeline.py
src/wcpd/adapters/families/window.py
src/wcpd/adapters/families/workspace.py
src/wcpd/adapters/goal/__init__.py
src/wcpd/adapters/goal/store.py
src/wcpd/adapters/graph/__init__.py
src/wcpd/adapters/graph/model.py
src/wcpd/adapters/graph/store.py
src/wcpd/adapters/linux/__init__.py
src/wcpd/adapters/linux/apps.py
src/wcpd/adapters/linux/audio.py
src/wcpd/adapters/linux/ax.py
src/wcpd/adapters/linux/camera.py
src/wcpd/adapters/linux/clipboard.py
src/wcpd/adapters/linux/desktop.py
src/wcpd/adapters/linux/display.py
src/wcpd/adapters/linux/hardware.py
src/wcpd/adapters/linux/host.py
src/wcpd/adapters/linux/identity.py
src/wcpd/adapters/linux/net.py
src/wcpd/adapters/linux/packages.py
src/wcpd/adapters/linux/process.py
src/wcpd/adapters/linux/scheduler.py
src/wcpd/adapters/linux/search.py
src/wcpd/adapters/linux/security.py
src/wcpd/adapters/linux/services.py
src/wcpd/adapters/linux/storage.py
src/wcpd/adapters/macos/__init__.py
src/wcpd/adapters/macos/apps.py
src/wcpd/adapters/macos/audio.py
src/wcpd/adapters/macos/ax.py
src/wcpd/adapters/macos/camera.py
src/wcpd/adapters/macos/clipboard.py
src/wcpd/adapters/macos/desktop.py
src/wcpd/adapters/macos/display.py
src/wcpd/adapters/macos/hardware.py
src/wcpd/adapters/macos/host.py
src/wcpd/adapters/macos/identity.py
src/wcpd/adapters/macos/net.py
src/wcpd/adapters/macos/osa.py
src/wcpd/adapters/macos/packages.py
src/wcpd/adapters/macos/process.py
src/wcpd/adapters/macos/scheduler.py
src/wcpd/adapters/macos/search.py
src/wcpd/adapters/macos/security.py
src/wcpd/adapters/macos/services.py
src/wcpd/adapters/macos/storage.py
src/wcpd/adapters/portable/__init__.py
src/wcpd/adapters/portable/container.py
src/wcpd/adapters/portable/fs.py
src/wcpd/adapters/portable/git.py
src/wcpd/adapters/portable/k8s.py
src/wcpd/adapters/portable/vm.py
src/wcpd/adapters/posix/__init__.py
src/wcpd/adapters/posix/exec.py
src/wcpd/adapters/timeline/__init__.py
src/wcpd/adapters/timeline/store.py
src/wcpd/adapters/windows/__init__.py
src/wcpd/adapters/windows/_win32.py
src/wcpd/adapters/windows/apps.py
src/wcpd/adapters/windows/audio.py
src/wcpd/adapters/windows/ax.py
src/wcpd/adapters/windows/camera.py
src/wcpd/adapters/windows/clipboard.py
src/wcpd/adapters/windows/desktop.py
src/wcpd/adapters/windows/display.py
src/wcpd/adapters/windows/exec.py
src/wcpd/adapters/windows/hardware.py
src/wcpd/adapters/windows/host.py
src/wcpd/adapters/windows/identity.py
src/wcpd/adapters/windows/net.py
src/wcpd/adapters/windows/packages.py
src/wcpd/adapters/windows/process.py
src/wcpd/adapters/windows/scheduler.py
src/wcpd/adapters/windows/screen.py
src/wcpd/adapters/windows/search.py
src/wcpd/adapters/windows/security.py
src/wcpd/adapters/windows/services.py
src/wcpd/adapters/windows/storage.py
src/wcpd/adapters/workspace/__init__.py
src/wcpd/adapters/workspace/store.py
src/wcpd/bindings/__init__.py
src/wcpd/bindings/mcp_binding.py
src/wcpd/bindings/stdio_binding.py
src/wcpd/core/__init__.py
src/wcpd/core/errors.py
src/wcpd/core/manifest.py
src/wcpd/core/model.py
src/wcpd/core/platform.py
src/wcpd/core/registry.py
src/wcpd/ports/__init__.py
src/wcpd/ports/ai.py
src/wcpd/ports/apps.py
src/wcpd/ports/audio.py
src/wcpd/ports/ax.py
src/wcpd/ports/browser.py
src/wcpd/ports/camera.py
src/wcpd/ports/clipboard.py
src/wcpd/ports/container.py
src/wcpd/ports/display.py
src/wcpd/ports/events.py
src/wcpd/ports/git.py
src/wcpd/ports/goal.py
src/wcpd/ports/graph.py
src/wcpd/ports/hardware.py
src/wcpd/ports/host.py
src/wcpd/ports/identity.py
src/wcpd/ports/input.py
src/wcpd/ports/k8s.py
src/wcpd/ports/net.py
src/wcpd/ports/osa.py
src/wcpd/ports/packages.py
src/wcpd/ports/process.py
src/wcpd/ports/scheduler.py
src/wcpd/ports/screen.py
src/wcpd/ports/search.py
src/wcpd/ports/security.py
src/wcpd/ports/services.py
src/wcpd/ports/storage.py
src/wcpd/ports/timeline.py
src/wcpd/ports/vm.py
src/wcpd/ports/window.py
src/wcpd/ports/workspace.py
src/wcpd/security/__init__.py
src/wcpd/security/audit.py
src/wcpd/security/auth.py
src/wcpd/security/scopes.py
src/wcpd/tools/__init__.py
src/wcpd/tools/filesystem.py
src/wcpd/tools/util.py
tests/test_ai_family.py
tests/test_audio_family.py
tests/test_ax_family.py
tests/test_ax_linux_adapter.py
tests/test_ax_windows_adapter.py
tests/test_browser_family.py
tests/test_camera_family.py
tests/test_catalog.py
tests/test_cdp.py
tests/test_cli.py
tests/test_container_family.py
tests/test_container_profile.py
tests/test_desktop_families.py
tests/test_display_family.py
tests/test_errors.py
tests/test_events_family.py
tests/test_exec_family.py
tests/test_family_registrars.py
tests/test_fs_family.py
tests/test_git_family.py
tests/test_goal_family.py
tests/test_graph_family.py
tests/test_hardware_family.py
tests/test_host_family.py
tests/test_identity_family.py
tests/test_k8s_family.py
tests/test_linux_apps_clipboard.py
tests/test_linux_desktop.py
tests/test_linux_syscontrol_adapters.py
tests/test_macos_apps_clipboard.py
tests/test_macos_desktop.py
tests/test_manifest.py
tests/test_markers.py
tests/test_mcp_binding.py
tests/test_net_family.py
tests/test_ocr.py
tests/test_osa_family.py
tests/test_packages_family.py
tests/test_ports.py
tests/test_process_family.py
tests/test_registry.py
tests/test_scheduler_family.py
tests/test_scheduler_linux_windows_adapters.py
tests/test_schema_export.py
tests/test_search_family.py
tests/test_security.py
tests/test_security_family.py
tests/test_selection.py
tests/test_services_family.py
tests/test_stdio_binding.py
tests/test_storage_family.py
tests/test_system_family.py
tests/test_timeline_family.py
tests/test_tools.py
tests/test_vm_family.py
tests/test_windows_adapter.py
tests/test_windows_syscontrol_adapters.py
tests/test_workspace_family.py