LICENSE
README.md
pyproject.toml
src/workertower_client/__init__.py
src/workertower_client/__main__.py
src/workertower_client/_file_io.py
src/workertower_client/_response_validation.py
src/workertower_client/_version.py
src/workertower_client/artifact_storage.py
src/workertower_client/artifacts.py
src/workertower_client/assignment_setup.py
src/workertower_client/bindings.py
src/workertower_client/claim_cli.py
src/workertower_client/claim_recovery.py
src/workertower_client/claim_scope.py
src/workertower_client/cli.py
src/workertower_client/completion.py
src/workertower_client/completion_attention.py
src/workertower_client/completion_cli.py
src/workertower_client/completion_finalizer.py
src/workertower_client/completion_state.py
src/workertower_client/concurrency.py
src/workertower_client/config.py
src/workertower_client/config_security.py
src/workertower_client/config_sync.py
src/workertower_client/credential_lifecycle.py
src/workertower_client/credentials.py
src/workertower_client/decline.py
src/workertower_client/errors.py
src/workertower_client/git_policy.py
src/workertower_client/git_runner.py
src/workertower_client/heartbeat.py
src/workertower_client/integrity.py
src/workertower_client/keychain.py
src/workertower_client/legacy_export.py
src/workertower_client/lifecycle_cli.py
src/workertower_client/onboarding.py
src/workertower_client/onboarding_flow.py
src/workertower_client/operator_cli.py
src/workertower_client/operator_control.py
src/workertower_client/outbox.py
src/workertower_client/prerequisite_patches.py
src/workertower_client/protocol.py
src/workertower_client/reconcile.py
src/workertower_client/recovery.py
src/workertower_client/repository_heads.py
src/workertower_client/repository_inventory.py
src/workertower_client/run_status.py
src/workertower_client/runtime_state.py
src/workertower_client/status.py
src/workertower_client/store.py
src/workertower_client/store_errors.py
src/workertower_client/store_sessions.py
src/workertower_client/store_support.py
src/workertower_client/strict_json.py
src/workertower_client/task_patch.py
src/workertower_client/uninstall.py
src/workertower_client/user_presence.py
src/workertower_client/workspace.py
src/workertower_client.egg-info/PKG-INFO
src/workertower_client.egg-info/SOURCES.txt
src/workertower_client.egg-info/dependency_links.txt
src/workertower_client.egg-info/entry_points.txt
src/workertower_client.egg-info/requires.txt
src/workertower_client.egg-info/top_level.txt
src/workertower_client/adapters/__init__.py
src/workertower_client/adapters/base.py
src/workertower_client/adapters/codex.py
src/workertower_client/adapters/generic_cli.py
tests/test_adapters_cli.py
tests/test_artifacts.py
tests/test_bindings.py
tests/test_claim_concurrency.py
tests/test_claim_crash_recovery.py
tests/test_claim_lock.py
tests/test_claim_scope.py
tests/test_completion.py
tests/test_concurrency.py
tests/test_config_contracts.py
tests/test_config_credentials.py
tests/test_config_sync.py
tests/test_credential_lifecycle.py
tests/test_decline.py
tests/test_error_exit_codes.py
tests/test_file_io.py
tests/test_git_policy.py
tests/test_git_runner.py
tests/test_integrity.py
tests/test_legacy_export.py
tests/test_onboarding.py
tests/test_operator_control.py
tests/test_prerequisite_patches.py
tests/test_protocol.py
tests/test_protocol_contracts.py
tests/test_recovery.py
tests/test_reliability.py
tests/test_repository_heads.py
tests/test_repository_inventory.py
tests/test_runtime_stabilization.py
tests/test_storage_security.py
tests/test_store.py
tests/test_strict_json.py
tests/test_uninstall.py
tests/test_user_presence.py
tests/test_workspace.py
tests/test_workspace_preservation.py