[2026-05-15] claude_morning 재설계 - Claude Code headless 방식으로 변경

- morning.py: AI 분석 제거, 데이터 수집 전용으로 단순화
  (뉴스 크롤링 + KIS 수급 수집 → 파일 저장)
- main.py: morning 관련 잘못된 연결 제거
- requirements.txt: anthropic 제거 (Claude Code 자체가 AI)
- ~/.claude/commands/morning.md: /morning 슬래시 커맨드 추가

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 13:58:16 +09:00
parent d5ed9b3c48
commit f4574ce6be
3 changed files with 75 additions and 238 deletions
-1
View File
@@ -1,5 +1,4 @@
aiohttp==3.9.5
anthropic>=0.40.0
python-dotenv==1.0.1
APScheduler==3.10.4
beautifulsoup4==4.12.3