@lark-apaas/openclaw-scripts-diagnose-cli 0.1.1-alpha.3 → 0.1.1-alpha.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -118,4 +118,10 @@ npm test
118
118
 
119
119
  # 集成测试(需要 Docker)
120
120
  npm run test:integration
121
- ```
121
+ ```
122
+
123
+ ## 调试
124
+
125
+ 三档调试链路(本地 Docker → 热部署 → alpha+TCC)及热部署脚本 `scripts/deploy-to-sandbox.sh` 用法详见 [`docs/debugging.md`](./docs/debugging.md)。
126
+
127
+ BOE 联调环境、TCC 运维、日志检索详见 `sandbox_console/docs/openclaw-diagnose-operations.md`。