LICENSE
README.md
pyproject.toml
dosync/__init__.py
dosync/audit_backup.py
dosync/auth.py
dosync/auth_fastapi.py
dosync/cert_signing.py
dosync/certify.py
dosync/cli.py
dosync/composite_operations.py
dosync/config_reference.py
dosync/dashboard.html
dosync/db.py
dosync/declarative.py
dosync/device_arbiter.py
dosync/discovery.py
dosync/ed25519_pure.py
dosync/executor.py
dosync/geo.py
dosync/hub.py
dosync/hub_monitor.py
dosync/lightweight.py
dosync/manage.py
dosync/mcp_server.py
dosync/metrics.py
dosync/models.py
dosync/operation_guards.py
dosync/operation_supervisor.py
dosync/operations.py
dosync/plugins.py
dosync/policies.py
dosync/policy_config.py
dosync/py.typed
dosync/reconciler.py
dosync/route_composer.py
dosync/security.py
dosync/server.py
dosync/spec_coverage.py
dosync/validation.py
dosync.egg-info/PKG-INFO
dosync.egg-info/SOURCES.txt
dosync.egg-info/dependency_links.txt
dosync.egg-info/entry_points.txt
dosync.egg-info/requires.txt
dosync.egg-info/top_level.txt
dosync/adapters/__init__.py
dosync/adapters/ble.py
dosync/adapters/declarative.py
dosync/adapters/homeassistant.py
dosync/adapters/matter.py
dosync/adapters/mavlink.py
dosync/adapters/mqtt.py
dosync/adapters/notifications.py
dosync/adapters/shelly.py
dosync/adapters/wiz.py
dosync/examples/__init__.py
dosync/examples/declarative/3d-printer.yaml
dosync/examples/declarative/air-conditioner.yaml
dosync/examples/declarative/building-lighting.json
dosync/examples/declarative/industrial-conveyor.yaml
dosync/examples/declarative/light-generic.yaml
dosync/examples/declarative/television.yaml
tests/test_adapters.py
tests/test_audit_archive.py
tests/test_audit_backup.py
tests/test_audit_chain_integrity.py
tests/test_audit_provenance.py
tests/test_auth.py
tests/test_ble_adapter.py
tests/test_certification_honesty.py
tests/test_claim_state_machine.py
tests/test_composite_operations.py
tests/test_composite_orchestration.py
tests/test_composition_kind_db.py
tests/test_composition_kind_endpoint.py
tests/test_composition_routing.py
tests/test_db.py
tests/test_declarative_adapters.py
tests/test_declarative_quarantine.py
tests/test_deployment_env_contract.py
tests/test_device_health.py
tests/test_device_heartbeat.py
tests/test_direct_action_governance.py
tests/test_discovery_adoption.py
tests/test_drone_policies.py
tests/test_ed25519_pure.py
tests/test_emergency_preemption.py
tests/test_event_loop_migration.py
tests/test_explain_consistency.py
tests/test_geo.py
tests/test_ha_bridge_hygiene.py
tests/test_hub_monitor.py
tests/test_idempotency.py
tests/test_independent_observation.py
tests/test_integration_suite.py
tests/test_lightweight_heartbeat.py
tests/test_mavlink_adapter.py
tests/test_mavlink_channels.py
tests/test_mavlink_listener.py
tests/test_mavlink_return_home.py
tests/test_mavlink_single_reader.py
tests/test_mavlink_telemetry_closure.py
tests/test_mcp_dynamic_intents.py
tests/test_mcp_partial_progress.py
tests/test_metrics.py
tests/test_models.py
tests/test_multihub_endpoints.py
tests/test_operation_guards.py
tests/test_operation_supervisor.py
tests/test_operations.py
tests/test_operations_endpoints.py
tests/test_operations_persistence.py
tests/test_operations_wiring.py
tests/test_panel_polish_2026_07_21.py
tests/test_policies.py
tests/test_policy_config.py
tests/test_pushed_verification.py
tests/test_reachability_cause.py
tests/test_recall_benchmark_postpolicy.py
tests/test_reconciler.py
tests/test_resolution_wiring.py
tests/test_resolver_scoring.py
tests/test_resolver_semantics.py
tests/test_route_composer.py
tests/test_sensor_kind.py
tests/test_server.py
tests/test_telemetry_bridge.py
tests/test_third_party_adapters.py
tests/test_validation.py
tests/test_validation_integration.py
tests/test_wiring_audit.py