feat: 레거시 컨텍스트 정리 스케줄러 연결 (issue #89) #125

Merged
jihoson merged 1 commits from feature/issue-89-legacy-context-cleanup into main 2026-02-14 23:38:11 +09:00
Collaborator

Summary

  • _run_context_scheduler() 헬퍼: 주기적 컨텍스트 롤업 실행 및 로깅
  • ContextScheduler 초기화 (aggregator + store)
  • daily/realtime 양쪽 루프에 매 반복 스케줄러 호출 삽입
  • dedup guard로 중복 실행 방지

Test plan

  • test_run_context_scheduler_invokes_scheduler — 스케줄러 호출 검증
  • 516/516 전체 테스트 통과
  • ruff lint 클린

Closes #89

🤖 Generated with Claude Code

## Summary - `_run_context_scheduler()` 헬퍼: 주기적 컨텍스트 롤업 실행 및 로깅 - `ContextScheduler` 초기화 (aggregator + store) - daily/realtime 양쪽 루프에 매 반복 스케줄러 호출 삽입 - dedup guard로 중복 실행 방지 ## Test plan - [x] `test_run_context_scheduler_invokes_scheduler` — 스케줄러 호출 검증 - [x] 516/516 전체 테스트 통과 - [x] ruff lint 클린 Closes #89 🤖 Generated with [Claude Code](https://claude.com/claude-code)
agentson added 1 commit 2026-02-14 23:37:46 +09:00
feat: integrate ContextScheduler into main loop (issue #89)
Some checks failed
CI / test (pull_request) Has been cancelled
d9763def85
Wire up periodic context rollups (weekly/monthly/quarterly/annual/legacy)
in both daily and realtime trading loops with dedup-safe scheduling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jihoson merged commit a429a9f4da into main 2026-02-14 23:38:11 +09:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#125