diff --git a/src/gas/core/gas_lib.gs b/src/gas/core/gas_lib.gs index 5423187..24c3884 100644 --- a/src/gas/core/gas_lib.gs +++ b/src/gas/core/gas_lib.gs @@ -1,5 +1,5 @@ // gas_lib.gs - Common utilities & static features -// Last Updated: 2026-06-15 02:20:50 KST +// Last Updated: 2026-06-16 00:41:17 KST // Math/KRX utils, sheet I/O, sector flow, Web API, static runners // GAS global scope: functions in gas_data_feed.gs / gas_data_collect.gs callable directly // @@ -2174,6 +2174,7 @@ function run_all() { } }, { name: "runDataFeed", fn: runDataFeed }, + { name: "runSellPriority", fn: runSellPriority }, { name: "runCoreSatelliteFlow_", fn: runCoreSatelliteFlow_ }, { name: "runEventRisk", fn: runEventRisk }, { name: "runHarnessRefresh_", fn: runHarnessRefresh_ },