docs(cloud): add deployment runbook

This commit is contained in:
2026-07-13 07:58:24 +08:00
parent 90961bd0a4
commit e28705b0f2
6 changed files with 162 additions and 1 deletions
+3
View File
@@ -28,6 +28,9 @@ def test_compose_defines_database_control_plane_and_outbound_host_agent() -> Non
assert services["host-agent"]["environment"][
"HOST_AGENT_CONTROL_PLANE_URL"
] == "http://cloud-api:8001"
assert services["host-agent"]["environment"]["AI_PLANNER_ENABLED"] == (
"${AI_PLANNER_ENABLED:-false}"
)
def test_container_uses_locked_workspace_install_and_migrations() -> None: