test(openspec): map cloud integration scenarios

This commit is contained in:
2026-07-13 08:21:44 +08:00
parent ffc3df6c5b
commit 7b717a05a9
8 changed files with 200 additions and 6 deletions
@@ -58,6 +58,8 @@ class CloudRepository(Protocol):
self,
host_id: str,
devices: list[PooledDevice],
*,
allow_device_takeover: bool = False,
) -> None: ...
def list_hosts(self) -> list[HostRegistration]: ...