V2-2-3: 컨텍스트 스케줄러 (주/월/분기/연) #87

Closed
opened 2026-02-08 00:57:03 +09:00 by agentson · 0 comments
Collaborator

요약

  • 계층별 집계 스케줄러 추가.

변경

  • 신규: src/context/scheduler.py
  • src/main.py: run_if_due 호출.
  • tests/test_context_scheduler.py (~15).

동작

  • L6->L5 주간(시장별).
  • L5->L4 월간(글로벌 합산).
  • L4->L3 분기, L3->L2 연간, L2->L1 영구.

검증

  • pytest tests/test_context_scheduler.py -v
요약 - 계층별 집계 스케줄러 추가. 변경 - 신규: src/context/scheduler.py - src/main.py: run_if_due 호출. - tests/test_context_scheduler.py (~15). 동작 - L6->L5 주간(시장별). - L5->L4 월간(글로벌 합산). - L4->L3 분기, L3->L2 연간, L2->L1 영구. 검증 - pytest tests/test_context_scheduler.py -v
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#87