feat(kis-collection): finalize sqlite migration, add fallback resilience, and update WBS documentation

This commit is contained in:
2026-06-22 18:34:56 +09:00
parent c576138829
commit 6c549b7bdc
48 changed files with 34610 additions and 24883 deletions
+8
View File
@@ -0,0 +1,8 @@
// gas_event_calendar.gs — compatibility stub
//
// 이벤트 캘린더 seed / risk 로직은 gas_lib.gs 에 구현되어 있다.
// 이 파일은 upload ZIP / GAS 프로젝트 배포에서 명시적 엔트리포인트를 유지하기 위한 호환 스텁이다.
//
// 실제 동작 함수:
// seedEventCalendar_()
// runEventRisk()