refactor(gas): GAS 중복 함수 제거 및 루트 레벨 stale .gs 파일 정리
- gas_apex_alpha_watch.gs: gas_apex_runtime_core.gs의 5개 실 구현을 shadowing하던 stub/구버전 제거 (applyApexMacroAlphaSuiteImpl_, applyApexMacroEventSuiteImpl_, calcConsistencyValidatorV2Impl_, calcMacroEventSynchronizerV1Impl_, calcMacroRegimeAdaptiveGateV2Impl_) - gas_lib.gs: gdf_05_alpha_engines.gs로 이전된 runAlphaFeedbackLoop_, getAlphaFeedbackJson_ 스테일 사본 제거 - 루트 레벨 .gs 8개 삭제: src/gas/ 구조 이전 전 구버전, 배포 경로 밖 dead code Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
/**
|
||||
* gas_data_feed.gs — Google Apps Script 버전 (compatibility stub)
|
||||
*
|
||||
* ⚠️ 이 파일은 P5-T02 GAS 역할 분리 작업의 호환성 스텁입니다.
|
||||
* 실제 함수 구현은 src/gas_adapter_parts/ 아래 분리된 파일로 이동했습니다.
|
||||
*
|
||||
* gdf_01_price_metrics.gs — 가격 지표·RSI·Entry/Exit·점수·매도우선순위 (L1-L2347)
|
||||
* gdf_02_harness_assembly.gs — 하네스 조립·라우팅·레짐·위성 (L2348-L4560)
|
||||
* gdf_03_portfolio_gates.gs — 포트폴리오 게이트·섹터·액션·실행 (L4561-L6806)
|
||||
* gdf_04_execution_quality.gs — 실행품질·Apex·PA1 피드백·매크로 (L6807-L9015)
|
||||
* gdf_05_alpha_engines.gs — 알파엔진·서빙·거래품질·패턴 (L9016-L10302)
|
||||
*
|
||||
* GAS 프로젝트에 모든 파일을 함께 추가하면 동일한 글로벌 네임스페이스에서 동작합니다.
|
||||
*
|
||||
* 배포 방법:
|
||||
* 1. script.google.com → 새 프로젝트
|
||||
* 2. 이 파일 + src/gas_adapter_parts/gdf_*.gs + src/gas_adapter_parts/gdc_*.gs 붙여넣기
|
||||
* 3. 트리거 설정: runDataFeed → 시간 기반 → 매일 → 16:30~17:30
|
||||
*
|
||||
* Ownership: data_feed 팀, QEDD P5-T02 GAS file split
|
||||
*/
|
||||
Reference in New Issue
Block a user