@optima-chat/dev-skills 0.7.2 → 0.7.3
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/.claude/commands/logs.md +5 -3
- package/README.md +1 -1
- package/package.json +1 -1
package/.claude/commands/logs.md
CHANGED
|
@@ -143,14 +143,16 @@ aws logs get-log-events --log-group-name /optima/prod/commerce-backend --log-str
|
|
|
143
143
|
- `user-auth` → `/optima/prod/user-auth`
|
|
144
144
|
- `mcp-host` → `/optima/prod/mcp-host`
|
|
145
145
|
- `agentic-chat` → `/optima/prod/agentic-chat`
|
|
146
|
-
- `commerce-mcp` → `/optima/prod/commerce-mcp`
|
|
147
|
-
- `comfy-mcp` → `/optima/prod/comfy-mcp`
|
|
146
|
+
- `commerce-mcp` → `/optima/prod/ec2-1az/commerce-mcp`
|
|
147
|
+
- `comfy-mcp` → `/optima/prod/ec2-1az/comfy-mcp`
|
|
148
148
|
|
|
149
149
|
**Log Stream 名称**:
|
|
150
|
-
- `backend` -
|
|
150
|
+
- `backend` - 主服务日志(核心服务和 commerce-mcp 使用)
|
|
151
151
|
- `rq-worker` - 后台任务日志
|
|
152
152
|
- `rq-scheduler` - 调度器日志
|
|
153
153
|
|
|
154
|
+
**注意**: MCP 服务(commerce-mcp、comfy-mcp 等)部署在 ec2-1az,日志路径为 `/optima/prod/ec2-1az/{service}`
|
|
155
|
+
|
|
154
156
|
## 完整示例脚本
|
|
155
157
|
|
|
156
158
|
### Stage 环境
|
package/README.md
CHANGED