Skip to content

Commit 90278ad

Browse files
committed
Refresh LongBridgePlatform naming references
1 parent 3923bae commit 90278ad

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Important:
146146

147147
### Deployment unit and naming
148148

149-
- `QuantPlatformKit` is only a shared dependency; Cloud Run still deploys `LongBridgeQuant` itself.
150-
- Recommended Cloud Run service names: `longbridge-quant-hk` and `longbridge-quant-sg`.
149+
- `QuantPlatformKit` is only a shared dependency; Cloud Run still deploys `LongBridgePlatform` itself.
150+
- Recommended Cloud Run service names: `longbridge-quant-semiconductor-rotation-income-hk` and `longbridge-quant-semiconductor-rotation-income-sg`.
151151
- Keep using two triggers and two GitHub Environments. The split key is still `CLOUD_RUN_SERVICE + CLOUD_RUN_REGION`, and the runtime identity is now explicit through `STRATEGY_PROFILE + ACCOUNT_REGION`.
152152
- If you later rename or move this repository, rebuild the GitHub source binding in Google Cloud for both triggers instead of assuming the existing source binding will follow the rename.
153153
- For the shared deployment model and trigger migration checklist, see [`QuantPlatformKit/docs/deployment_model.md`](../QuantPlatformKit/docs/deployment_model.md).
@@ -314,8 +314,8 @@ Secret Manager 中需存在 `LONGPORT_SECRET_NAME` 指定的密钥(默认: `lo
314314

315315
### 部署单元和命名建议
316316

317-
- `QuantPlatformKit` 只是共享依赖,不单独部署;Cloud Run 继续只部署 `LongBridgeQuant`
318-
- 推荐 Cloud Run 服务名:`longbridge-quant-hk``longbridge-quant-sg`
317+
- `QuantPlatformKit` 只是共享依赖,不单独部署;Cloud Run 继续只部署 `LongBridgePlatform`
318+
- 推荐 Cloud Run 服务名:`longbridge-quant-semiconductor-rotation-income-hk``longbridge-quant-semiconductor-rotation-income-sg`
319319
- 继续保留两个 trigger 和两个 GitHub Environment,区分键始终是 `CLOUD_RUN_SERVICE + CLOUD_RUN_REGION`,运行身份再通过 `STRATEGY_PROFILE + ACCOUNT_REGION` 明确下来。
320320
- 如果后面改 GitHub 仓库名或再次迁组织,Google Cloud 里的两个 trigger 都要重新选择 GitHub 来源,不要假设旧绑定会自动跟过去。
321321
- 统一部署模型和触发器迁移清单见 [`QuantPlatformKit/docs/deployment_model.md`](../QuantPlatformKit/docs/deployment_model.md)

application/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
"""Application-layer services for LongBridgeQuant."""
1+
"""Application-layer services for LongBridgePlatform."""
22

application/rebalance_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Application orchestration for LongBridgeQuant."""
1+
"""Application orchestration for LongBridgePlatform."""
22

33
from __future__ import annotations
44

entrypoints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
"""Entrypoint helpers for LongBridgeQuant."""
1+
"""Entrypoint helpers for LongBridgePlatform."""
22

entrypoints/cloud_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Cloud Run request helpers for LongBridgeQuant."""
1+
"""Cloud Run request helpers for LongBridgePlatform."""
22

33
from __future__ import annotations
44

notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
"""Notification helpers for LongBridgeQuant."""
1+
"""Notification helpers for LongBridgePlatform."""
22

notifications/order_alerts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Order submission and status notification helpers for LongBridgeQuant."""
1+
"""Order submission and status notification helpers for LongBridgePlatform."""
22

33
from __future__ import annotations
44

notifications/telegram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Telegram notification helpers for LongBridgeQuant."""
1+
"""Telegram notification helpers for LongBridgePlatform."""
22

33
from __future__ import annotations
44

strategy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
"""Strategy-layer helpers for LongBridgeQuant."""
1+
"""Strategy-layer helpers for LongBridgePlatform."""
22

strategy/allocation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Allocation and plan helpers for LongBridgeQuant."""
1+
"""Allocation and plan helpers for LongBridgePlatform."""
22

33
from __future__ import annotations
44

0 commit comments

Comments
 (0)