CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/api.md
docs/helper-packaging.md
docs/local-service.md
docs/manual-smoke.md
docs/migration-notes.md
docs/permissions.md
docs/protocol.md
docs/publishing.md
docs/quickstart.md
docs/release-checklist.md
docs/wechat-desktop-tool.md
docs/wechat-smoke.md
examples/textedit_smoke.py
scripts/dev_check.py
scripts/release_preflight.py
scripts/release_proof_bundle.py
scripts/release_tag_check.py
scripts/testpypi_install_report.py
scripts/trusted_publisher_report.py
scripts/wheel_check.py
src/macos_computer_use/__init__.py
src/macos_computer_use/__main__.py
src/macos_computer_use/cli.py
src/macos_computer_use/client.py
src/macos_computer_use/commands.py
src/macos_computer_use/errors.py
src/macos_computer_use/models.py
src/macos_computer_use/policy.py
src/macos_computer_use/py.typed
src/macos_computer_use/readiness.py
src/macos_computer_use/service.py
src/macos_computer_use.egg-info/PKG-INFO
src/macos_computer_use.egg-info/SOURCES.txt
src/macos_computer_use.egg-info/dependency_links.txt
src/macos_computer_use.egg-info/entry_points.txt
src/macos_computer_use.egg-info/requires.txt
src/macos_computer_use.egg-info/top_level.txt
src/macos_computer_use/helper/__init__.py
src/macos_computer_use/helper/discovery.py
src/macos_computer_use/helper/doctor.py
src/macos_computer_use/helper/launcher.py
src/macos_computer_use/helper/manifest.py
src/macos_computer_use/helper/template.py
src/macos_computer_use/helper/transport.py
tests/test_client.py
tests/test_dev_check.py
tests/test_helper_lifecycle.py
tests/test_models.py
tests/test_package_boundary.py
tests/test_policy.py
tests/test_project_contract.py
tests/test_protocol_run_command.py
tests/test_readiness.py
tests/test_release_preflight.py
tests/test_service.py