{ "name": "core-satellite-collector", "version": "4.0.0", "type": "module", "private": true, "scripts": { "ops:prepare": "python tools/convert_xlsx_to_json.py", "ops:validate": "python tools/run_release_dag_v3.py --mode release", "ops:build": "python tools/build_bundle.py", "ops:data-collect": "python tools/run_kis_data_collection_v1.py --input-json GatherTradingData.json --sqlite-db src/quant_engine/kis_data_collection.db --output-json Temp/kis_data_collection_v1.json --kis-account real", "ops:sell-build": "python tools/build_qualitative_sell_inputs_v1.py --batch --workbook GatherTradingData.xlsx --kis-account real --apply", "ops:sell-satellite": "python tools/build_satellite_candidate_recommendations_v1.py --workbook GatherTradingData.xlsx --apply", "ops:sell-eval": "python tools/evaluate_qualitative_sell_strategy_accuracy_v1.py --sqlite-db outputs/qualitative_sell_strategy/qualitative_sell_strategy.db", "ops:sell-validate": "python tools/validate_qualitative_sell_strategy_pipeline_v1.py", "ops:postgres-stub": "python tools/generate_postgresql_upgrade_stub_v1.py", "ops:render": "python tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "ops:snapshot-web": "python tools/run_snapshot_admin_server_v1.py --reload --db src/quant_engine/snapshot_admin.db --seed GatherTradingData.json", "ops:snapshot-web-watch": "python tools/run_snapshot_admin_server_v1.py --reload --db src/quant_engine/snapshot_admin.db --seed GatherTradingData.json", "ops:snapshot-validate": "python tools/validate_snapshot_admin_workflow_v1.py", "ops:snapshot-web-validate": "python tools/validate_snapshot_admin_web_v1.py", "ops:calibration-backlog": "python tools/build_calibration_priority_v1.py && python tools/build_calibration_change_ledger_v4.py && python tools/build_calibration_review_report_v1.py && python tools/validate_calibration_change_ledger_v1.py", "ops:calibration-review-report": "python tools/build_calibration_review_report_v1.py", "ops:calibration-approval-list": "python tools/build_calibration_approval_list_v1.py", "ops:calibration-decision-draft": "python tools/build_calibration_decision_draft_v1.py", "ops:sector-refresh": "python tools/update_sector_universe_from_naver.py --limit 10", "ops:sector-refresh-apply": "python tools/update_sector_universe_from_naver.py --limit 10 --apply", "ops:sector-validate": "python tools/validate_sector_universe_monthly_refresh_v1.py", "ops:sector-workbook": "python tools/update_workbook_sector_insights.py", "ops:release": "python tools/run_release_dag_v3.py --mode full", "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-prediction-accuracy-harness": "python tools/build_prediction_accuracy_harness_v2.py", "build-alpha-feedback-loop": "python tools/build_alpha_feedback_loop_v2.py", "build-operational-alpha-calibration": "python tools/build_operational_alpha_calibration_v2.py", "build-sector-flow-history-progress": "python tools/build_sector_flow_history_progress_v1.py", "validate-data-gated-progress": "python tools/validate_data_gated_progress_v1.py", "build-realized-performance": "python tools/build_realized_performance_v1.py", "validate-completion-harness": "python tools/validate_completion_harness_instructions_v1.py", "validate-prediction-accuracy-harness": "python tools/validate_prediction_accuracy_harness_v2.py", "validate-alpha-feedback-loop": "python tools/validate_alpha_feedback_loop_v2.py", "validate-operational-alpha-calibration": "python tools/validate_operational_alpha_calibration_v2.py", "build-calibration-priority": "python tools/build_calibration_priority_v1.py", "build-calibration-change-ledger": "python tools/build_calibration_change_ledger_v4.py", "validate-calibration-change-ledger": "python tools/validate_calibration_change_ledger_v1.py", "validate-sector-flow-history-progress": "python tools/validate_sector_flow_history_progress_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", "full-gate": "python tools/run_release_dag_v3.py --mode release --strict", "validate-engine-strict": "python tools/run_release_dag_v3.py --mode release --strict", "validate-behavioral-coverage": "python tools/validate_behavioral_coverage_v1.py --strict", "validate-engine-integrity": "python tools/run_release_dag_v3.py --mode release --strict", "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": "1.2.0", "googleapis": "^171.4.0", "iconv-lite": "0.7.2", "yahoo-finance2": "3.15.3" }, "optionalDependencies": { "adm-zip": "0.5.17", "fast-xml-parser": "5.8.0" }, "devDependencies": { "xlsx": "^0.18.5" } }