789785fe3a
feat(stock): compute_and_store + build_holdings_brief
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 22:11:45 +09:00
c3a3055060
test(stock): Phase 3 커버리지 보강 (volume Z경로·외인매도·severity경계·빈포트)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 22:09:05 +09:00
3056e8d35f
feat(stock): portfolio_health (집중도·현금·손익)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 22:03:21 +09:00
4ed3794f71
feat(stock): news_issues (감성 기반 악재 flag)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 22:02:45 +09:00
241c24943f
feat(stock): market_events (급변·거래량Z·외인순매도)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 22:02:10 +09:00
c756b20c77
fix(stock): Phase 2 결정엔진 견고화 (빈노드 제외·cur=0 손절·params기본값·NaN MA·테스트)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 22:00:02 +09:00
fba6dbf1fd
feat(stock): decide_action 매트릭스 (sell>trim>add>hold)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 21:48:52 +09:00
b13c088739
feat(stock): exit_rules (손절·MA이탈·익절·클라이맥스)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 21:48:37 +09:00
116b2540c2
feat(stock): technical_posture (스크리너 노드 보유종목 적용)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 21:48:01 +09:00
62169ad33f
refactor(stock): Phase 1 리뷰 반영 (public get_krx_tickers·타입·limit명명·테스트)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 21:45:19 +09:00
0ef7d414b7
feat(stock): get_holdings (현재가·손익·KRX판별)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 21:37:01 +09:00
885d52d8f5
feat(stock): holdings_signals 테이블 + CRUD
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 21:36:27 +09:00
e3088f7cc6
docs(plan): 주식 보유종목 인텔리전스 구현 plan (7 Phase, TDD)
...
Phase 1 데이터모델+get_holdings → 2 기술분석·매도룰·decide_action →
3 이슈(market_events·news·portfolio_health) → 4 compute+brief+API →
5 agent-office EOD·아침브리핑 → 6 web-ui 탭 → 7 검증. 장중 가드는 후속.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 21:33:55 +09:00
2996cf16d1
docs(spec): 주식 보유종목 인텔리전스 설계
...
스크리너 엔진을 보유종목에 restrict 적용 + 신규 매도/리스크 룰 +
이슈 감지(급변·거래량·외인·뉴스 LLM) + 포트 건강 → 매일 advisory 브리핑.
EOD 일봉 + 장중 경량 가드, KIS 실주문 미사용. 기존 screener/snapshot/
news_sentiment/portfolio 재활용, 신규 데이터소스 0.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 21:25:21 +09:00
03ee5ce147
merge: 로또 자가학습 백테스트 & 캘리브레이션 (Phase 1-5)
...
forward 가상구매(6 engine_w + 6 random_null + coverage) + winner 캘리브레이션
+ evolver lift 학습신호(best-vs-best, ε게이팅) + 일요 회고 텔레그램.
null-model 베이스라인으로 무작위 대비 우위를 정직하게 측정.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 21:04:40 +09:00
11212c4afd
fix(agent-office): 일요 회고 견고화 (dead import 제거·send 가드·부분 payload 방어)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 18:02:01 +09:00
1b8548a73f
feat(agent-office): LottoAgent 일 09:00 sunday_review cron
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:53:01 +09:00
c4ba7e81e6
feat(agent-office): 일요 회고 텔레그램 포매터
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:51:34 +09:00
e8270c5a63
feat(agent-office): lotto backtest review/run-forward 프록시
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:51:29 +09:00
4063f29cd3
fix(lotto): 학습 게이트 정직화 (engine-best vs random-best 6trial·명시적 gated·정체성 일관)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:47:52 +09:00
03056a4747
feat(lotto): evaluate_weekly 학습 신호를 forward lift로 승격
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:33:27 +09:00
8e7b4adabd
feat(lotto): select_winner_by_lift + ε-게이팅
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:32:37 +09:00
add433233a
fix(lotto): Phase 3 리뷰 반영 (run-forward 백그라운드·review 404·track_record distinct·테스트 보강)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:30:10 +09:00
74f385c7bd
feat(lotto): 새 회차 동기화 시 forward+calibration 자동 실행
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:20:59 +09:00
3bc4f423db
feat(lotto): backtest API 라우터 + main 등록
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:20:32 +09:00
a425bb8809
feat(lotto): track_record + build_review_payload 집계
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:19:05 +09:00
850638ae58
fix(lotto): Phase 2 리뷰 반영 (engine_w 회차주 기준·누출제거·N+1제거·테스트 보강)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:17:09 +09:00
94a94e260c
feat(lotto): run_forward_purchase 3전략 구매·채점·저장
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:07:26 +09:00
c196da4902
feat(lotto): calibrate_winner + backfill (멱등·청크)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:06:00 +09:00
aaba4fbc46
feat(lotto): calibrate_winner_compute 당첨조합 역분석+percentile
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:05:06 +09:00
9f897ea4a0
feat(lotto): point_in_time_draws 헬퍼
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:04:35 +09:00
77efa9b653
refactor(lotto): Phase 1 코드리뷰 반영 (로컬 RNG·write-once·가드·테스트 보강)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 17:02:16 +09:00
8dbb1abaeb
feat(lotto): 티켓 생성 3전략 (engine_w/random_null/coverage)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 16:50:28 +09:00
41ad56e3ef
feat(lotto): grade_tickets 매칭 채점 + 등수 매핑
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 16:49:49 +09:00
bb0e771a4a
feat(lotto): backtest_runs/winner_calibration 테이블 + CRUD
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 16:49:03 +09:00
160fc27279
docs(plan): 로또 자가학습 백테스트 구현 plan (7 Phase, TDD)
...
Phase 1 데이터모델+구매/채점 → 2 캘리브레이션+forward+백필 →
3 API+스케줄러 → 4 evolver lift 학습신호 → 5 agent-office 일요회고 →
6 web-ui 자율학습 탭 → 7 통합검증. 각 task TDD bite-sized + 멱등.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 16:44:21 +09:00
f3f6cccd33
docs(spec): 로또 자가학습 백테스트 & 캘리브레이션 설계
...
3종 스마트 에이전트 고도화 중 로또 1번. forward 가상구매(수천 장/회차)
+ winner 캘리브레이션(역대 백필) + 일요 회고 브리핑 + weight_evolver
학습 신호 강화(W-무관 결함 수정). null-model 베이스라인 내장으로
무작위 대비 우위를 정직하게 측정. NAS-first, Windows WSL 이전 가능 설계.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-05-31 16:37:25 +09:00
2bfbd1dd93
feat(P3): 5개 서비스 비즈니스 이벤트 logger.info 보강
2026-05-28 22:38:43 +09:00
c5c260aefc
feat(agent-office/scheduler): 매일 03:00 agent_logs 90일 retention cleanup
2026-05-28 08:39:33 +09:00
378f5210d4
feat(P2): stock/music-lab/insta-lab/realestate-lab access_log 적용 + AGENT_CONTAINER_MAP 4개 매핑
2026-05-28 08:38:36 +09:00
cfbb3c24b8
fix(lotto): _shared mount target 을 패키지 경로로 변경
...
마운트 `${RUNTIME_PATH}/_shared:/shared:ro` 가 컨테이너 안에서
`/shared/access_log.py` 만 노출하여 PYTHONPATH=/shared 에서 `from _shared.access_log import ...` 패키지 import 실패 (ModuleNotFoundError: No module named '_shared'). mount target 을 `/shared/_shared` 로 변경하여 `/shared/_shared/__init__.py` 가 패키지로 인식되게 함.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-28 08:29:03 +09:00
c7214b8896
fix(deploy): _shared 마운트 NAS 배포 실패 fix
...
deployer 컨테이너 안에서 docker compose 가 실행될 때 './_shared' 상대
경로가 deployer 내부 path '/runtime/_shared' 로 resolve 되어 host docker
daemon 이 mount source 를 찾지 못하는 문제. 추가로 deploy-nas.sh 의 SERVICES
화이트리스트에 _shared 미등재라 rsync sync 자체에서 빠져 host 에 디렉토리
가 생성되지 않음.
- scripts/deploy-nas.sh: SERVICES 에 _shared 추가
- docker-compose.yml: lotto volume 을 ./_shared → \${RUNTIME_PATH}/_shared 로 변경
- docs/superpowers/plans/...: Phase 2 task 11-14 의 docker-compose 패턴
동일 적용 (replace_all)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-28 05:09:17 +09:00
4224333219
refactor(agent-office/base): transition의 State 자동 로그 제거
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-28 02:47:41 +09:00
5613497367
feat(agent-office): /agents/{id}/logs 엔드포인트가 service /logs/recent 와 merge
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-28 02:46:44 +09:00
b25abea80a
feat(agent-office/db): get_logs에서 State: 자동 로그 제외 + delete_old_logs(90일)
2026-05-28 02:45:10 +09:00
ed30790f22
feat(agent-office): fetch_service_logs 추가 (path_prefix 정규식 필터)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-28 02:42:23 +09:00
1d723764b4
feat(agent-office): AGENT_CONTAINER_MAP 상수 추가 (Phase 1 lotto)
2026-05-28 02:40:18 +09:00
c0c4422c7c
build(lotto): PYTHONPATH=_shared + json-file logging 추가 (Phase 1 PoC)
2026-05-28 02:38:47 +09:00
fe4d3912a5
feat(lotto): _shared/access_log install (Phase 1 PoC)
2026-05-28 02:37:19 +09:00
f461f05ac0
feat(_shared): access_log 공용 모듈 추가 (ring buffer + middleware + /logs/recent)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-28 02:31:30 +09:00