From c4b2fffeb4a9ec40e393a0c6a149601933fd3af7 Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 2 Jul 2026 20:09:07 +0900 Subject: [PATCH] =?UTF-8?q?docs(CLAUDE.md):=20=EC=8B=A4=EC=8B=9C=EA=B0=84?= =?UTF-8?q?=20=EB=A7=A4=EB=A7=A4=20=EC=95=8C=EB=9E=8C=20=EC=97=94=EB=93=9C?= =?UTF-8?q?=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EC=B9=B4=ED=83=88=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=20=EB=93=B1=EC=9E=AC=20(stock=20watchlist/webai=20+?= =?UTF-8?q?=20agent-office=20notify/=EB=B4=87=EB=AA=85=EB=A0=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 8bbca22..a202125 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -246,6 +246,10 @@ docker compose up -d | GET | `/api/portfolio/snapshot/history` | 스냅샷 이력 (`days`) | | GET/POST | `/api/portfolio/sell-history` | 매도 내역 조회/저장 | | PUT/DELETE | `/api/portfolio/sell-history/{id}` | 매도 기록 수정/삭제 | +| GET/POST/DELETE | `/api/stock/watchlist` (+ `/{ticker}`) | 실시간 매수 알람 관심종목 CRUD | +| GET | `/api/stock/trade-alerts` | 매매 알람 이력 (`days`) | +| GET | `/api/webai/trade-alert/monitor-set` | (워커) 감시대상 조립 = watchlist∪screener∪보유 + session/params (X-WebAI-Key) | +| POST | `/api/webai/trade-alert/report` | (워커) 발화집합 수신 → edge diff → 신규만 텔레그램 push (X-WebAI-Key) | ### music-lab (music-lab/) 듀얼 프로바이더 음악 생성(Suno + MusicGen) + YouTube 영상 자동화 파이프라인 + 시장 트렌드. @@ -369,6 +373,7 @@ AI 에이전트 가상 오피스 — 기존 서비스 API를 프록시로 호출 | POST/GET | `/api/agent-office/youtube/research` (+ `/status`) | YouTube 트렌드 수집 트리거/상태 | | GET | `/api/agent-office/lotto/signals`, `/lotto/baselines` | 로또 시그널 이력·baseline | | POST | `/api/agent-office/lotto/signal-check` | 로또 시그널 평가 트리거 (light/sim/deep) | +| POST | `/api/agent-office/stock/trade-alert` | stock에서 push된 매매 알람 → 텔레그램(너+아내). 봇 명령 `/watch`·`/unwatch`·`/watchlist`로 watchlist 관리 | ### tarot-lab (tarot-lab/) 타로 카드 해석 (Claude Sonnet, agent-office에서 2026-05-25 독립).