릴리스 DAG와 실현 성과 게이트 연결

This commit is contained in:
2026-06-18 01:48:17 +09:00
parent fee8131d5d
commit d7f9d3a944
7 changed files with 365 additions and 14 deletions
+8 -5
View File
@@ -16,6 +16,9 @@
"ops:package": "python tools/refresh_trading_calendar.py && python tools/prepare_upload_zip.py --validation-mode release --profile",
"prepare-upload-zip": "python tools/refresh_trading_calendar.py && python tools/prepare_upload_zip.py",
"ops:audit": "python tools/harness_coverage_auditor.py",
"build-realized-performance": "python tools/build_realized_performance_v1.py",
"validate-completion-harness": "python tools/validate_completion_harness_instructions_v1.py",
"validate-realized-performance": "python tools/validate_realized_performance_v1.py",
"validate-gas-recovery": "python tools/validate_gas_orchestration_recovery_v1.py",
"ops:clean": "python tools/clean_temp_artifacts_v1.py",
"ops:dev": "node core_satellite_collector.js",
@@ -26,14 +29,14 @@
"render-report-json": "python tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json"
},
"dependencies": {
"cheerio": "latest",
"cheerio": "1.2.0",
"googleapis": "^171.4.0",
"iconv-lite": "latest",
"yahoo-finance2": "latest"
"iconv-lite": "0.7.2",
"yahoo-finance2": "3.15.3"
},
"optionalDependencies": {
"adm-zip": "latest",
"fast-xml-parser": "latest"
"adm-zip": "0.5.17",
"fast-xml-parser": "5.8.0"
},
"devDependencies": {
"xlsx": "^0.18.5"