From 5a06b5779b5fd38c4015c980c21813589d8d033d Mon Sep 17 00:00:00 2001 From: jongjae Date: Thu, 4 Jun 2026 10:24:36 +0900 Subject: [PATCH] =?UTF-8?q?[2026-06-04]=20morning=20=EB=B4=87=20=EC=8B=9C?= =?UTF-8?q?=EC=9E=91=20=EC=A4=91=EB=B3=B5=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/commands/morning.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/commands/morning.md b/.claude/commands/morning.md index cfdc250..8879c7c 100644 --- a/.claude/commands/morning.md +++ b/.claude/commands/morning.md @@ -1,7 +1,7 @@ # claude_morning — 장 전 분석 오늘 날짜 기준으로 장 전 분석을 수행하고 `data/daily_context.json`을 생성한다. -07:30에 스케줄러가 자동 실행. 완료 후 /start-bot으로 봇 시작. +07:30에 스케줄러가 자동 실행. 봇 시작은 이 명령이 종료된 뒤 `scripts/run_morning.ps1`에서만 수행한다. ## 실행 순서 @@ -53,3 +53,4 @@ python app/ai/morning.py --send-discord ### 5. 완료 분석 요약을 한 줄로 출력하고 종료한다. +이 명령 안에서는 `/start-bot` 또는 `python scripts/start_bot.py`를 실행하지 않는다.