[2026-06-18] 스킬 파일에 git push 스텝 추가 (morning/midday/evening)

This commit is contained in:
whdwo
2026-06-18 18:06:32 +09:00
parent 200c5b4270
commit 7b205cad58
3 changed files with 26 additions and 2 deletions
+9 -1
View File
@@ -91,6 +91,14 @@ python app/ai/morning.py --print
python app/ai/morning.py --send-discord
```
### 6. 완료
### 6. Git commit & push
`data/daily_context.json`을 커밋하고 push한다:
```bash
git add data/daily_context.json
git commit -m "[YYYY-MM-DD] 장전 분석 — <한 줄 시장 요약>"
git push origin master
```
### 7. 완료
분석 요약을 한 줄로 출력하고 종료한다.
이 명령 안에서는 `/start-bot` 또는 `python scripts/start_bot.py`를 실행하지 않는다.