diff --git a/.clasp.json b/.clasp.json index 6b13c90..a1eaabf 100644 --- a/.clasp.json +++ b/.clasp.json @@ -1,4 +1,4 @@ { "scriptId": "1xfeBAeeknmnBtSvrIqWXO_2hc3ByeriLUOSuOOB4YxLLHhN3zdnL7tVh", - "rootDir": "Temp\\gas_deploy" + "rootDir": "Temp/gas_deploy" } \ No newline at end of file diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3a2eb72..5b2e7fb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,6 +9,7 @@ on: jobs: validate-and-build: # Synology NAS act_runner: host-based 실행 (Docker 불필요) + # Python: /usr/bin/python3 (3.8.12), Node.js: /usr/local/bin/node (v18.18.2) runs-on: self-hosted steps: @@ -23,18 +24,33 @@ jobs: git fetch origin ${{ github.sha }} --depth=1 git reset --hard FETCH_HEAD - - name: Install Python Dependencies + - name: Configure Runtime Paths run: | - if ! python3 -m pip --version >/dev/null 2>&1; then - curl -sS https://bootstrap.pypa.io/pip/3.8/get-pip.py -o get-pip.py - python3 get-pip.py --user --quiet - rm get-pip.py + # Node.js 18은 /usr/local/bin에 설치됨 (appstore) — PATH에 추가 + echo "/usr/local/bin" >> $GITHUB_PATH + echo "=== 런타임 버전 확인 ===" + /usr/bin/python3 --version + /usr/local/bin/node --version + /usr/local/bin/npm --version + + - name: Setup Python Environment + run: | + VENV=/volume1/gitea/python_venv + if [ ! -f "$VENV/bin/pip" ]; then + echo "=== 최초 1회 venv 생성 및 패키지 설치 ===" + /usr/bin/python3 -m venv "$VENV" + "$VENV/bin/pip" install --upgrade pip --quiet + "$VENV/bin/pip" install "numpy==1.24.4" "pandas==2.0.3" \ + yfinance pyyaml openpyxl --quiet --prefer-binary + if [ -f requirements.txt ]; then + "$VENV/bin/pip" install -r requirements.txt --quiet --prefer-binary + fi + echo "venv 설치 완료" + else + echo "=== venv 재사용: $("$VENV/bin/python" --version 2>&1) ===" fi - export PATH=$HOME/.local/bin:$PATH - python3 -m pip install --upgrade pip --user --quiet - if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt --user --quiet; fi - python3 -m pip install yfinance pandas pyyaml openpyxl --user --quiet - echo "$HOME/.local/bin" >> $GITHUB_PATH + # 이후 모든 스텝에서 venv python 사용 + echo "$VENV/bin" >> $GITHUB_PATH - name: Install Node Dependencies run: npm install --quiet diff --git a/runtime/lineage_events.jsonl b/runtime/lineage_events.jsonl index c27ca44..c639a5f 100644 --- a/runtime/lineage_events.jsonl +++ b/runtime/lineage_events.jsonl @@ -8473,3 +8473,1790 @@ {"node_id": "prepare_zip", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/prepare_upload_zip.py --skip-validate --skip-convert --validation-mode package-only", "returncode": 0, "elapsed_sec": 4.537, "gate": "PASS", "input_hash": "822ae2b5986ef39f0db2d2cd652d9fb023f45c01ed3667d722b12a3e27e159c2", "output_hash": "", "timestamp": "2026-06-13T04:03:57Z"} {"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "9d85b5fc3f96654fa37ea8f64ccf1dcf502f6fe3eb891b4bf25f3c926bec7c7f", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T04:03:57Z"} {"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.121, "gate": "PASS", "input_hash": "6f20130afca39d75963785964e12284721108f43e2962c71d283eeed824c2e6c", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T04:03:57Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 7.961, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "fb021f593ae259d1d770532f6192e25cc910c47b77c2e66505e719abdb5c316a", "timestamp": "2026-06-13T07:32:25Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.208, "gate": "PASS", "input_hash": "16f2c0b23b361e4fe80ce7236415d426124a4b1539a35fa1eb2ca1858ada57bb", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T07:32:25Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.285, "gate": "PASS", "input_hash": "695e12d502eddc28b52d71404d3881a44a229794188ff1616b2b8e201d088276", "output_hash": "82409799ad1482c2026eadd1c9b122741983f3025d88208ebe64583275b6159e", "timestamp": "2026-06-13T07:32:25Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.224, "gate": "PASS", "input_hash": "8b7b9491a84975ddf4af9f82844408709c4a29f3ee34ca53677a3dd38d40905f", "output_hash": "f092fc4f566902851bc3d464dbb9f8f5458a99961d7c867625d3cd1ed918312b", "timestamp": "2026-06-13T07:32:25Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "bb3847cc903d9fbc91efa529ea92f0cdb50e18b0df8c6fe7a76fc6efa2c65477", "output_hash": "c62ca24bc26bc63bdb5d0b01c0b1dc14a2842ae083c6f586e451af970f2d54e1", "timestamp": "2026-06-13T07:32:25Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.302, "gate": "PASS", "input_hash": "ef17b39f1fc9d1656c85455c700c5a6abebbc3047f476d5b1c8bc4e2960131ca", "output_hash": "b7c87fcd965e6ab2d817e02b3bb5d368188b5ab88fb3ec9702501192cc2fd5cc", "timestamp": "2026-06-13T07:32:26Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.154, "gate": "PASS", "input_hash": "658c62180aee42afc426f73ce58faf88bd9594c3662fe61bf4a37adb6d92347c", "output_hash": "", "timestamp": "2026-06-13T07:32:26Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T07:32:26Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.163, "gate": "PASS", "input_hash": "1e1c37ba477e3f3c1fb2b13e4a024d4cfb5ccced82f7aece3221b928a999f11d", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T07:32:26Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "540ce66131f4edc7a726dae17f14d54a541e5c6d80bde19d1218f972951c286f", "timestamp": "2026-06-13T07:32:26Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.332, "gate": "PASS", "input_hash": "57453815444aaaef25889f38aa55765846e940b239639f56169fa5987e234a0c", "output_hash": "9144ac6f22222502e633adb30a18aa56c538a6106ede4d0cea093af52eca85e1", "timestamp": "2026-06-13T07:32:27Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.221, "gate": "PASS", "input_hash": "75ba992def121cf03ed70292696ab6d25cbf9e4bcecb1cef75df59014bd257ab", "output_hash": "", "timestamp": "2026-06-13T07:32:27Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "99fa113ad7edeb00b4454d88483e90033e03296597f6f7c02895b0ac3177b4b4", "output_hash": "", "timestamp": "2026-06-13T07:32:27Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "bbcacaf0a98ced3a77e70c8be6602a2185a5e2701060e0d371f516e9964dc33a", "output_hash": "", "timestamp": "2026-06-13T07:32:27Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "f65adeb0b071e227a1367b5dfd42c383eb8b31394c861fcf93172ed4ac569b9b", "output_hash": "", "timestamp": "2026-06-13T07:32:27Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.214, "gate": "PASS", "input_hash": "4a1ab59a343ddc43ce44bf4216312d59a512cb8c2b25603076bead3203d6ab72", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T07:32:28Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 15.988, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T07:32:44Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.236, "gate": "PASS", "input_hash": "f6145ff489179cfa03f1c4dc47a7975ac48a7a3cc7943183a9cb174d6c12a019", "output_hash": "", "timestamp": "2026-06-13T07:32:44Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T07:32:44Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T07:32:44Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.267, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T07:32:44Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T07:32:45Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T07:32:45Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.202, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T07:32:45Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.263, "gate": "PASS", "input_hash": "946403eae70975671b26ecb84ac7bd2674559da254de616002b8cec3beaa5ffb", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T07:32:45Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.21, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T07:32:45Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.283, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T07:32:46Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.175, "gate": "PASS", "input_hash": "a28a404bf591402fd1b8e7104e27293c04ba80f3553054ff91213948e5ea3acb", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T07:32:46Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.51, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T07:32:46Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.159, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T07:32:47Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T07:32:47Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.23, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T07:32:47Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T07:32:47Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T07:32:47Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 2.833, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T07:32:50Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T07:32:50Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T07:32:50Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.201, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T07:32:51Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.442, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T07:32:51Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.164, "gate": "PASS", "input_hash": "13b5af485ea82be49be73b66cbd70d2c628b46244e398593ce314472d3f4c29e", "output_hash": "", "timestamp": "2026-06-13T07:32:51Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.187, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T07:32:51Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T07:32:52Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.206, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T07:32:52Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "c0e26dd6f6f7a1614d97917fdf3fe852d259f89bccdbf2174afafffeceafd236", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T07:32:52Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "7d414bc2be4eb2b7e6d1947d58489ca02656d2cd8cccaa5da1cc95088cce86ed", "output_hash": "", "timestamp": "2026-06-13T07:32:52Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T07:32:52Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.185, "gate": "PASS", "input_hash": "f7487ea3eb6ba58e761e64a80835b53396b68ee5f6ff71cd52e6593fecf521b2", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T07:32:52Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.155, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T07:32:53Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T07:32:53Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.17, "gate": "PASS", "input_hash": "7c35e202fcd379a4e484d292c7118f6d1c0860c9a261792571a019bb051466ef", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T07:32:53Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.163, "gate": "PASS", "input_hash": "e63901a401349e8404f91d4473d7ac65e2124e7973f9b13b489d6a4321323c5b", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T07:32:53Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.284, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T07:32:53Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.169, "gate": "PASS", "input_hash": "25478632593c5b32381722e64742f00931b109cd44320c93a6852b5dfbb7b87f", "output_hash": "", "timestamp": "2026-06-13T07:32:53Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "73cd9830b25a99ba0ffeced1c17582f6d446de3be21c2cfb7ddb7c677b9f890a", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T07:32:54Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.303, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T07:32:54Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.082, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T07:42:59Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.871, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "ed7bd8567f707e8883b2d61ebd1e50df44f1122d8a4b8d46b417d6e5b098dbe4", "timestamp": "2026-06-13T07:43:04Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.214, "gate": "PASS", "input_hash": "fe9088d7d6139eb127408f9c76175b155692e29dcfd6aebd0301d6aad3629e7d", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T07:43:04Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.291, "gate": "PASS", "input_hash": "30315e2db40db0d4db62c2874334b337beedf0d3023fffd149902a3859b55168", "output_hash": "faa3da780fda1f82cfa323b234a54c2559814f9e1da2f85ced6de8ca8bd17744", "timestamp": "2026-06-13T07:43:04Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.182, "gate": "PASS", "input_hash": "0182a28cc4e59df1d8696f7ff59ff632ee600ca54c67cfb0a7a41ccec0928e92", "output_hash": "2026ee03883c0533b05c4710c390d7074befb22a3fff9c52946171becfef3b18", "timestamp": "2026-06-13T07:43:04Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "fb1f7b37c9316faa5641de000ea7869ee10916e7f259a84def633893af210fd3", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T07:43:04Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.092, "gate": "PASS", "input_hash": "d7e61dd288870008bdc8d39929b4f5bcf8f683dbd4f5b9bdfa439b911cd338b8", "output_hash": "9ef37f43524aab53c387970c3ee47a01a8ac0e1b9f17c74aaf72ce5c66ad8d58", "timestamp": "2026-06-13T07:43:05Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.262, "gate": "PASS", "input_hash": "3cfc82dce8fead02f8783bfb4f69a771ac37bc938fbf72df26e040ba4aa0a03e", "output_hash": "c73ba3cd718df358d95fe7dabf1c57955ba558d37c7d997a2b448633f4fc60a9", "timestamp": "2026-06-13T07:43:05Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "5a7e26f3f856ec6ee6507bd01ba161646542ecca9a806407c045d43b69f80145", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T07:43:05Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.092, "gate": "PASS", "input_hash": "9c96598d97c5c43c551a79d12cfed40d55fa555020f039bff95e1d4080b2cb43", "output_hash": "", "timestamp": "2026-06-13T07:43:05Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "42447546aa26b92b6a50b231dde080719e8e08186daa9ef4bf08dcfa41886a27", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T07:43:05Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T07:43:05Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.095, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T07:43:06Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T07:43:06Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T07:43:06Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.193, "gate": "PASS", "input_hash": "25c88ee06fe3a3192e355268e02066f279b7f02be13f8c025640e14d72e477ec", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T07:43:06Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T07:43:06Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.088, "gate": "PASS", "input_hash": "935522dc8cf48f1e9ba4c063cd0b5a64f45af395fcd66681bd656eae7156bc5d", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T07:43:06Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "464ac0e9e458108ee0d66922f347d880896a077c9abe485dc65790af229c4ae1", "output_hash": "", "timestamp": "2026-06-13T07:43:06Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T07:43:06Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T07:43:07Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "25478632593c5b32381722e64742f00931b109cd44320c93a6852b5dfbb7b87f", "output_hash": "", "timestamp": "2026-06-13T07:43:07Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "dd93361350b3ed6cae42e9dc75935e70328db7100dcb10a9802793314bbead33", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T07:43:07Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.425, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T07:43:07Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T07:43:07Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.142, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "b426a9662819e771c81ccec54fa703e594d700b44aa8708a0e09cdc560573d08", "timestamp": "2026-06-13T07:43:08Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "9f385d238fc2e88338c559b332026d1010a7478f482ef588aeadd40ee06238ec", "output_hash": "", "timestamp": "2026-06-13T07:43:08Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.311, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T07:43:08Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.388, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T07:43:08Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.222, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T07:43:09Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T07:43:09Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.098, "gate": "PASS", "input_hash": "12c045ca76fd7504929ffbc1c2003a8d4eefda08229d0f17f216424c32ac3072", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T07:43:09Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T07:43:09Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.21, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T07:43:09Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.284, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T07:43:09Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T07:43:10Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 1.248, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T07:43:11Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.181, "gate": "PASS", "input_hash": "73774d10826e0d9c80b15451ef12cb43e80865b2c01945203330671b39937e53", "output_hash": "", "timestamp": "2026-06-13T07:43:11Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.218, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T07:43:11Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T07:43:11Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T07:43:12Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T07:43:12Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T07:43:12Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.194, "gate": "PASS", "input_hash": "d8e37f9cd2190ca5e7d68c19aafcc94f8753a09d0528da14e1b61d8ba812e24d", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T07:43:12Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "8190cd057fcf751ab2d65eeabe18d671c0e2f37dcbbfcb593aacfb9d533ae97b", "output_hash": "", "timestamp": "2026-06-13T07:43:12Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "ce3d062c0afab3066bdf72d641983e628cc751fd6bf15ee2084c4b3fffa44835", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T07:43:12Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.203, "gate": "PASS", "input_hash": "107ce3dad90b4f38a5bd57a6ae48b5ea139265f2dfcdfd0cdb845867ca994fe3", "output_hash": "", "timestamp": "2026-06-13T07:43:13Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T07:43:13Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.252, "gate": "PASS", "input_hash": "d260a158f441041b56d9a2908dbea2ae5b390b0ae1c46ef88018f2ff3f51ffc5", "output_hash": "def006ec04a9eb16b9ccc3a089653c378125db7a34318f4dc0b883bfaad3fa82", "timestamp": "2026-06-13T07:43:13Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T07:43:13Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T07:43:13Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.295, "gate": "PASS", "input_hash": "56f08dd6642fa3ddef3df58827da07db3ac18ee39ef1108126c63249e8dd532b", "output_hash": "", "timestamp": "2026-06-13T07:43:14Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 1, "elapsed_sec": 8.68, "gate": "FAIL", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T07:43:22Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.834, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "0f7c95a00651822c2e6b1330f46ae434d694095e69f1dd2b220e07e8320cbc5b", "timestamp": "2026-06-13T07:43:33Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.166, "gate": "PASS", "input_hash": "6d4b1b6063a6da4ec0790fc9a74335062b92270652b4962afe2177df702f091c", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T07:43:33Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.24, "gate": "PASS", "input_hash": "a387124f946f9d656d65592307b5556aedfc6f350c2080074148738c49bdd6d2", "output_hash": "974e788949cb0b8f6e4fd63538a3d131a79156f3a7e4b612df49586422390909", "timestamp": "2026-06-13T07:43:33Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.237, "gate": "PASS", "input_hash": "5911b54cecb57f8729c32783ae3b17b53bf6e92235898683e1ce91f125ab4d85", "output_hash": "1872c1fa88398e3b341be0de53b570c1b4b51bab29c961f218218a251b6dab55", "timestamp": "2026-06-13T07:43:33Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "d08d151c000635871eb2f4ff3949532d2c5d242b22a291dff10c4e3536e9abef", "output_hash": "27d1e9a15b1997c6e32d575a48445beaf24f2491da151e810ab50ea509b32a4d", "timestamp": "2026-06-13T07:43:34Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.268, "gate": "PASS", "input_hash": "7d8e58c0992bed94556094bf0c96b4aaa946f8d6f594bbc1c9d46723507d09e5", "output_hash": "a24dcc14c8e75b1f2c88ed3e4bf56eff3b1185a14690e9231c59299d1271eaa3", "timestamp": "2026-06-13T07:43:34Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.169, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T07:43:34Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "b0a78f5875919c22d2d336341c91d9d54f440e19c3f0bf47615401123a2374a4", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T07:43:34Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.19, "gate": "PASS", "input_hash": "8145366e1d247d6d4271dec4daf445fe7eca454af8306001668965b22f2ceca9", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T07:43:34Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T07:43:35Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T07:43:35Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "4a1b6725364579858fcfea0d4e011c5bf080147c74977c9acda4e26d4b5af8cb", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T07:43:35Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.097, "gate": "PASS", "input_hash": "6d17186fbf25c6ea7db277ba6a645d1ff2c78d2f7398f4f41d2c0d59a973bf9d", "output_hash": "", "timestamp": "2026-06-13T07:43:35Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T07:43:35Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.093, "gate": "PASS", "input_hash": "baef5b0a89a3ef9ef0e7cb7f10b7af96a1cab99751c43919069e22e1b25a7992", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T07:43:35Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T07:43:35Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.276, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T07:43:36Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.147, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T07:43:36Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "078d9cf3b64d9a52489bbe7c1f9d00fc741d4b41982bddfb337fd0a6b36027b2", "timestamp": "2026-06-13T07:43:36Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "fb19dce04ca0efc6a7934625c7e02cdf80013c722405852e23f32e97a771c89f", "output_hash": "0af744c18befd54e45c67e3af867dbff162a497c3f1638b3b4f97d4d74487699", "timestamp": "2026-06-13T07:43:36Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.35, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T07:43:37Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "a8bfb001436c2483353098098d0636532325af344a37725771f219122a0c03c8", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T07:43:37Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.257, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T07:43:37Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.154, "gate": "PASS", "input_hash": "381907ef70dfb92c08529fa8756e6097a2be5cee8fb76eb19522ef535ffd508a", "output_hash": "", "timestamp": "2026-06-13T07:43:37Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.453, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T07:43:37Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T07:43:38Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T07:43:38Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T07:43:38Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T07:43:38Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.091, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T07:43:38Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "25478632593c5b32381722e64742f00931b109cd44320c93a6852b5dfbb7b87f", "output_hash": "", "timestamp": "2026-06-13T07:43:38Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.103, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T07:43:38Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T07:43:38Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.208, "gate": "PASS", "input_hash": "1a67915b942b9c78544cc2748b3c2de299cfe7d347e50f4abd95d7454820f5b0", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T07:43:39Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.154, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T07:43:39Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 1, "elapsed_sec": 8.532, "gate": "FAIL", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T07:43:47Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.204, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T07:43:50Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.712, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "87368a9c63bd6106d80e4fe6a374fbff6d90584af3df2f4306eab114812624d1", "timestamp": "2026-06-13T07:43:55Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "1e7a9df99f99412dcfcd4e2db926a5eb3ba20f9cab11f9a796dbaee7840658c0", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T07:43:55Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.372, "gate": "PASS", "input_hash": "085bafc03c34d353a00b32b31d4738a0bd8f47b4d9fe9ab21496e0debeb81c80", "output_hash": "ad270aa8ee140152e5571dde7d2f338951e4991b9ff0b335ae0d92f1facac3e7", "timestamp": "2026-06-13T07:43:56Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.287, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T07:43:56Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T07:43:56Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T07:43:56Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.267, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T07:43:56Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.233, "gate": "PASS", "input_hash": "331086b0bf849a5d3672ebe684240f70768ea452c03a6b7fbc5ca49e77a34967", "output_hash": "d71ab06163fddc95b83519a38e1c443bc03e70c17b1a6400814e108f137be44e", "timestamp": "2026-06-13T07:43:57Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "43d24f6e49b8c4617b21f62591a88858a8eac9d85a51d5765f2f839df323298a", "output_hash": "66dbba3af390e12fa526afc594f732103dcc473cac9b701f3e1abc6ac597a065", "timestamp": "2026-06-13T07:43:57Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.23, "gate": "PASS", "input_hash": "ceef39b4782b2e6784de6828c0e2051108808331f5b08b96a8cfc8749d898b68", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T07:43:57Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T07:43:57Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T07:43:57Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.175, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T07:43:57Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "836fbd1035466bc4c539069ac0436732af1e2ed751643688c72d05eff5b2f436", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T07:43:58Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 1, "elapsed_sec": 9.005, "gate": "FAIL", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T07:44:07Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 5.149, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "7a47ba2657965eab0fc3e7b7a3041c23d5ce98f9e1dbbc4b566957a49ee2643c", "timestamp": "2026-06-13T07:44:58Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "67169f105d35fe3bfadd8efd6b16eff4f02c01615cf7c0bb1d152c1b61a515c4", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T07:44:58Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.331, "gate": "PASS", "input_hash": "4da71f646c7efd5a17c297f35b1c9ef12f7a51dd08eb39662c69e0a36a6e004c", "output_hash": "bfbde30a904366c32437ad9b9d9e3bb1b8a4b9e280b8c4de99ab93bc76c92718", "timestamp": "2026-06-13T07:44:58Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "ca87770ce51a1ba07d5c2bf0d3331fea3cd30272c872b0c562c41d85915fe980", "output_hash": "499fd1303c47e19e1895fc6eef4860ba6c8bfeacac9455fc971c34c43754874d", "timestamp": "2026-06-13T07:44:58Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "82b7563080b73cb95db40f122b3113e0d7bdaad6c3ef7073d9857ba788d896f5", "output_hash": "cb41f0f6c1f7104601b1aa9d539d278765e3e84d572a3565ccde5a3ec2e9b453", "timestamp": "2026-06-13T07:44:58Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.321, "gate": "PASS", "input_hash": "4967fe4ca49bbbfb5e7247dcd53447770e6a4b877835ef076be240c4f65660e4", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T07:44:59Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T07:44:59Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.096, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T07:44:59Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T07:44:59Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.092, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T07:44:59Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T07:44:59Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "39372a40093d66c9879e7e0f2059df3e7e5321f697aac443d4956d4db809879a", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T07:44:59Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.266, "gate": "PASS", "input_hash": "47533caa922f54a13f5a7f7440d9145a890d1bd959bf53dcfe6f3ca65bdc66d8", "output_hash": "788ad40d1d42bd1c8f9f333987f0fbfeb1436c2e692f117b1f1790c6baf9a04f", "timestamp": "2026-06-13T07:45:00Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "e03012ec82ea071bf6880c638e7a3f09de6f509a0b045367fc1b08ac6d5aaf62", "timestamp": "2026-06-13T07:45:00Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.265, "gate": "PASS", "input_hash": "9742390e4665d8bca6cb2f769e3c5f82075ff8d4e34f2d71bafe50346a7f243b", "output_hash": "32652b1e7b43892c56dabf15e4a043d4461f05ab2f497529837326c6f8a3a1dd", "timestamp": "2026-06-13T07:45:00Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "01c945fde5a9b86d8c4c4efe10c79d0df87f7145a8c8fdad7aba04d1e14f9ae7", "output_hash": "", "timestamp": "2026-06-13T07:45:00Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "1e45af1c0320758f8164edc411c5722aa06daf54a101d615e7c21d668f57c278", "output_hash": "", "timestamp": "2026-06-13T07:45:00Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T07:45:01Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "5bb736ee96bce1da97db4ec435db105c2dfa03cc98d9381903776cac2d36d56b", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T07:45:01Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "5ce396dcda5073efdb0ed8c91bd6b7ca636c0eec8f00c0ff8248cb0465174615", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T07:45:01Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.088, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T07:45:01Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 8.416, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T07:45:09Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.177, "gate": "PASS", "input_hash": "25478632593c5b32381722e64742f00931b109cd44320c93a6852b5dfbb7b87f", "output_hash": "", "timestamp": "2026-06-13T07:45:10Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.225, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T07:45:10Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T07:45:10Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.18, "gate": "PASS", "input_hash": "3f3238fa3a7c9102d660872494dab6eac035ff3ac25faafb83b8ff374036d8cc", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T07:45:10Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.378, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T07:45:10Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.1, "gate": "PASS", "input_hash": "547495e8e40bee07950c04a1855ea974ee75bd28629d9e47b88f275e3b533169", "output_hash": "", "timestamp": "2026-06-13T07:45:11Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "b926fe1ecb406ed9c69e71efcfb5d30934c61c6642fa6dc3fbc6ae603b7b2041", "output_hash": "", "timestamp": "2026-06-13T07:45:11Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.38, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T07:45:11Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.248, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T07:45:11Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "134096c70a32264210ca35d3cbf89761921ff9cd8a805d8904f031caf7fd91cf", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T07:45:11Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T07:45:12Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.193, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T07:45:12Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T07:45:12Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T07:45:12Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "6f8372d84dbafc33f472cbbaafb75bcd9014a1986606f0a3fa3ae26b776ce0ae", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T07:45:12Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "a16f9da153c66497fd2979b6fed079af7b8ce17d76c48b5fd40aa7be24b5b8ee", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T07:45:12Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "cf520cd7e2f7635e14d4667674999a2431b015ce16b24454edfa11eef305c053", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T07:45:12Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T07:45:13Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T07:45:13Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.224, "gate": "PASS", "input_hash": "88bae51d38c174278095350c5a0cc3ce40ef0e901a1482c92c9f9a21ff4e03aa", "output_hash": "", "timestamp": "2026-06-13T07:45:13Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.233, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T07:45:13Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.358, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T07:45:14Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.213, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T07:45:14Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.15, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T07:45:14Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T07:45:14Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.098, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T07:45:14Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.088, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T07:45:14Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "647238de36e4dfc954e99fc7757b3f69b8499b27cc275c8d21666a51ebefeecf", "output_hash": "", "timestamp": "2026-06-13T07:45:14Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T07:45:15Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "7279c4e65e20ed44747b47b80e8f5a4ce28c487fefaca0a3df0a185baafd57ca", "output_hash": "", "timestamp": "2026-06-13T07:45:15Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.471, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T07:45:15Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "d486ff97b22c52232928c21d40f2b94aadbf27f92d0eca911435fb918d8adad7", "output_hash": "", "timestamp": "2026-06-13T07:45:15Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.227, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T07:45:16Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 17.703, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "3050ce0a99b1462db28d6156d201f3bdd12e4864e676fbf4fc9dd8edc019d83f", "timestamp": "2026-06-13T08:20:10Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.199, "gate": "PASS", "input_hash": "9d24f48be4c576badfaf69d1a4c3a2895827a9d0d4862e98939c9d0ecc0f3dc1", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T08:20:10Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.331, "gate": "PASS", "input_hash": "a8cc70100fce2bde5b05148d3498614756a7b965a984ccdd55095c926bb220d8", "output_hash": "05ccc6f196c9408cd68d4c9d88aba32aaf9063d415e30704070cd0dada904d1c", "timestamp": "2026-06-13T08:20:11Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.207, "gate": "PASS", "input_hash": "0837f6c1265d57ef9a78d1821fe3fac4b711896cb54271cca35b21890baba27a", "output_hash": "570347a1eff6e128a67b3c6b902f2a2fe97e9fc04e1562e54d40ef92a22f1869", "timestamp": "2026-06-13T08:20:11Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.153, "gate": "PASS", "input_hash": "87cab3b22d23537cf21976c9f543125fd1cfa2c9d6bbf84520a39ca2a2d86a99", "output_hash": "22960400b7c6d090ddff800856d2190b10b6b980e872b1e939b3de9dc91a44d6", "timestamp": "2026-06-13T08:20:11Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "72942422736a132d809b476150ae5aa2a104d7f161fdce067b5bf5faed374040", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T08:20:11Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.254, "gate": "PASS", "input_hash": "72dc3f09f79da11f1c34075e5029130c8fd05664bd539c066d87d144fb348125", "output_hash": "0b718f214a2072815cd7e0acc2ac5bbe1f03f31fc48fc0595ee8870fa475a3e9", "timestamp": "2026-06-13T08:20:11Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "464ac0e9e458108ee0d66922f347d880896a077c9abe485dc65790af229c4ae1", "output_hash": "", "timestamp": "2026-06-13T08:20:12Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.142, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T08:20:12Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "f8f8206452a66bfaaa9c7736f6d0aa0e1111898f647663203c019ddd1d9c4547", "timestamp": "2026-06-13T08:20:12Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "a67f7df386a69ecdae43ba6e7dcc65a434fb6d5f47d19c0de0b7bd3c48f2bacf", "output_hash": "", "timestamp": "2026-06-13T08:20:12Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.239, "gate": "PASS", "input_hash": "01c6d857b0370750fea331410a6a1313a92ebcddfa2b9a9b55d35be0db2af512", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T08:20:12Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.187, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T08:20:12Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.219, "gate": "PASS", "input_hash": "6e980ed4313a49b572c42a3e112a6df714442058c8f2a41e91b0db6cf366595d", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T08:20:13Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 9.713, "gate": "PASS", "input_hash": "64f9f78eef2b20ec614fb6c9b7cdb624f42e76c3e35d6d4a5654d31476b67484", "output_hash": "4b5937b437ac3c3c06b2c80959a36ab91ba86739dc33ee1b32fa1c93daf90991", "timestamp": "2026-06-13T08:20:22Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T08:20:23Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.194, "gate": "PASS", "input_hash": "f35f6a264b04826fde6eacd03b221de0342c897a19976d7aa9fe6827ba3d03fa", "output_hash": "", "timestamp": "2026-06-13T08:20:23Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.151, "gate": "PASS", "input_hash": "96cc77ca94b0a01fd9280d2a1a1f2ff88470826d3857c8660e8ba50591cdc45a", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T08:20:23Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "f63dbc0d9210b2d5fd03319ddee5e4a35899f16cf75bfb9bd01d3b1d1f4a179f", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T08:20:23Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T08:20:23Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "58c02ac099511d3906d54fe70cd541465b2773b563423d660065bb146faafcad", "output_hash": "", "timestamp": "2026-06-13T08:20:23Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 1.167, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T08:20:25Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.596, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T08:20:25Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.142, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T08:20:25Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.258, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T08:20:26Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.255, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T08:20:26Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T08:20:26Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 2.575, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T08:20:28Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.277, "gate": "PASS", "input_hash": "1fc2a0b742c17faffbdb0d87a09eb3e67bd5ab762afb2a77e4a5249772dce1a0", "output_hash": "", "timestamp": "2026-06-13T08:20:29Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T08:20:29Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.279, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T08:20:29Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.346, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T08:20:30Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.195, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T08:20:30Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T08:20:30Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T08:20:30Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "c9fae60a8802d8ea4484d29dceadb889bb5a6f51f712a502344dbea1d0cf5523", "output_hash": "", "timestamp": "2026-06-13T08:20:30Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "cbe4ef2a91b18efbd59712fe512ba45f0335be7fe5d04d2ce7c0f8e37b85591c", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T08:20:30Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.127, "gate": "PASS", "input_hash": "6c86c48ea565746810a0696f2a52ffcc7374e9707361277b294a808a3690c5cd", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T08:20:30Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "84e1e1e74352703d366189a6974cbb08a36517f9b16afeca2d13991a6394272b", "output_hash": "", "timestamp": "2026-06-13T08:20:31Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.174, "gate": "PASS", "input_hash": "46cf5a87241556314d5d6985f6d01e53105a334c59d59a12ef31abb70f44d8d1", "output_hash": "", "timestamp": "2026-06-13T08:20:31Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.364, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T08:20:31Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "e61a74730b75276468ca6379884735c6aaf916f1c3eb12ae81e7b96568944812", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T08:20:31Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "351fb65f18b8aa1f101bb0d8b8495b882d6db484c9202f57dab2848984d14e00", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T08:20:31Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T08:20:32Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 20.859, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T08:20:52Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T08:20:53Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T08:20:53Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T08:20:53Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T08:20:53Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "25478632593c5b32381722e64742f00931b109cd44320c93a6852b5dfbb7b87f", "output_hash": "", "timestamp": "2026-06-13T08:20:53Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T08:20:53Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.185, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T08:20:53Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.201, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T08:20:54Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T08:20:54Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 2.165, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T08:20:56Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.378, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T08:30:36Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.147, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T08:30:36Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 5.756, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "b11fdc3e0e810db84aa68d20022985b2625e8e2db462e5383ea3d89c89c45ade", "timestamp": "2026-06-13T08:30:42Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.207, "gate": "PASS", "input_hash": "42b68d1fc90fadad6757331b36402dbc132a3e0296224b6b53ad71ea1c9e4eeb", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T08:30:42Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.331, "gate": "PASS", "input_hash": "4aca728836611a235b97350ac05593f7595dc492b9d19cece7c877c778b6589a", "output_hash": "582b12ba5c854aeeda1b11df132c8f8b2ff36abc49edf861bde566f4737c407a", "timestamp": "2026-06-13T08:30:43Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.25, "gate": "PASS", "input_hash": "ee406409953677efed7d56068d3ebff49e42b3de548ee4abba436d38cb677820", "output_hash": "ac316de6c975512a7146667327a0832524370211c1d6d44ecc6318b090df14a7", "timestamp": "2026-06-13T08:30:43Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.104, "gate": "PASS", "input_hash": "adb9c998e3b60c0b559d849e92753ee2a353ed9a7b8179e377c05c2b7062fc90", "output_hash": "4f0b18bff190409c6a4b34719dd2d06f2ad8fb41a452953b35dcac5d88060a59", "timestamp": "2026-06-13T08:30:43Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.096, "gate": "PASS", "input_hash": "900a268cf82a11f8157c0782c4fb7a7f529bfe89b1503b673ab9089afe833736", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T08:30:43Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.244, "gate": "PASS", "input_hash": "3da94d3484f1e8ac913e1686815a7f717e1a31fa03b6f0873315cc072872768a", "output_hash": "1c555543f06eb14e9ffb71ccaa9a036f39644a546a6a38aad986ad4526a3c8cb", "timestamp": "2026-06-13T08:30:43Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "d9061a7649b9fd0db590be8ca458a09ff95a86047fc750ed80308c205261f027", "timestamp": "2026-06-13T08:30:44Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.269, "gate": "PASS", "input_hash": "fc49edf4dc831cfd71cd503a0b34747af151db9e1d4d7ff37ca241500a559193", "output_hash": "2449d25fc3e3bd815f16b21575e55f1716d440f7ebd1dc970dadc662fe733578", "timestamp": "2026-06-13T08:30:44Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "58af39c630e8f74cc2d8b7c87243af0a826ca0e47a2098611a40ce1d18e9622d", "output_hash": "", "timestamp": "2026-06-13T08:30:44Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "6d7dd178997a78235f191aeeb4fc8eb15559f4fe110f78f680f40426c50f4f0f", "output_hash": "", "timestamp": "2026-06-13T08:30:44Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.288, "gate": "PASS", "input_hash": "d40ec79774e9b0a8ecbd648c9b4e68b0db5ed25285d4465456f40241c8ecbc00", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T08:30:45Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.185, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T08:30:45Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T08:30:45Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.225, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T08:30:45Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.174, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T08:30:45Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.22, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T08:30:45Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.19, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T08:30:46Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.212, "gate": "PASS", "input_hash": "2929c105d91f30bf2ea440ea9be12a9f94b88db303ef7288a1af4ab3fff57166", "output_hash": "", "timestamp": "2026-06-13T08:30:46Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "feea7f1fcfbac9113a71dfc700415728969fe746a0e3f35a99586f50c19cc204", "output_hash": "", "timestamp": "2026-06-13T08:30:46Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.091, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T08:30:46Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.099, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T08:30:46Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "533abd321a418b903e39345fe8671ee37f7be9107a6c593f71ba3fd1ca6e6a89", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T08:30:46Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.081, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T08:30:46Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.201, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T08:30:47Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T08:30:47Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "464ac0e9e458108ee0d66922f347d880896a077c9abe485dc65790af229c4ae1", "output_hash": "", "timestamp": "2026-06-13T08:30:47Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.293, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T08:30:47Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "0996f4ad1db7335fac884e5ab3e28bf4f88760320c99d57c9c9a89b1cb3f61cc", "output_hash": "", "timestamp": "2026-06-13T08:30:47Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "de74198d48414ebe34524a27b5d9095b9e47e9ecdbad085f77a3a37edbc1247a", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T08:30:47Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T08:30:48Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T08:30:48Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.153, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T08:30:48Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "25478632593c5b32381722e64742f00931b109cd44320c93a6852b5dfbb7b87f", "output_hash": "", "timestamp": "2026-06-13T08:30:48Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.155, "gate": "PASS", "input_hash": "31fcdff4888275f61159dfe17c1364994a9cdcf05359c8974706b151d627c043", "output_hash": "", "timestamp": "2026-06-13T08:30:48Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T08:30:48Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.103, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T08:30:48Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T08:30:49Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.159, "gate": "PASS", "input_hash": "adec0d4a8ed7d6ef04ac7cf44f410eed2ac4a4f6b04343631bf31adcf05f4780", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T08:30:49Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.597, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T08:30:49Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 8.876, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T08:30:58Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "f88cdd101b63de5b0dfbb5b8a77ee23f5bea95a85b93977cd1e475fea1305391", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T08:30:58Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "3959be1c5ffb406f47b7f7940f30c20086545741429aafcc449461b02c3d7a5e", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T08:30:59Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.278, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T08:30:59Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.169, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T08:30:59Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "6abeba3831c95de7396429555a05e446c54ec3f55d1e4ebb131f073c7f2e5d20", "output_hash": "", "timestamp": "2026-06-13T08:30:59Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "5dd641aeac19d7afc6ae3187f87b91f92a4d5f4457e0b1506d3203910c13ebdc", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T08:30:59Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.378, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T08:31:00Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.254, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T08:31:00Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T08:31:00Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.249, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T08:31:00Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T08:31:00Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "1499c402254e3629e408ee9557aabb04fae52334c4036084d7f8b1cc696cfff0", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T08:31:01Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 7.528, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "435529a0750406e2b917e13261466efaf1ae28ad02871f78474c4fa500d0f84b", "timestamp": "2026-06-13T08:47:11Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.204, "gate": "PASS", "input_hash": "8fc96c818a7930a4c3467a9eb274cf14c36fea8e74f44c5398a51d28178fdb21", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T08:47:11Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.342, "gate": "PASS", "input_hash": "fe8b6fbd55df11cf9563194d2595519d8a0fa246e9e0ca51fe116473e9b3d17a", "output_hash": "57f660343bb79301e419ac0664c8fc169824be97b3192c0dd2359eedffcb7a24", "timestamp": "2026-06-13T08:47:12Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.18, "gate": "PASS", "input_hash": "f0b18964eefca7dabce9874659c72d6c50e20cd8fcb4c2ade6e24043a06b5869", "output_hash": "945e9a82e9d6450c867dcd31b10e55a81af031a823b9059008baa3899f9affb6", "timestamp": "2026-06-13T08:47:12Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.164, "gate": "PASS", "input_hash": "7b374cee732d45af9b7d1341dc1338c9ffc68dde3ef141029e64edfda616c7c3", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T08:47:12Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.185, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T08:47:12Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 14.58, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T08:47:27Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.257, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T08:47:27Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.15, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T08:47:27Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "974f2a457672b7ce144cae1e0c2073635012389a5e98fdd2822c0c9c339bc878", "output_hash": "7187d53ef2b11448aea6c177f7531d7fea2ad167980505e99cefbc7a82fae3d5", "timestamp": "2026-06-13T08:47:27Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "8616f975a6e3258d80501e74930c69a46b0761c073ad07a5dadb75647d76def4", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T08:47:28Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.304, "gate": "PASS", "input_hash": "4e5044159f91952aa5994231a01e33328c3a5af12169eaa98f867ceac266d8c0", "output_hash": "ba5d435021abab53ad6be10e8ce14b2ece73bfca7b31312e06bbcb8cd3f1ffda", "timestamp": "2026-06-13T08:47:28Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "d1a50b22b54ab78a73c8b582276ca118c4f248d25447e1f547c8749446a40d2b", "timestamp": "2026-06-13T08:47:28Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.203, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T08:47:28Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "b85a91cc0f1f073a053635838f471288455d7ff4d30d60a9f777c1ed63b57e9c", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T08:47:28Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "9ea6094379cd5727d59d9dc9b5ac9b30e9d793d623ca22f84c7353ac3949063c", "output_hash": "", "timestamp": "2026-06-13T08:47:29Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.196, "gate": "PASS", "input_hash": "743849fcba7e6717acb3b2656fcd459ace9423ee0111732388e49a8e21949af0", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T08:47:29Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.163, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T08:47:29Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T08:47:29Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T08:47:29Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.192, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T08:47:29Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T08:47:30Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.17, "gate": "PASS", "input_hash": "25478632593c5b32381722e64742f00931b109cd44320c93a6852b5dfbb7b87f", "output_hash": "", "timestamp": "2026-06-13T08:47:30Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.245, "gate": "PASS", "input_hash": "665be12fa60d21006ee15e8f623206bccc014fe94c17ccc353a2fe5796011ff5", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T08:47:30Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T08:47:30Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T08:47:30Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.103, "gate": "PASS", "input_hash": "468afd26eb9fa4c073daa9eeef9b6e606649210b257d84dc5e79044e055523a1", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T08:47:30Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.391, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T08:47:31Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.213, "gate": "PASS", "input_hash": "1fb28e194a2eef260721b334d82392f96208edcaf5737d0fbe67da4b1a1b1d4e", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T08:47:31Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.198, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T08:47:31Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.154, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T08:47:31Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "0c37bc06e739a2d13c832152eb0b91f290baf34110074af39c339806c812af66", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T08:47:31Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.343, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T08:47:32Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "49b4241fd420f72ee0781ca5c7e524d10bcc9a8bb50d444e2a5e60c3e2441dad", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T08:47:32Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.272, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T08:47:32Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.19, "gate": "PASS", "input_hash": "8c54f8a9ce54e7aabb4834a70afb1449856fa62a99dfa16452c8cbf8c05db8e8", "output_hash": "", "timestamp": "2026-06-13T08:47:32Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "95c6526245531a2cd272d99b85248f5bd041b85521e3a6f14b694cd6cfc12ad4", "output_hash": "", "timestamp": "2026-06-13T08:47:33Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T08:47:33Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.103, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T08:47:33Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T08:47:33Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T08:47:33Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T08:47:33Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.558, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T08:47:34Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T08:47:34Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "adf7061a073f482fd5b092d27d4ff457873aa0a54ba59dfae3467745862743a5", "output_hash": "", "timestamp": "2026-06-13T08:47:34Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T08:47:34Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.272, "gate": "PASS", "input_hash": "ee17321bd2a62f52daacfa1bddbb5b15ad77bc25ceb9170ac569007e45d4b5b3", "output_hash": "35c8a4c7bd914973d31e2445416c6a4b1fb969228a4e29a56bbe6867a081fdaf", "timestamp": "2026-06-13T08:47:35Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "61fbc29a5d0e8d939303cb62e428847120c90fc3497893c0dc63ae3e460141b6", "output_hash": "", "timestamp": "2026-06-13T08:47:35Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "b616f4b0fa543c87ad11d1f4d02635a59538f4d453ce3318dab2db1922e6c284", "output_hash": "", "timestamp": "2026-06-13T08:47:35Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T08:47:35Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "80c2b74285d661bb51bd859b3902f6689cec3036ba9649a29e539844562b76dd", "output_hash": "", "timestamp": "2026-06-13T08:47:35Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T08:47:35Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "464ac0e9e458108ee0d66922f347d880896a077c9abe485dc65790af229c4ae1", "output_hash": "", "timestamp": "2026-06-13T08:47:35Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.175, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T08:47:36Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 1.061, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T08:47:37Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.993, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "a064c1ccc746734ce4be03a2936347d5dfa05a520d1c649ee6abcbad84610262", "timestamp": "2026-06-13T08:59:17Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.184, "gate": "PASS", "input_hash": "06381bdb041ebddfd83ffe59e66452cd600fcbe18c7fb1a80c888f7b3e5279ff", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T08:59:18Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.317, "gate": "PASS", "input_hash": "29019cb6932ef270c96db9cba18867bee83403f1c3f5c2ae8aea8e17df43b839", "output_hash": "804ef6231c03ee56cc743a6495f0f0921d1d91dd292d1bb6c176a4bca2eb2c63", "timestamp": "2026-06-13T08:59:18Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "bc77bf0d62f3b282bc45064b888d659e58ecd6c4b9bf56a098f287979cc8665b", "output_hash": "a776d33139a32e63fe3b87a456e85a893ad86f9ae053939acef16a54dded517c", "timestamp": "2026-06-13T08:59:18Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "838333a83c8b306c55da2657979fdc233c21102b67f38d2307058c33f28bf981", "output_hash": "30857b187701370c37a9e51b4db64c4c2320a719a8d6abd07b3f57389e5d5974", "timestamp": "2026-06-13T08:59:18Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.198, "gate": "PASS", "input_hash": "3adec9d055c949e5123663b7c97a7b6345032c6bdd9b97ef512225c90ef15830", "output_hash": "be553e8efb1f44e0e51192c3ea7bf98a0c563a14f0a8ab09acf0fa1d74ea04bc", "timestamp": "2026-06-13T08:59:19Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "b7a439246b0312d80c2795713211df09db2395920516bd1f1f69b4e9237942a1", "output_hash": "", "timestamp": "2026-06-13T08:59:19Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "7e2be7ca01218ecacfb8369cba45794ea4c0756bbfa12ff4c70521c1b32eaeba", "output_hash": "", "timestamp": "2026-06-13T08:59:19Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "167818290a99b1a7d022315181f939a7a152d33be0b35e30d6c9b50bf10d99e7", "output_hash": "", "timestamp": "2026-06-13T08:59:19Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.365, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T08:59:19Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.099, "gate": "PASS", "input_hash": "c518ef74d594104fdedb5fa3b46b2deeaad21b8a593bc0f1e6b043b5925998af", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T08:59:19Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "6ae947dd825a31a7bd2a49d51c8de13105df14c87c171062661b49f851b64696", "timestamp": "2026-06-13T08:59:20Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "3e5226c637d5ed9004397dd53dee11fa282e510a6cc321f7e7f6ab463f0eb0b5", "output_hash": "", "timestamp": "2026-06-13T08:59:20Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "432856f105958225053e5bfdda24e4d5da9c6ff865b7dc19b1f53c118c33fc84", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T08:59:20Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.102, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T08:59:20Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T08:59:20Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T08:59:20Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.216, "gate": "PASS", "input_hash": "e3fb61608a551cceae9ff500cc9f0e0bbec26c98b69a010e58f5a4ca3e4127c1", "output_hash": "5de05ec870550b789c769b352c3c1a1b1e1c918fe74a6fcea8dc9ff8d91987f1", "timestamp": "2026-06-13T08:59:20Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "2afce1ac9d71214abdb10ca8ab4f3c6463da74d06f47638aa4b46d77bb61fbe3", "output_hash": "", "timestamp": "2026-06-13T08:59:20Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.094, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T08:59:21Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T08:59:21Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "9e3ee3e925e2ceedd296764bad0875706c388fd7979280444878d3337e77038e", "output_hash": "", "timestamp": "2026-06-13T08:59:21Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.169, "gate": "PASS", "input_hash": "a61c0ec3912e42dd75df366bfebd63a174188c0f057c365ee2fa49a5ec0c9854", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T08:59:21Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.1, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T08:59:21Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T08:59:21Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "d8283ce6e1d3990effc89f484e0d584760f8876897378b42e2d7fced045b3cde", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T08:59:21Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.186, "gate": "PASS", "input_hash": "2c6c2e1249dc9263969798c624c12116dba067772131ea15858a8f0056022034", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T08:59:22Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T08:59:22Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T08:59:22Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T08:59:22Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.354, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T08:59:22Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T08:59:22Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.3, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T08:59:23Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 8.203, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T08:59:31Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.197, "gate": "PASS", "input_hash": "1071d82f5613092abe0e085f488054d7649b61aa0cb1f046f68a34edd2dcde2f", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T08:59:31Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.183, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T08:59:31Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.511, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T08:59:32Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T08:59:32Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T08:59:32Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T08:59:32Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.154, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T08:59:32Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.186, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T08:59:33Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.37, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T08:59:33Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "b752ff2b1d6e5935b5238234030a3aa729435c9f48d9290c9aa4be7d47640f14", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T08:59:33Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T08:59:33Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.163, "gate": "PASS", "input_hash": "87eacf33c663bdbacc195afdb23ec9fd76a14ac28d83fe9214bde360d5066487", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T08:59:33Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "25cb48da5d4ea4adbcef344bf4156b6e81de0443d403f91b1064580efecada1e", "output_hash": "", "timestamp": "2026-06-13T08:59:34Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "464ac0e9e458108ee0d66922f347d880896a077c9abe485dc65790af229c4ae1", "output_hash": "", "timestamp": "2026-06-13T08:59:34Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.227, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T08:59:34Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T08:59:34Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.241, "gate": "PASS", "input_hash": "4aba68369ed5f83528d2332ef66d6723f6c508ff881eda60fcc7cc846edda7de", "output_hash": "", "timestamp": "2026-06-13T08:59:34Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "cdb506c4426894234356950ec0e1785f5363adf8c04986d46aa0fda3b9348233", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T08:59:34Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T08:59:35Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.32, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T08:59:35Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T08:59:35Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.938, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "a9da1e2af6a1022cf76ed2a2d0a47827b89ce641380b5cd839a4b64126f484c0", "timestamp": "2026-06-13T09:03:07Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.186, "gate": "PASS", "input_hash": "0b53469dbf1cd59deb56b4293e20843d2db6ae25f93cbce5be12471f44cfc76f", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:03:07Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.279, "gate": "PASS", "input_hash": "c410061d172c1425e2ff700a2f4b5c70fde2cb2c7d94bd39f601392ab1b36405", "output_hash": "9cae0587260693b3756293a8f6f9f4dbe79d3026595b4f5edc3e44c3eadf5a59", "timestamp": "2026-06-13T09:03:07Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.219, "gate": "PASS", "input_hash": "e59e704399ecca29eea2890e3c3f12d9a2fd0151681694edd13e44a2dec1132a", "output_hash": "c8df99f5e9f743353b08e2dbfb456730a8aa7f1fdf04bfea31e597b562034008", "timestamp": "2026-06-13T09:03:07Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "2eaa2005707363a620a8cd91994f9e1b65bfd4419ef81b2a972bef517ba24c85", "output_hash": "041c32c90ff7734f4af8f18814e98d500b0ae9111270905f212950f3257a03e9", "timestamp": "2026-06-13T09:03:07Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "a5c2a64397b6d0cad92a968832e6a4f3ed4ed29c7f9332b184fc808b315fc0b2", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:03:08Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.261, "gate": "PASS", "input_hash": "3e97bdbccd0890234cffd1ce2c29de969849e8a889d295191cbff64f67b29fe4", "output_hash": "29c678c95c24ac06e019d6adca6b85cc5e95e7d4313331df915c5b8faeb631e5", "timestamp": "2026-06-13T09:03:08Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "1ff8c8966eaa164971731a52dfd82928a9ecc452a82c81c259d54a48b32107f9", "timestamp": "2026-06-13T09:03:08Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.106, "gate": "PASS", "input_hash": "7d07fec4b178c373f3615b4e39657288e9e17bd85eced4d8ace8a551e1dccb0a", "output_hash": "", "timestamp": "2026-06-13T09:03:08Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:03:08Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:03:08Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "9e3ee3e925e2ceedd296764bad0875706c388fd7979280444878d3337e77038e", "output_hash": "", "timestamp": "2026-06-13T09:03:09Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "ea5c31047cbd8da1909385c88c8ba57e79bad033e8cfa03ef553a4a53dddc998", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:03:09Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:03:09Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.093, "gate": "PASS", "input_hash": "464ac0e9e458108ee0d66922f347d880896a077c9abe485dc65790af229c4ae1", "output_hash": "", "timestamp": "2026-06-13T09:03:09Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.092, "gate": "PASS", "input_hash": "08da3a06f2a84db3d715e2f6c41b5195996a85d3630c7072752ef6682de25b77", "output_hash": "", "timestamp": "2026-06-13T09:03:09Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:03:09Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.213, "gate": "PASS", "input_hash": "4409caf982f35cb1942a99c3a707e7b865f5293b570d9c6aca4072ba28a008c0", "output_hash": "0e91b013e56ca05536b37414ac5d3e2f9e5052f36ffc1ba6d59bfedf4070f4b0", "timestamp": "2026-06-13T09:03:09Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "51155df62c8dbf2f5794c200b0439cc04e54ce464d7e96db999919905fce4024", "output_hash": "", "timestamp": "2026-06-13T09:03:10Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.235, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:03:10Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.187, "gate": "PASS", "input_hash": "4a645c32c268dcc83873b177a5927ccf2cbd9c3777e56a6cae30d423b2125c03", "output_hash": "", "timestamp": "2026-06-13T09:03:10Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:03:10Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.341, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:03:10Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:03:11Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:03:11Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.1, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:03:11Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "d69b7f93b5748da36ac45a111b9811d2f9f7bb47dd744e8575d654b0eb31cc08", "output_hash": "", "timestamp": "2026-06-13T09:03:11Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "4743f410405f1683b1d2f1f795643324cb84a6b7ee10ae91641eaa8b79b40bb1", "output_hash": "", "timestamp": "2026-06-13T09:03:11Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.224, "gate": "PASS", "input_hash": "7265fa2412a988e3a4d6b64d8af3872d4cb90e095908347e15499625f8cc5b1b", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:03:11Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.213, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:03:12Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "88251eeead2c9d9e2fad700575e1a48bd1c16c2d1d5f35e28a3fef2240ce3c53", "output_hash": "", "timestamp": "2026-06-13T09:03:12Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.096, "gate": "PASS", "input_hash": "7092f1486c9fc26afaa90d243958d9cb191fb2874723d68473cdf17818201695", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:03:12Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.415, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:03:12Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:03:12Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.155, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:03:13Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:03:13Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.197, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:03:13Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.155, "gate": "PASS", "input_hash": "8f58464e3d16356c0ee333f13b16ec05f8fed59a965af14a9b624abcb694ef03", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:03:13Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 9.605, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:03:23Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.43, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:03:23Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.288, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:03:23Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.102, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:03:24Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "ee0e640a47a3cd67bb8eb0700348fffc306f29c3f5412a6d7acb23959c3b2c3f", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:03:24Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "0d4548190f7d0ae9e82381422c3a498e96dd95f6764521e93476168a3e1314e0", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:03:24Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.1, "gate": "PASS", "input_hash": "e309d502cda0878a433a16ac26d8dc1184e690189ee2f9e3b61d98bf670c36e0", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:03:24Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "12d9eb55f3c7532098a1c7a27e191b71a68faa99d0111057e2b2cdac931ad5bc", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:03:24Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.363, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:03:24Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.127, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:03:25Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:03:25Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.1, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:03:25Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.1, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:03:25Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:03:25Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:03:25Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.231, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:03:25Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.086, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:03:25Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 5.029, "gate": "PASS", "input_hash": "d0a51205b3c4e26b785dd79ad5887d96f8e0a4214c11a380edae4e1bcb96a92a", "output_hash": "baf0b0e35087fbcb035f8ad3f3705711e0d2ac97c8f8f4ceff5e7940edc50596", "timestamp": "2026-06-13T09:09:51Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.291, "gate": "PASS", "input_hash": "153452ea2e6e76fc95d066f82ca8804b4467c63b15f6b3d7b7ea226de040213a", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:09:52Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.405, "gate": "PASS", "input_hash": "7a5d98ee43737f45dfcf2d27af68dc4d8c45761857293ee2a402cd7e31d23027", "output_hash": "02349a8210b1227149d692365b7d336de431c1d6f0939236db58da93e04c002b", "timestamp": "2026-06-13T09:09:52Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.222, "gate": "PASS", "input_hash": "fc50447e754c7ce3a9ac25f8f00eb0a79776b8796adc31cf391e2856d0d4eef5", "output_hash": "51214618f2b0ad080cd9330e66ccea1a05a22f43292876f1f4110c6ca3575686", "timestamp": "2026-06-13T09:09:52Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.147, "gate": "PASS", "input_hash": "3c8e7d34f61bd81cd8f146a1a0a4ac8e9dcc398c8942bde2687069c9e4211f5e", "output_hash": "ee89a4d7e3a56e1ddf1b977bee259e25a792a4cf6803304676406c4784087d93", "timestamp": "2026-06-13T09:09:53Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:09:53Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "4686a16bb111618e83a5b55147ab8dbfdf6ce2a254eb70db03906ae580ced9c9", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:09:53Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.262, "gate": "PASS", "input_hash": "9608623710f5d74a747b69a102d2b7ba3314c22367278b61ca621cf1a62dbf70", "output_hash": "3ee85045557fc0a9b333bde553a9146506f2cd73153daf721d3666ffb9218da0", "timestamp": "2026-06-13T09:09:53Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.193, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "59df6d30e9b91635270014cd078814bd39854ff94df47d4713382b9577d8d836", "timestamp": "2026-06-13T09:09:53Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.405, "gate": "PASS", "input_hash": "41e1cfc7cc1c5b08d2705c099e7c032fefcb0d341da26efe7cd4e51bffaeb2a4", "output_hash": "9b7a9215ee3d18efdc43f42e8d61189bcbc6cd5bbd970008838b57a16b5e16ad", "timestamp": "2026-06-13T09:09:54Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "9fe5510f294bb2e51d3e36cfbb626c03dc8ff46fc10927940a203a34a652f164", "output_hash": "", "timestamp": "2026-06-13T09:09:54Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.381, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:09:54Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.153, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:09:54Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:09:55Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.196, "gate": "PASS", "input_hash": "d24000c01ffabaaeb444376c657190ece3da22edfffe29f2972caf61ca7d3571", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:09:55Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:09:55Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "5fbc9e72136d48f6e08852fd1f31b1c9e9652a9d61967b5de01688767f3b10de", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:09:55Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "f84a672ced9fa33b52b24ff96a74dcd0f76ecc5e3797a3964e3fa10a14734131", "output_hash": "", "timestamp": "2026-06-13T09:09:55Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "464ac0e9e458108ee0d66922f347d880896a077c9abe485dc65790af229c4ae1", "output_hash": "", "timestamp": "2026-06-13T09:09:55Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:09:56Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.269, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:09:56Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.189, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:09:56Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.172, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:09:56Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.096, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:09:56Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.094, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:09:56Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.094, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:09:56Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:09:57Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 9.046, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:10:06Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:10:06Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.121, "gate": "PASS", "input_hash": "4c764b3892d830862cd9666b85f01e7e0f44b02ff1698b51e9a1d8ace72f8989", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:10:06Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "47df34d920abc1221021abdf5831a9e1ab475f45e37d835ae001f6e8c7f53e8b", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:10:06Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:10:06Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.181, "gate": "PASS", "input_hash": "92e95cdc5ae53efb5f72755bfd60f290c08d7cabab9334189b9ffa16c4684606", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:10:06Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.405, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:10:07Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.096, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:10:07Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "5e3f66c25ac6b78be1829e24195721629c7cce51caeef4e5851d6c942b500908", "output_hash": "", "timestamp": "2026-06-13T09:10:07Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "ef10467df9294c30278a9a9f7b60b1eb0c7c0888413c4c103bfba0dab39bd546", "output_hash": "", "timestamp": "2026-06-13T09:10:07Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.234, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:10:07Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.235, "gate": "PASS", "input_hash": "bbe6afeb8e81bbb66700921265b355dd136105ffb064b815ed1b568f56b05c79", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:10:08Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:10:08Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.405, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:10:08Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.238, "gate": "PASS", "input_hash": "bf5316e175fdfe6741bd74d1db0179f3e07ab339a60b486bfbc501f81b45726f", "output_hash": "", "timestamp": "2026-06-13T09:10:08Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "380147e68aeea7d22c7b7521b45e2438da4142b51cf7d4fbe1dcbf31832adc62", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:10:09Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.299, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:10:09Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:10:09Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:10:09Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.311, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:10:09Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.151, "gate": "PASS", "input_hash": "9e3ee3e925e2ceedd296764bad0875706c388fd7979280444878d3337e77038e", "output_hash": "", "timestamp": "2026-06-13T09:10:10Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "43dea5d763244546fb8064d8f779dd3018b0ef628d03cbc2926cbaa06ff86aae", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:10:10Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.183, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:10:10Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "b9cb94a4e884b329620c6bc2a6bbb1de3d7fc4b48d892a4a1a31de88f22b1bce", "output_hash": "", "timestamp": "2026-06-13T09:10:10Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.159, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:10:10Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.232, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:10:10Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "b28b318d72413fa9ea6f6e69c5c90e5301231ad433a3c2634b3d86ff95228b90", "output_hash": "", "timestamp": "2026-06-13T09:10:11Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.15, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:10:11Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.332, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:11:53Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.46, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "b8a69bd5c2b5ec14208e46743d0d73398f2d8b8c74545e571245554cc207d5c8", "timestamp": "2026-06-13T09:11:58Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "5b4b38098afed9ccbc6c6930275f5e864927976766583b1bc9648d5aefc8de97", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:11:58Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.305, "gate": "PASS", "input_hash": "ae8ca066d20b955ec5a0d00d30bc76a0aeaf4f2fbf021944e917be6e3942a548", "output_hash": "2110a5b385b35d93df278cf407665abb87cb77b04d1baf84f392bceedc70a026", "timestamp": "2026-06-13T09:11:58Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.18, "gate": "PASS", "input_hash": "da7d73213ce9fd59d2b2cf80f6b4b3464f9d9e11c4b384b35fc45ebfba6db8bd", "output_hash": "c392a21a4fda104b9ec6387033f103fd37367ec0101d30ec25089a230bdbf517", "timestamp": "2026-06-13T09:11:59Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "a8ed3a18b6a0e3ad9101fd6fd4fd4ce49b7f90813c3aca8d87a4ea2cc25cb585", "output_hash": "845546cb5075f1a10508599e8f4c8cf63034b75d406b502799ee0afaf9f6bfef", "timestamp": "2026-06-13T09:11:59Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.241, "gate": "PASS", "input_hash": "24a8588d07c3760366c6a21686f46b3ae14beb445af7c26090837322e27d4f8d", "output_hash": "0bc32c895ad5560d46f58827de32925ca27622c6a1dbb674862124375a52b055", "timestamp": "2026-06-13T09:11:59Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "f0f01a1c59456c90422d8de2c04f98f7576c1ec5f466ccb18b030caa1cc1ff16", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:11:59Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.453, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:12:00Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "65911fd95810c498b02b4155ebd31ad8dfd3fd7839fdc404ad57232d1b97a38a", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:12:00Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.102, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:12:00Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:12:00Z"} +{"node_id": "build_shadow_promotion", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_promotion_scorecard_v1.py --shadow Temp/shadow_ledger_v2.json --live-replay Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.142, "gate": "PASS", "input_hash": "59a95928e0981731bf67373bca5b1edda7cfa92afe21a6ff9609b225c27486d2", "output_hash": "ab262e80beb66f764bab3a1eec2f3409d788f2d2f650fda56ddb3ab3f1bb35f4", "timestamp": "2026-06-13T09:12:00Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.151, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:12:00Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 7.729, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:12:08Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "e706d0973926cd5fa14e9a47881995cc550936d7102bbdbde36f6bb85c9e2dd8", "output_hash": "", "timestamp": "2026-06-13T09:12:08Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.184, "gate": "PASS", "input_hash": "e69e025e6c8dc7a481f55a0dd893cd366651de1d9c2119df0b59de90f71a85e2", "output_hash": "", "timestamp": "2026-06-13T09:12:08Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.255, "gate": "PASS", "input_hash": "47f2e45c144553cea4d715b744ced712a5f114d58a62287291fbe9b9cbe5bd88", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:12:09Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:12:09Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:12:09Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:12:09Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:12:09Z"} +{"node_id": "build_rebalance_sheet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_rebalance_engine_v1.py --json GatherTradingData.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "0b81e5f17f6a8d5732e7d824809a8c06a380f5ad8febb0d25ecf0db69aca96c0", "output_hash": "fc692c8dd3227375bfe5208ddca14a7679108744beeb520fcaf6c5baadcf9614", "timestamp": "2026-06-13T09:12:09Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:12:09Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "bf348893884413be86eab2785d4510215c143b29836ec9962c2a9591a11e1f6d", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:12:10Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.095, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:12:10Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:12:10Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "9e3ee3e925e2ceedd296764bad0875706c388fd7979280444878d3337e77038e", "output_hash": "", "timestamp": "2026-06-13T09:12:10Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.177, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:12:10Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.487, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:12:11Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.098, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:12:11Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 0, "elapsed_sec": 0.36, "gate": "PASS", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "1bc94c13f82563e7db0e6263d8ffb86b5a8b6452346a85be2db923a576a73f9f", "timestamp": "2026-06-13T09:12:11Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.186, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:12:11Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "1df8dccf4d665eed78719d4c08efdbb53eec2705350d74bafd5b8fe587f2f077", "output_hash": "", "timestamp": "2026-06-13T09:12:11Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "c911fd36bd8a7433d67f8f441b33b75a4cd3ced649214bda4f174c9a649b3a24", "output_hash": "", "timestamp": "2026-06-13T09:12:11Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.318, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:12:12Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "29fe87f9e3781c01151b6d4f05e8d5ab4b171d4b020f8400588bd462c1e0869a", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:12:12Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "464ac0e9e458108ee0d66922f347d880896a077c9abe485dc65790af229c4ae1", "output_hash": "", "timestamp": "2026-06-13T09:12:12Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.159, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:12:12Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.207, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:12:12Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.335, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:12:13Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:12:13Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:12:13Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "ce8ea50a2afb384a6a4922a5232fe416b09483999026f70b184aeed49434a821", "timestamp": "2026-06-13T09:12:13Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.226, "gate": "PASS", "input_hash": "eaf8097eae1142339b13752e7a05fbd696b720cea00bdbd7de21817d20d578f7", "output_hash": "dc34aae1816302748bb08c00144e60eabb7ae2216f5829ee075d04573b0bd1cf", "timestamp": "2026-06-13T09:12:14Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "9dc8bc15eafae6adb4776e22490a5f8a37bd4403da82838702d999c8e17ba1e3", "output_hash": "", "timestamp": "2026-06-13T09:12:14Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.102, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:12:14Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.09, "gate": "PASS", "input_hash": "24b1ab114b6454918c445bad6245147813881757071d6234f071481608d97ddc", "output_hash": "", "timestamp": "2026-06-13T09:12:14Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.166, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:12:14Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.201, "gate": "PASS", "input_hash": "74c2b5a84da5a6dc7eb6c4620f2d08451977480a20762a64d60c329f6ffbad30", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:12:14Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.127, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:12:14Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:12:14Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:12:15Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.095, "gate": "PASS", "input_hash": "2e6008b4101b0b252ca1ea5f6dfde52856259f008815ea0204bf07363cd1e1ad", "output_hash": "", "timestamp": "2026-06-13T09:12:15Z"} +{"node_id": "build_profit_giveback_ratchet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_profit_giveback_ratchet_v2.py --json GatherTradingData.json --out Temp/profit_giveback_ratchet_v2.json", "returncode": 0, "elapsed_sec": 0.154, "gate": "PASS", "input_hash": "cecaba203265e2a1b8fee5a3a59aa478716305b01953c354382c97500bdc1d73", "output_hash": "b44d85b4f97d888861ce8c57363d568340fa713250ee23aba4c44718ad062dda", "timestamp": "2026-06-13T09:12:15Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.193, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "ceb613386d201848f9f185ee2c90157ce42d8bb296df055b0f2d7af56e761182", "timestamp": "2026-06-13T09:12:15Z"} +{"node_id": "build_bundle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_bundle.py", "returncode": 0, "elapsed_sec": 1.704, "gate": "PASS", "input_hash": "0cdaafaca0ffe81c715206f1dffe15cdca90954cf231997f8219e427378e557f", "output_hash": "621d8b16f4cdd10f6e4ba12ddea442041cdaecd2110e819802d0d36de106558f", "timestamp": "2026-06-13T09:12:17Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "eb12b094f4e65b89b5c6bce0be1713d2e643c350ff5bd3a7bb64b7fa8f574e14", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:12:17Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.181, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:12:17Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.153, "gate": "PASS", "input_hash": "4d9212bdd6b28e8c9552376243a42768dab5c18b7e52d9504a88d150dd1c0ed5", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:12:17Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "79cc5342cc1f451f557c07e7f48a543ab2d5a4892265183dfb15afdd8e38d917", "output_hash": "be1dcbaf39ac94fb75afc5e3a4dff3c5cfcf21fac2e6a18ea4c3e51c56c4c02f", "timestamp": "2026-06-13T09:12:17Z"} +{"node_id": "prepare_zip", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/prepare_upload_zip.py --skip-validate --skip-convert --validation-mode package-only", "returncode": 0, "elapsed_sec": 9.338, "gate": "PASS", "input_hash": "822ae2b5986ef39f0db2d2cd652d9fb023f45c01ed3667d722b12a3e27e159c2", "output_hash": "", "timestamp": "2026-06-13T09:12:27Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "efa08192642c5feb17639758904a505eae69c9500cf862c37e3880dcc785ed69", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:12:27Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:15:31Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.438, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:15:32Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:15:32Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:15:32Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 7.481, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "f61512acd8344e81e15573372aedbc914fd2c716aa2d25702a4d28d9a025fef4", "timestamp": "2026-06-13T09:15:40Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.182, "gate": "PASS", "input_hash": "875409b0aedb1e101ae94f117d19f5d04567fd4d19fc30860b661d3445764f23", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:15:40Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.297, "gate": "PASS", "input_hash": "54b3745994eac11088c2246e49f16a179ed5e94defa9f1fb29c5b1f84e4b36af", "output_hash": "f59471e3cb21dfed63f1e130485d70d1c324123fe29932f77407d2f83e1da5f6", "timestamp": "2026-06-13T09:15:40Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.238, "gate": "PASS", "input_hash": "509f3a7974f4270013f3c0875d2a0dfce4ecc164c52204de0bb9e61326f9323c", "output_hash": "341f801fb37b6adda7c0f2cfa54a63628cef73838253cf3272350c45678142b7", "timestamp": "2026-06-13T09:15:40Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.147, "gate": "PASS", "input_hash": "35e41f35c924d826f9fc85bae19e45eb7ec3a34f1f3b9ba6f5098116e3f89fd4", "output_hash": "e83f431fea0d90e2f0c06bdac2f5371127b19adf34c0765a44a800755fb2c2bd", "timestamp": "2026-06-13T09:15:41Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:15:41Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.241, "gate": "PASS", "input_hash": "c726d8f7cab0dde05aebb7057516726a71ba493a13f6bb9f12d982af648f61ac", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:15:41Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.184, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:15:41Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.196, "gate": "PASS", "input_hash": "070f5e694aac0da6b6626aee0546575d6e107d5f54161f5dba2216c296e1af52", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:15:41Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.223, "gate": "PASS", "input_hash": "1366feb78bbbd6ab83fbaa8f31960746d68f7c95d2e850763480fd85f10ab8f9", "output_hash": "7cfdafcaab641001f01ec6348979064ea8f8af0dfb06a6d0fc91b8893cd1ac13", "timestamp": "2026-06-13T09:15:42Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.197, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "ec51c591ab891848a1310ddff91f965430e4b1b91c66fbe30416777e59dc32bd", "timestamp": "2026-06-13T09:15:42Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.272, "gate": "PASS", "input_hash": "13992941e6c49ce65c48716ea357c60b92294aa564eacf9b07245db1571ce9f3", "output_hash": "1449d22ba022fbd711e4700a46083526dbc79ea60b777242fb8edfc21598c063", "timestamp": "2026-06-13T09:15:42Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "fe515ae18350aa0d4156c119df6acf3d3dd1cc526c1a3b56694240117e929221", "output_hash": "", "timestamp": "2026-06-13T09:15:42Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.215, "gate": "PASS", "input_hash": "c15444cceb4ba7104184aa47bbff198bd4e73305aeb7ef432a8ff33d6e78ead2", "output_hash": "", "timestamp": "2026-06-13T09:15:43Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "72580c0a56f6067de925ac843459e9e819cebc5a630db6c23f55180c28977931", "output_hash": "", "timestamp": "2026-06-13T09:15:43Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "73103a90711375c4035ed3fb3abb1f7234134a600a417812ba35305944934d7b", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:15:43Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.39, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:15:43Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "6392360d95810c3c76c64503a664247bfa5d7223a309c8a50b3f3e043f6cc4de", "output_hash": "", "timestamp": "2026-06-13T09:15:43Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "d27c6908c2912e75e61f773d1632947fb2cb4c61fa8f3e9fc7a10fa57927dd7f", "output_hash": "", "timestamp": "2026-06-13T09:15:44Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:15:44Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:15:44Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.398, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:15:44Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:15:44Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.341, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:15:45Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.102, "gate": "PASS", "input_hash": "13b5af485ea82be49be73b66cbd70d2c628b46244e398593ce314472d3f4c29e", "output_hash": "", "timestamp": "2026-06-13T09:15:45Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "c5baae180802e306755a851cb847c43ae2e261bf0522fb8c40d997a062a25b17", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:15:45Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:15:45Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.172, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:15:45Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "14f61dbe46340189043a2081203e444764279fc99a7a1dfaaf74124b49558c22", "output_hash": "", "timestamp": "2026-06-13T09:15:45Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:15:45Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.221, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:15:46Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:15:46Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "a94f0c3b41f576dbf697da49a101eefcfb8ba6652fd233639679ca32ea13ff14", "output_hash": "", "timestamp": "2026-06-13T09:15:46Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.234, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:15:46Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:15:46Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:15:46Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.146, "gate": "FAIL", "input_hash": "11708a6191bdbaeeebd09735c0f3a69fd151e59e5542f1f31c1184303a50e367", "output_hash": "", "timestamp": "2026-06-13T09:15:47Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.147, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:15:53Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:15:53Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.168, "gate": "PASS", "input_hash": "c15444cceb4ba7104184aa47bbff198bd4e73305aeb7ef432a8ff33d6e78ead2", "output_hash": "", "timestamp": "2026-06-13T09:15:53Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 7.417, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "36dfb41b14b4b96d32af53179af49e90179c201c24059aee65a492b287fedd43", "timestamp": "2026-06-13T09:16:00Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.241, "gate": "PASS", "input_hash": "ba22e92325b7410adacd70fa6f2342fd603dfa180f25eeecfa09701e0633ca8b", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:16:01Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.369, "gate": "PASS", "input_hash": "a187c05233184f41161955f701943a898d53bcc6ed0de8947f6293a025b54a6d", "output_hash": "eed9bfcbd434bf6e551451800edacfe9c99532d7090e052d91684918c0848453", "timestamp": "2026-06-13T09:16:01Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.224, "gate": "PASS", "input_hash": "fbacc00e6d4f0424af96b9cb5d115655caa712ebdb1bd071ccbd814e5e1c86c0", "output_hash": "8518a45a93ab3703d978ddd76046170a09ba1ba1652f42290d7aa3a45f91b643", "timestamp": "2026-06-13T09:16:01Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.182, "gate": "PASS", "input_hash": "8e08f77633d0938a03091ff224fd4f38b4a72fc46affee3fd84d4683f3853e72", "output_hash": "17e6eb0082317b9e6e4ed5e79498af08df169a2055474db5dabd743d96b64cb8", "timestamp": "2026-06-13T09:16:01Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "60695d1a727f5903e6f290f6f1951aa6da081be1635bcaf100fa44c64b4272d3", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:16:02Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.267, "gate": "PASS", "input_hash": "1ef19db5ea6db6150c1ac5e77ee921654aff9286ddded34c50f6bd26f0b51579", "output_hash": "8e9347dc6c6897d34af7e8f72c1924e6495ba54c689a9e1345c0b79913fd86fa", "timestamp": "2026-06-13T09:16:02Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "449c63def2e9b4d22f507e813281744c5cee62725fba42b8176f5f145f3d1c32", "timestamp": "2026-06-13T09:16:02Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.226, "gate": "PASS", "input_hash": "8937aabbd4235058a249c77f54fc9b2fc830ea20123033bca95264a2497ddea6", "output_hash": "ded76e0eea480f7986887ef3c6cf33fbd1d0d2e69d0f544b4e95c6b714a0786f", "timestamp": "2026-06-13T09:16:02Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "c1dc7fe4a5058427e054b561d029c85041e99658de73c2e104eadbb336d9e63c", "output_hash": "", "timestamp": "2026-06-13T09:16:02Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.212, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:16:03Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.151, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:16:03Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:16:03Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:16:03Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.23, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:16:03Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:16:03Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.098, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:16:04Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:16:04Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.187, "gate": "FAIL", "input_hash": "11708a6191bdbaeeebd09735c0f3a69fd151e59e5542f1f31c1184303a50e367", "output_hash": "", "timestamp": "2026-06-13T09:16:04Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.218, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:16:09Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 7.194, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "94edfc512709e46724ce64736b3968582e59c51102cb73506956e006dff72c03", "timestamp": "2026-06-13T09:16:16Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.225, "gate": "PASS", "input_hash": "05dcf5ec452054e86d3730fdb864b65db1716dff159e90c4b78360d52f60d0aa", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:16:16Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.288, "gate": "PASS", "input_hash": "48aee266a3e9f21fbb84e72eaf63dd8886296178a81beaccd6df38a5e80adc82", "output_hash": "eb91b16248116bd074018b6439f4911f1e0a7d358cc70f0c4130aab7717197ee", "timestamp": "2026-06-13T09:16:17Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.204, "gate": "PASS", "input_hash": "68ce95c7dc84ae705ac9dd6b1f99dd2821a3653bab5cfe91a4bc0e693d6aeca0", "output_hash": "ac34b5e9ede4fb2ad68e0812212d03c728c97f1eb21c81dcde23597b3c05ad61", "timestamp": "2026-06-13T09:16:17Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "b2dc6e074eaa7da9ceeec72b9880c861396b2c8d2f20292fffc24b299583ca90", "output_hash": "35221fbe04311c24e793c17d36405c1b2e0ae19c8b84d7d54ab888a8e58ff735", "timestamp": "2026-06-13T09:16:17Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.201, "gate": "PASS", "input_hash": "4c16825a1662933400933c0d9015d374412c26a3cf3b0ab4484512f1a3e92142", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:16:17Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.257, "gate": "PASS", "input_hash": "bc961898922b65edbb6035bf60cfc29dfea218f94f9f5ed299261493fa4d5dd0", "output_hash": "dc755d8eb22586512daa53b08642a7b964c59bb15103dd3d8515d960bba2f419", "timestamp": "2026-06-13T09:16:18Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "29bf8e50b75d03dfd71bbccd2c47fbbd5ebfe3ad85e3394ab85b31b0315486c7", "timestamp": "2026-06-13T09:16:18Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "55fb606e94d4ee64ac01d95534388d2f0a778eec4bea4767ed10f44fb0ccece1", "output_hash": "", "timestamp": "2026-06-13T09:16:18Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 14.644, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:16:33Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.394, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:16:33Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.263, "gate": "PASS", "input_hash": "fcfea07987be45ee8b47d86355a3d4c30b628ec17d60f7d63ebf3c36a1acfab5", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:16:33Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:16:33Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.151, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:16:34Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.207, "gate": "PASS", "input_hash": "3e42efd6dfc7e616f7602d2044eb9708f38fc9eba436276959a648dc139cf559", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:16:34Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:16:34Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "55309777e04b2c2df0ef078716da55f35848a1b88137033a2b9975dc85346f4c", "output_hash": "", "timestamp": "2026-06-13T09:16:34Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:16:34Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:16:34Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:16:34Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.168, "gate": "PASS", "input_hash": "0fd041fd0ec5125bac2f683a9c695cd93f40ef62932a9d9d69f5d96c3c700e3e", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:16:35Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:16:35Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "f8ca7d7839407a1c452ff2acedbca90742c5e0fb211484dbc0d36305641a9e2f", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:16:35Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:16:35Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.221, "gate": "PASS", "input_hash": "755333dc03ea7214e1818fde15ad8e558125cc8f9a99a25f32e15ae4437b9f47", "output_hash": "8bba19d592a6a503459fb06fb0daf1317770ebc49277324f736711248bd9c756", "timestamp": "2026-06-13T09:16:35Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "b5da1644bd9aaf0888da262fc1eed2b864611e9ea688b460305a0d5951777943", "output_hash": "", "timestamp": "2026-06-13T09:16:35Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.197, "gate": "PASS", "input_hash": "29f5285ebdd8335b87ef0b519b51a83fc01e8b7920ff6c32dc6843cb2841d575", "output_hash": "", "timestamp": "2026-06-13T09:16:36Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:16:36Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:16:36Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.255, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:16:36Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:16:36Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "94e6608491e93da3ead1af67d81b54930909d0794c8f72f80e5c6407644b6452", "output_hash": "", "timestamp": "2026-06-13T09:16:36Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "f1b806da874910fb518694af1911af75f12c2577841c623bf4c8cdee20ae50c7", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:16:37Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.151, "gate": "PASS", "input_hash": "4f55c170049de5e714b1389fc45e010b116bbbb07aa568cdc3a5545af74a0b68", "output_hash": "", "timestamp": "2026-06-13T09:16:37Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.466, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:16:37Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.095, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:16:37Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:16:37Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.243, "gate": "PASS", "input_hash": "cd8fc843dd8fb931e77e30de6c0079a0abb819c9616f67cf70f4aae0950a0e02", "output_hash": "", "timestamp": "2026-06-13T09:16:38Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "5891c775919a4e1c27a3609fd0f79bc1c68501870e1f6cc71ca8ae896a0a6790", "output_hash": "", "timestamp": "2026-06-13T09:16:38Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.234, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:16:38Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:16:38Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:16:38Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:16:38Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.121, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:16:39Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "23120ab296a65f6635f1a7cb98a72bdc022005fd147049fcc6b0e280cb7aca8d", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:16:39Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.372, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:16:39Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:16:39Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 1.116, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:16:40Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.145, "gate": "FAIL", "input_hash": "11708a6191bdbaeeebd09735c0f3a69fd151e59e5542f1f31c1184303a50e367", "output_hash": "", "timestamp": "2026-06-13T09:16:41Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:16:46Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:16:46Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.434, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:16:47Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "3e42efd6dfc7e616f7602d2044eb9708f38fc9eba436276959a648dc139cf559", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:16:47Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:16:47Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.229, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:16:47Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 6.03, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "ffd80f0245f764c3a9a5050a7475451f04eb9602f88b7a4f4af932e4dad96679", "timestamp": "2026-06-13T09:16:53Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "ddb4df31b1345fd6374532e17af0261a1a583ccbf44c4cd0d3d7f7d7c786cc11", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:16:53Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.292, "gate": "PASS", "input_hash": "cf274a2b55186bd418cefdbea3630cc2cc7ae2e4fc9322ad1cbc8cd1eec86bee", "output_hash": "5f66b39536c33f4d92fab8928f8ca3aa37372892ca507d51d6fc38221ab64763", "timestamp": "2026-06-13T09:16:54Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.173, "gate": "PASS", "input_hash": "c4fbaca2e8e10bd6385fbbbe06d5c7a530a289d9ec51f71ea0d446b4dd6e9229", "output_hash": "4b891007d3d72cb19089642318ba935102a0969da05960a4d7fcb1be6e825fb7", "timestamp": "2026-06-13T09:16:54Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "449252559b87d4bed933f6cce81cba376069c493ec1c9b90ce5595ff76551888", "output_hash": "f923129f8e2e8c25ef5cdadedec69f38a0762329ed73b4063873e9367cae5710", "timestamp": "2026-06-13T09:16:54Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "bf1d1b29a6f33e58116a46a6aabab0883c88c500930609d179862d635cc6a190", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:16:54Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.241, "gate": "PASS", "input_hash": "d20a535de714e43f14c3e5c9cffe7408db121e0d4c3f0d549d0a01e9a6d138c9", "output_hash": "8b8a5941fb1443b27514e6b938d1e71a293fa12a404b22191072fb0973ef5545", "timestamp": "2026-06-13T09:16:55Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "9d2e130427ee94e25b289acd60c9b0baa785fa7da3ff975c8ad8560e90c3f7d5", "timestamp": "2026-06-13T09:16:55Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.203, "gate": "PASS", "input_hash": "20422b232f7afdaf7b2832063d59796e670af1a9458a20d173667559a23c6f37", "output_hash": "a138cffc297fa6b33833875d2319416f21eb6e22660042db0dfd0f6d88774169", "timestamp": "2026-06-13T09:16:55Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "a1b84f55127c885e838477cf4c3df0a26e83c66c346af26e3e31fd627496ba3d", "output_hash": "", "timestamp": "2026-06-13T09:16:55Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "59a49c02b69c780765bb84be4f336f76a65ba00077a0f4e2febdbad2bfb591bf", "output_hash": "", "timestamp": "2026-06-13T09:16:55Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.177, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:16:55Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.268, "gate": "PASS", "input_hash": "bac29f5017a4a779084435cbfedac2ec25a0b191b6a8ee3af092ae8d381a7fc4", "output_hash": "", "timestamp": "2026-06-13T09:16:56Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.308, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:16:56Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.241, "gate": "PASS", "input_hash": "998b68e478b0e52c081af86a990f8a3e01a5d797e007fb006c0a9ad11e03bb73", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:16:56Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:16:56Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.121, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:16:56Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 8.366, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:17:05Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "a248a80b8a0e6c12ee5a35f77b5a5cb138eb839c6cbf6892cc3a18b20bf3e2ea", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:17:05Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "368c0821b816ba7a3277480125a5ddc52034ffd85033af0238f2ce69021ef397", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:17:05Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:17:05Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.398, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:17:06Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.099, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:17:06Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.266, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:17:06Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.1, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:17:06Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:17:06Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:17:06Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.096, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:17:06Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "2834681b742b4f8872c109523ceb78cf4b53511f38f15a22f5dfecafe822ec65", "output_hash": "", "timestamp": "2026-06-13T09:17:07Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "67d4a52a153f0cf1a1530313ca4e9b05d76eb087f832023515d564d882b430e9", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:17:07Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.192, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:17:07Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:17:07Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "cac15b10d9d93d7cfdd1f70f39c56083dfa5612ea3b29140cc89a34924e2d1fd", "output_hash": "", "timestamp": "2026-06-13T09:17:07Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:17:07Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:17:07Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:17:08Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.102, "gate": "PASS", "input_hash": "06e88c52e48ae2131c6b7fb929d7394791ed0f252e64e6902975ebff8d7a67f1", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:17:08Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.172, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:17:08Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.374, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:17:08Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "4c76b51c8dff2caafebe39898100b4c0d0fcaeb9b5a3c9fae62df6b4b2f7599c", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:17:08Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "2897f41a90ef6d6908fe064b51f76194551705981740c4d72f3a203e4e8c878f", "output_hash": "", "timestamp": "2026-06-13T09:17:09Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "ad338f2741e441244500ed762b261fc86b7fc479948a13cd2f462bbebc786334", "output_hash": "", "timestamp": "2026-06-13T09:17:09Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:17:09Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.211, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:17:09Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "07202a4b135e0f2b7d09ea78c350643242377af4fd86d95a377a77191791ec59", "output_hash": "", "timestamp": "2026-06-13T09:17:09Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.127, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:17:09Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "f1485f7bc49cef4d6cfb6f7f14aa1d166efa2fd9e83a96f2c344f49930022cbc", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:17:09Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.257, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:17:10Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.195, "gate": "FAIL", "input_hash": "11708a6191bdbaeeebd09735c0f3a69fd151e59e5542f1f31c1184303a50e367", "output_hash": "", "timestamp": "2026-06-13T09:17:10Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.77, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "5a258f72a9548f0b10fd2232efe19aa4820cb3f8cf6daf9259c949fa9301777e", "timestamp": "2026-06-13T09:17:18Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.231, "gate": "PASS", "input_hash": "de22a14ebefff7cb53e137b7c3d0ea881541b7002cfa55cd66ab1523871aa771", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:17:18Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.521, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:17:19Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.093, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:17:19Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.253, "gate": "PASS", "input_hash": "f7a4fb74aa1933a72feec21a3d6ff14d24664eb892beac06bbf419ef0c1f2965", "output_hash": "7bfb7a19db78520743160206a59700f71e87682cca3516e795eb74ff7a95338f", "timestamp": "2026-06-13T09:17:19Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "960776df9c66e9bb01944814b5fd71295553c32f83472a6696862bf6c8d78da0", "output_hash": "06462402f61cf02da13687b492a435e442caaf6f0525028bae353d7d30d6a750", "timestamp": "2026-06-13T09:17:19Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.147, "gate": "PASS", "input_hash": "9a7cbbea27a99cba0fafa209cf934e60d9792f3040d347b01c4c718f59b223a4", "output_hash": "0ced31978d80ab0a05a0099adf2bb863d3da6fa59db806b69f2f785a8af69c46", "timestamp": "2026-06-13T09:17:20Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:17:20Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:17:20Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.264, "gate": "PASS", "input_hash": "51eda2917b5d4e55bd4726bbe8d5956999f91a9a7abd72472ca483c7c0bc33b5", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:17:20Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "9a8f26d4b672d33c08cc1afdc431faef64fdc54be0f02b3789e5de53084b653e", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:17:20Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "f0ff175352a03d78f56755f45145e0b17908f7e0a9c32f8ad4a42d06a2b342d4", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:17:20Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.248, "gate": "PASS", "input_hash": "2d2771598a9786bad2c30ab3bac3340bdec521d126a186edb89c08270b80ed58", "output_hash": "21b4e219091b0a7d009f4362b571e7d2094919181c23f48a64bc234dea879534", "timestamp": "2026-06-13T09:17:21Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "581f91bef98570042b3551096dee19bd18ce3a9885a134f61a952838b64a826e", "output_hash": "", "timestamp": "2026-06-13T09:17:21Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:17:21Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.218, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:17:21Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:17:21Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:17:22Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.401, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:17:22Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "dc91162fe43cc550ab3032ff3c38466a4cd570f7f6243cad8d4a5df0717de181", "timestamp": "2026-06-13T09:17:22Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.225, "gate": "PASS", "input_hash": "1a5fcb99019b2a6c090a75efc4871cf9ab59423006decd0c5c5965cfde98bb5d", "output_hash": "899702688c76f2e7c98acf9dc719f6162c254d4eff35769ca25cb2c1d65f265d", "timestamp": "2026-06-13T09:17:22Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "be836c43f1585f4a2b491a09d5daf1efe3100c60389bcfa2abdab4c525f57e5e", "output_hash": "", "timestamp": "2026-06-13T09:17:22Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.103, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:17:23Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "da39e6a1bbf5dae7feaef27279fb7cc477a52696bf74aa09b32b49b044dd8e73", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:17:23Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:17:23Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:17:23Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:17:23Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.294, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:17:23Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.216, "gate": "PASS", "input_hash": "d80536a35baf6dc050dc98721a68988a1ed54815da3fdb40af15f030f3dec479", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:17:24Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:17:24Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.173, "gate": "PASS", "input_hash": "1a702079a02d20b0db8e720b95c95bddd58ecde1e9086061a197db320747ca0a", "output_hash": "", "timestamp": "2026-06-13T09:17:24Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.192, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:17:24Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "f957504542f0cf3dc7dd00e0bac47afd9c3037c1604abbc99832d8d48055d56e", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:17:24Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 8.359, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:17:33Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.22, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:17:33Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.166, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:17:33Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:17:33Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.167, "gate": "FAIL", "input_hash": "11708a6191bdbaeeebd09735c0f3a69fd151e59e5542f1f31c1184303a50e367", "output_hash": "", "timestamp": "2026-06-13T09:17:33Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.341, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:23:09Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 7.826, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "4534222bd227374fedb44272a17a281b88b395c06e397f4f5504603516b1eb83", "timestamp": "2026-06-13T09:23:17Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.17, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:23:18Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "4b78fad19c093d53ec19c57904ba5f59696d1c0775d0cd7e395793268c874f09", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:23:18Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.182, "gate": "PASS", "input_hash": "ba23eeb956e04be985036e69d0428c966f9339c17df6c1e23ee065dd9cc36a68", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:23:18Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:23:18Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.239, "gate": "PASS", "input_hash": "bcadb58cbdf96b88690bb6f026bc167a20892e9b59ad4e75648f3fa4bdd1b587", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:23:18Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.33, "gate": "PASS", "input_hash": "4f2e2a7b2f5b3d59e1dfdc782699419eb7f371709bb7edcfe384f6a83d6752cc", "output_hash": "3535a6a671e21b9f68473af00f0002c78f0dc072cef792452ed22994979709f9", "timestamp": "2026-06-13T09:23:19Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.201, "gate": "PASS", "input_hash": "14114126faf528829f437d19efec61cb21ba01a518a9f11515588070a5a7e82f", "output_hash": "285c229fdd9b8a24ba51d4b3820c1beb9d8fe046f7f686c2cf0547e1017edcf5", "timestamp": "2026-06-13T09:23:19Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "0ef43acd5c6f2c9a4dd1678177789a244e867555504beba56b9ae28e4e50ae6b", "output_hash": "0bf75a41360e8725c3b512fd0a02fa259e488b44a7abd057a225d5a5881d5430", "timestamp": "2026-06-13T09:23:19Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.29, "gate": "PASS", "input_hash": "b6f968426e1dbe29e0fc0b18d3da9a8b2bde6b8116081c97470c73af3be8736d", "output_hash": "08e5b9f0eaa9988d8e44dd5a9f773d72c4154607cab82a2582e1e496c28e6a87", "timestamp": "2026-06-13T09:23:19Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "eb8d1d86257587a715e9ca4e9468296d5c80977a7fca6707c55f480e8695ed45", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:23:20Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:23:20Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.264, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:23:20Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.369, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:23:20Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "91ceb1e5885c05a9c9ac2b4ae904441ab4d0e49b2e854d06ff7331cfc8439f1d", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:23:20Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "456fb7955db80a7b871c92283232cc2e6ccaa0ae70732ce3ed3f5387e7112b40", "output_hash": "", "timestamp": "2026-06-13T09:23:21Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "b0746f7ab5ca5af63baff1b3d440418427d853b3589750305380395e00d9309b", "timestamp": "2026-06-13T09:23:21Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.298, "gate": "PASS", "input_hash": "0712984a872a3f71bc2dc1facf30da682b4dc7f12a49b29e5adabb17ae643aa5", "output_hash": "6353f65d7bf8c28208c28533897980e573b94f76faafb555632ca9d9a99c2777", "timestamp": "2026-06-13T09:23:21Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.236, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:23:21Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.168, "gate": "PASS", "input_hash": "da33308746bfe1fa3738c206a81023b1b3d5ca5ca5cdbb99bea9dce043f72c20", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:23:22Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.256, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:23:22Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.189, "gate": "PASS", "input_hash": "b0744cee3878d105c73ec96593c9081a3a153b4e2346a43d933cbd9021d467dc", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:23:22Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "3408c236cc1ea36e2489463129d678ad1b2536694b29264eea1af9907ae38eb3", "output_hash": "", "timestamp": "2026-06-13T09:23:22Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:23:22Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.212, "gate": "PASS", "input_hash": "962723d2afaf9e024c85bfca27f40ac66aeda47d3c8799e072bb274fca2af5fc", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:23:23Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:23:23Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.179, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:23:23Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 7.846, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "7c1b66f886d80f5994f84600a086410eb3df3d8546510e211197a2cf5321b144", "timestamp": "2026-06-13T09:23:53Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.226, "gate": "PASS", "input_hash": "bc63980b28d17f384a2555a68cf3c3d4de69165df15a6ef6a0d012fb2a48c06b", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:23:53Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.318, "gate": "PASS", "input_hash": "2f1a6a4d9bbf328d00425075c8c4d6f31332dae13ce26bf4adf726eacb252026", "output_hash": "da712333c2d14cb0bd0ee88794ddfe40861c7fc2fcef3711e5649b28ad590523", "timestamp": "2026-06-13T09:23:53Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.225, "gate": "PASS", "input_hash": "a2b3ffd7fae34b794e8f3860e2cc8993a1e0c7e024cd005016aaa75b568ea784", "output_hash": "b0149a2afd491e19355cea9195ca978a20a77776049e07a540bd9a64f3d6f6d9", "timestamp": "2026-06-13T09:23:54Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "04656505e252e872714bf34b07bc032b0913b1e1a0c35fa7af101cb2a4ea352f", "output_hash": "7975367299a0db13350aaf8eccdcf150b7cece7682eb19a1712d901a87ab0371", "timestamp": "2026-06-13T09:23:54Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.306, "gate": "PASS", "input_hash": "30a8fadaa90d13bbf54a61ee45346f254a3242dec1fc0361247b3ffde5a0a73e", "output_hash": "9fdf1ece6887d96f0a626943a349e7dac513031e343252daf0c9727193060eb0", "timestamp": "2026-06-13T09:23:54Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "305fda72b3eb6d696e7ecc64575a849c4823e27fa83ebc9bd97d38b32971891b", "output_hash": "", "timestamp": "2026-06-13T09:23:54Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.587, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:23:55Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.198, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:23:55Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:23:55Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.15, "gate": "PASS", "input_hash": "19932bd3b53b9099f123f2d5bd94cc0f3f0be95f20c611b703853f5b2dea2dbb", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:23:55Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "e4f11256def0a0928d336dc723cc5ba30b8c0c3f6e214cb8d884da5ebf9d2bb3", "timestamp": "2026-06-13T09:23:56Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.288, "gate": "PASS", "input_hash": "8be6b3138eb20e11496f498442014650b203604854efe34dc1b9321bbc536b2a", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:23:56Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.186, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:23:56Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "d637b185e61106cd8e0fe640d091271dd354afd178296e4ac1af3bd4be5082fb", "output_hash": "", "timestamp": "2026-06-13T09:23:56Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 1.052, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:23:57Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:23:57Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.206, "gate": "PASS", "input_hash": "9376fcdcebec875e2c18da6209bb1699191b8902aa02a95c81a3c7eb951be812", "output_hash": "", "timestamp": "2026-06-13T09:23:58Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:23:58Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:23:58Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:23:58Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.252, "gate": "PASS", "input_hash": "9df40690e8275453728ed8007edebc47211b45cbc8a671f4178a767521f3ae36", "output_hash": "14e60ed6aa45c6014d7e37797c9dcb38edcf7aac39d85d2a2e802f6ff7367da7", "timestamp": "2026-06-13T09:23:58Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "0b2037ec79555c6ae64db3d5591049d2c5db2e3a5de796bb9d4279500e335540", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:23:58Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "d2c8815fe74a26e276d4754e717abbc445236d4940af730861af9db7287bc12f", "output_hash": "", "timestamp": "2026-06-13T09:23:58Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:23:59Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "bdaebc4684a5750cff33caf19811f90baaab56faeb325476dde3b9422c83932e", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:23:59Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.099, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:23:59Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:23:59Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.137, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:23:59Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.406, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:24:03Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.094, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:24:03Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 7.581, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "6dada42edaae3b9c1f734c7d532d3481521442b718db7be2d82d6e6973c9bbe0", "timestamp": "2026-06-13T09:24:11Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.212, "gate": "PASS", "input_hash": "adda0b3e0421d232c8927763d4c470f5bb57d8975f33c068a8383d41a79f8b98", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:24:11Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.288, "gate": "PASS", "input_hash": "b10f02070e873fd39236f6a43f510955fce49668dc10a69a88582199bf052234", "output_hash": "cbbbece395700e41f071d55cd9bd084063b7e838e2fbbf12e8aade7963ede0db", "timestamp": "2026-06-13T09:24:11Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.183, "gate": "PASS", "input_hash": "b52bd94a3362e0190300b069918f2e6122e58c0d5570e6acdbfb1aae7b725953", "output_hash": "ddef43f592ef752a7377de9d02768f70d269142b07a07fc1d1e6515548bf4ee5", "timestamp": "2026-06-13T09:24:12Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.106, "gate": "PASS", "input_hash": "e71d8e17318cc1ca36a3dc10a052f15a28a9ea99050531e1b0fcaa4ec470d5af", "output_hash": "768fd6d7f5913a4d662ce4d3739433d494e1b35136e5fddfba8e965aa9e95706", "timestamp": "2026-06-13T09:24:12Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.217, "gate": "PASS", "input_hash": "5a5e215d5a1218e8553ccf3544903e6723dac3c1721be4e5d363d39c2c2821e4", "output_hash": "4bbccb1102c76cc5fc14ffd1b908180359dc691a2e5a216f970da54988a4eca3", "timestamp": "2026-06-13T09:24:12Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "f772c791378231484ea62155f4aab58a74999ab826a434536e1be57e87dec8d0", "output_hash": "", "timestamp": "2026-06-13T09:24:12Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:24:12Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:24:12Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "84434546f60e98b98c002734e6b255cd21a4c0b8853ec45724763dac76273ead", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:24:12Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.19, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "c6295afc01a0760e699b85a274921e96b51dfa844f069d88377cde91190eb9eb", "timestamp": "2026-06-13T09:24:13Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.214, "gate": "PASS", "input_hash": "fcac9c897be034db97574209a26ed5616017449d74ba974465dc7c5a7cca1dfd", "output_hash": "f513d1853f18cdb57284e69626495f37bbddeac70d15c9b3e614eb54e4b80a0c", "timestamp": "2026-06-13T09:24:13Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "36987ec5b3b51aa3a18a4cc70e07a728aa5e55c7358dc1a3c9fcf1ecc57af3ac", "output_hash": "", "timestamp": "2026-06-13T09:24:13Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "020da97af9911b478e177df8dc61960fe79f3004691616d402994f3eb1e5acfd", "output_hash": "", "timestamp": "2026-06-13T09:24:13Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.275, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:24:13Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.391, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:24:14Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.262, "gate": "PASS", "input_hash": "6d3380c172f37efe400421be0e17f762aa1ad4575d04e3ee33192d0827afb6ce", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:24:14Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:24:14Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.242, "gate": "PASS", "input_hash": "82e9a3fa8b2dfc6ae4cae7e93363f23216fc696f4d60c7730514c01ed9145b27", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:24:14Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:24:15Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:24:15Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.313, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:24:15Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:24:15Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:24:15Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "fa5aeceeaf51c7c8c458a64d8a7e6879182a4c115d6a040c5da1866da4ae101a", "output_hash": "", "timestamp": "2026-06-13T09:24:16Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 14.773, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:24:30Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "2566003642515367579f14113a09b5abac196c62a9d7157352004b2b3b36d923", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:24:31Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:24:31Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.263, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:24:31Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.181, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:24:31Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "b5600477dd0699267a4f0e6e11e615732da58288cf2b68fbd0ca19f1fe32d91a", "output_hash": "", "timestamp": "2026-06-13T09:24:31Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:24:31Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.382, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:24:32Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "e33df4b8e4b22c8b35757ff175ee0c1e86ab70f2b7bcdca0cfeab2fec741e55f", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:24:32Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.103, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:24:32Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.173, "gate": "PASS", "input_hash": "2c4369c74388785b986c15b687fb95442b0956e4fb8ebea4fdbe7cda9fbf6d17", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:24:32Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "a460f82abf035e699157f7ea1a5f6b32a59634398a39aa2572e78f000f5389e3", "output_hash": "", "timestamp": "2026-06-13T09:24:32Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.228, "gate": "PASS", "input_hash": "b8a8bddcdf6a501ec5ff4e41589d1b9eaf44eda046f96726cf8fe341baf8d3a8", "output_hash": "", "timestamp": "2026-06-13T09:24:33Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:24:33Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "9d28a295592a16162559ba6c984db6e8549d777a06bdb8e5454f7ab8409d2172", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:24:33Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.147, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:24:33Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.088, "gate": "PASS", "input_hash": "4b78fad19c093d53ec19c57904ba5f59696d1c0775d0cd7e395793268c874f09", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:24:33Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.174, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:24:33Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:24:33Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "d637b185e61106cd8e0fe640d091271dd354afd178296e4ac1af3bd4be5082fb", "output_hash": "", "timestamp": "2026-06-13T09:24:34Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.164, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:24:34Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "e5ea1dd21849f358e928b17493853ebc49bdbc7fe4f27967ba588793dd11c304", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:24:34Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:24:34Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.144, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:24:34Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.207, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:24:45Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 7.071, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "cb16bb0e9074c47bac28b344996267e0cfa3ce4107c21fbfb4ab198861364c79", "timestamp": "2026-06-13T09:24:52Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.232, "gate": "PASS", "input_hash": "92a92f53fb21cfe7dad1b1a0740db097cf6642bef850725c15d8548ec1bd2312", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:24:52Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.328, "gate": "PASS", "input_hash": "8061c46b748c82a8ea59280228b6f7db303399a7da8afd5fbd3236ef3962199b", "output_hash": "4f6473ab8fa4734442a78e5ec51d15d3d4670c044c1ae80991b89f6e021844a5", "timestamp": "2026-06-13T09:24:53Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.205, "gate": "PASS", "input_hash": "c589261acb40dc1c48aca0bddba51c11d04b8439c097d22ef1e6970e5064f081", "output_hash": "53c1a61ff52d82adba7780d4f65cdbb6a0ee520a04ccdf39a0c80c89a62adc7e", "timestamp": "2026-06-13T09:24:53Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "c1de427329d6909389b9b2aeaf18aa83678a17ae600b2a79c313078f58316277", "output_hash": "104c5fb79b4ccdfae213b385c1818d953b8220afd03de4a45cdcf7c6e384f8f0", "timestamp": "2026-06-13T09:24:53Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "327c6127633a9300c3e38548c2a3cb95fdd5e4776aaf73c8c6180b5f65b24435", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:24:53Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.359, "gate": "PASS", "input_hash": "d9c43415d0c223ddaed23093a87186cc433b4a01287683ca0e8ba664c751a50c", "output_hash": "f285881ff904bc302a66c3a98551a8703b0ef55f3661da9df5b5c27f1fdda4db", "timestamp": "2026-06-13T09:24:54Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.164, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "7fba8a2fb34de636cb2ae7f1f4417066653b5b84cdc3e92e762f8b308d15369a", "timestamp": "2026-06-13T09:24:54Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.262, "gate": "PASS", "input_hash": "5de078f919711aee22d4d6eeb5ca9e2b50e3e6ecb78918f592f44d0d32105129", "output_hash": "3fd82b4864936aa2a9edf0c0f78f349168914b7ca020772d535b0b9c30962f0c", "timestamp": "2026-06-13T09:24:54Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "49aa1e382e268ad42273fb902fa895d5234b9f5d3e0d58a59ae08d717a64a5e9", "output_hash": "", "timestamp": "2026-06-13T09:24:54Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.28, "gate": "PASS", "input_hash": "6846ac23fbbca986cf0b062737ad2ad4dd9019f332e7963206dba1490a7ae0c6", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:24:54Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.175, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:24:55Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.518, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:24:55Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.147, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:24:55Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:24:55Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "d6b7667921fd6b7b1307abdc97e6a58f0deac65f2c9494fad16658d3f1101d13", "output_hash": "", "timestamp": "2026-06-13T09:24:56Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.173, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:24:56Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.195, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:24:56Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.169, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:24:56Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.492, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:24:57Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:24:57Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "4b78fad19c093d53ec19c57904ba5f59696d1c0775d0cd7e395793268c874f09", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:24:57Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.287, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:24:57Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.195, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:24:57Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.164, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:24:58Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 15.702, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:25:13Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "7eb0f1437f0c3c2a625132a9ba2e1cee98789d00f813beb05813deb1b580968f", "output_hash": "", "timestamp": "2026-06-13T09:25:13Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.363, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:25:14Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.172, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:25:14Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.231, "gate": "PASS", "input_hash": "01d2db80c90a4374872227200ac55106200205dd27332f8248dc1148fc2f900f", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:25:14Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "386d70735d96db15ef792d852962fe1c30be35ef07b7f204facc613e7caf9d9c", "output_hash": "", "timestamp": "2026-06-13T09:25:14Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.288, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:25:15Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.219, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:25:15Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "4ff71ea4bbb3fad3c19e0fde25de05edce2faeffbd8fd296f430d9ced0abaa53", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:25:15Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.21, "gate": "PASS", "input_hash": "0b551a25337d1681fddc1557ebf68e83544b8a651e451b6c4ab2834b8712e1f4", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:25:15Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:25:15Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:25:16Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.167, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:25:16Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:25:16Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.242, "gate": "PASS", "input_hash": "1d0b1262aa52d9cd9e74a95f4b34acdbbdc6e37c3254def63ea6fa7dd197095a", "output_hash": "", "timestamp": "2026-06-13T09:25:16Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.1, "gate": "PASS", "input_hash": "d5e9427d82dbf4971f0d129fd6e1024130172956a0121c99c37dac15ad286b40", "output_hash": "", "timestamp": "2026-06-13T09:25:16Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:25:16Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.177, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:25:17Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "f0f0a3c8ecaac687eff2a8f5d467059207bd3dcfa682e61c41111643c1f59213", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:25:17Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.153, "gate": "PASS", "input_hash": "5f3a81dd1d45686a91e2c5f112a8015585566fc55f453fc393f248de34e4c151", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:25:17Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.246, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:25:17Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "54feb47e3447c007fb80e6e1da3ed32f7f4aea6f41e0153ec2d038451b2b6b3c", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:25:17Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:25:17Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.241, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:25:18Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.142, "gate": "PASS", "input_hash": "d637b185e61106cd8e0fe640d091271dd354afd178296e4ac1af3bd4be5082fb", "output_hash": "", "timestamp": "2026-06-13T09:25:18Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.193, "gate": "PASS", "input_hash": "aac543df551d033285c0dfe22f43325e625fcb1eb16e197e55073b6a2e995623", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:25:18Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.121, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:25:18Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:25:18Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "0a26185a97881d398e63926039024a2ad72b002b4c9650e87b10016936f0857b", "output_hash": "", "timestamp": "2026-06-13T09:25:18Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:26:39Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 6.856, "gate": "PASS", "input_hash": "1bc025689f12faa0e3fc7c2850c6bcb867d1673d6acc7378def43b62fd2fd088", "output_hash": "18c2bec312a0fe3fe4ffef9c8276efef74c57549c0a4b9aea3a70e28a0d7b750", "timestamp": "2026-06-13T09:26:46Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.185, "gate": "PASS", "input_hash": "35befa34f76f4269cf827f3ccdd6a6646a5bd111daa886398f71e4219c66bc94", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:26:46Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.261, "gate": "PASS", "input_hash": "fc5f20818e0e8a29f23d38b5e2bb9610189539618447781c2ff3c6fd9bea5097", "output_hash": "90b30f7865f7e3a91b1b8cf9c468bdf3aa44e3b507d75da74f5a027e41210401", "timestamp": "2026-06-13T09:26:46Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.194, "gate": "PASS", "input_hash": "15b2af7817a3dd884c9f032705ea63e055cd62a293c2faf27d8f9e00512c63c9", "output_hash": "c8e3e0d39b8ff15ef194d0d11f928d476fe7efbc5637dc27ea9b84d3a066c7c5", "timestamp": "2026-06-13T09:26:46Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "6203d99839f1c822278ccca973b98f07fcc4d4e31b82085db615a53e34785b02", "output_hash": "e0821e29bff537e1e2242ec76fe33d6a5c8706f80ec4cf26c3c78119d26cb034", "timestamp": "2026-06-13T09:26:47Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.234, "gate": "PASS", "input_hash": "7e712d7a65befcf86d26b542b8a63415a7b4c250eb45518c5f65fbba41d82134", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:26:47Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:26:47Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.371, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:26:47Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.216, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:26:48Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.267, "gate": "PASS", "input_hash": "00ae970b21d1a8372469eb9ac240a9258fd20610c170e7d130b05aac9f8946b7", "output_hash": "f1b657b434b8bdf6d07c1315017ed0b150828d6b46bc5c72b9f586518d400820", "timestamp": "2026-06-13T09:26:48Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "b9c883b10d70ae19fe242f9f7dfa6bedea7ef94651c5784026185098a80a32b5", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:26:48Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "b00d3c5565d7a77626c0eb1b651ed641f5e2809bbefb08b6b3f60d86cb0e3960", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:26:48Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "050e761e6ca0505b90be0f915af5896c16da25365f073b9a79987c55b0de02ea", "timestamp": "2026-06-13T09:26:48Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "7361029774a4efe269b5bb119feffa613cda3068b4d703409d5fc87ba1aa135f", "output_hash": "", "timestamp": "2026-06-13T09:26:48Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "4b78fad19c093d53ec19c57904ba5f59696d1c0775d0cd7e395793268c874f09", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:26:49Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "7931889978fcb40661dcccb97aa6c850f166b170253462058b8a3f7b44413750", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:26:49Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.213, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:26:49Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:26:49Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.177, "gate": "PASS", "input_hash": "1c3e4a3b4fed92758aff556904d97f8f8a0f6aa24ec0b21f77d97e13cf31f832", "output_hash": "1bfe667cbb431bbea29f64c5e8ee9607c4428b92ed12c6bd459612b05f96c1c6", "timestamp": "2026-06-13T09:26:49Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:26:49Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "4207afdad2ed523e5736a5d37b668c1ec167ad8437c08aadf34d87e1ebe76440", "output_hash": "", "timestamp": "2026-06-13T09:26:49Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "b419918795d06cc578df962dbd640c6e6468996bccb90d5ee0dd1a35f9324178", "output_hash": "", "timestamp": "2026-06-13T09:26:50Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:26:50Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.186, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:26:50Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.473, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:26:50Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.218, "gate": "PASS", "input_hash": "cf5ea4e503ad663033a5b760b65ee323d6d370a95694d146f0a065e0ff611b02", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:26:51Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.431, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:26:51Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.212, "gate": "PASS", "input_hash": "51642e0c171b1865166c0a543a446d0ee1d6d91b80e99400ff1816b0dc47f5aa", "output_hash": "", "timestamp": "2026-06-13T09:26:51Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:26:51Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:26:52Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.191, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:26:52Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.174, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:26:52Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.274, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:26:52Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 15.785, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:27:08Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.191, "gate": "PASS", "input_hash": "2bfc3ce0f413cff72663133f791779d534c0afdca3ce8f3269421e44a1b61bf1", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:27:08Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:27:08Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.223, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:27:09Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "581f91bef98570042b3551096dee19bd18ce3a9885a134f61a952838b64a826e", "output_hash": "", "timestamp": "2026-06-13T09:27:09Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "93fe350017551b27b6ea107deb7a0b0e159e277271dbe3692c93a59016eb9ae5", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:27:09Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.096, "gate": "PASS", "input_hash": "dff6f66892c6df18fcdeaeb59a3107b9ff89d71e06032c7ec696bdd9d33dfb1e", "output_hash": "", "timestamp": "2026-06-13T09:27:09Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.095, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:27:09Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.222, "gate": "PASS", "input_hash": "69e347b8b886a2b775d277a2243bfb63148a17ba8576dfaa1735ecbe80cd5c59", "output_hash": "", "timestamp": "2026-06-13T09:27:09Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:27:09Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.181, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:27:09Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "0a0769550e7b1e2efc0eed1b89e37190f238b3758dc289c9491e5e130276840d", "output_hash": "", "timestamp": "2026-06-13T09:27:10Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.273, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:27:10Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:27:10Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:27:10Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:27:10Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.217, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:27:11Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:27:11Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "b6089483611bb5caead84a58fdd909506227648fccd5a3171456da7b086c0150", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:27:11Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "cde47c0506f3e99e85284ca5fc2265493696f58e96eb951380dd04a1f1b6ae30", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:27:11Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:27:11Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 5.529, "gate": "PASS", "input_hash": "edeade357f1f2f98d294be383d3362b4b171c091f26973e2720eb0239a58b12e", "output_hash": "4f7b53323305a4544f99c7c1d2f6bf44fd3fc1a0cde2bd2cad85b6939f08e8af", "timestamp": "2026-06-13T09:29:38Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.288, "gate": "PASS", "input_hash": "b7f8ce34d15a6b9b4514605a33af56092b71cdf4b54620e12ec977cdc097cdea", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:29:39Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.392, "gate": "PASS", "input_hash": "3b69e48a9285412447a2e9239abdd8b2d7c2a5cddc484beba2a3c832379ec14b", "output_hash": "abb5304d26d1d379e53801c800d952e166137b3e43d451a90002892d838caffd", "timestamp": "2026-06-13T09:29:39Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.151, "gate": "PASS", "input_hash": "b424031e8763a07d2f1c6eef582c181b731eab310dd43765c469397c5ce7939b", "output_hash": "8f22815971ac48f5464ffbe26dd4ce94438173d2b38b2bfc4efcb916d106cd31", "timestamp": "2026-06-13T09:29:39Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.142, "gate": "PASS", "input_hash": "2ab36f6564e2a03174f2109b5a6d723495818d51439974091fa74cb7caa311bd", "output_hash": "80f031f5179b5a9ad4acdda8250326bafb91664ae28fe875d2f838812d32c03a", "timestamp": "2026-06-13T09:29:39Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.21, "gate": "PASS", "input_hash": "924ff5da2f5b348d227b20ca7d88ab14840dd63051544f43f4c732c2dfcb8e7b", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:29:40Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.186, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:29:40Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 8.683, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:29:49Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.418, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:29:49Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.381, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:29:49Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:29:49Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.205, "gate": "PASS", "input_hash": "94c280f997f5796e19109ad884db42d8ffe226bb61db869f2acee832560f2459", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:29:50Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:29:50Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.172, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:29:50Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.222, "gate": "PASS", "input_hash": "3a435be26c5dec20b1e902b293e15ce4f9870299ab7a36f294f8b5b6f1265001", "output_hash": "9181de0241dc9383f089ea3aeeda86bf793698d9cfaf8ee4e242faf1e6c91f67", "timestamp": "2026-06-13T09:29:50Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "23974237778dd32aa816529dfee67a34c16a5f36df05ab60ecaf31d515987055", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:29:50Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 1, "elapsed_sec": 0.338, "gate": "FAIL", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "040f36775bfb4aaf971b4530eea7f4da996a0d6dd95075b18404d0fbc467a5e0", "timestamp": "2026-06-13T09:29:51Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.102, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:30:02Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.088, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:30:02Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.93, "gate": "PASS", "input_hash": "edeade357f1f2f98d294be383d3362b4b171c091f26973e2720eb0239a58b12e", "output_hash": "13d881418ed794b44c475ff84c71f87ae3fb6fb131444f823cde883e381d3ff7", "timestamp": "2026-06-13T09:30:07Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.169, "gate": "PASS", "input_hash": "b5c59c7d22b085b369dc042d93a2a8e0cc7c0ef9f5ca551fc505a9cd731b77db", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:30:07Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.415, "gate": "PASS", "input_hash": "324db6ec6658e6539bc234184cd43259f00e0a04b76be05604c2cdc2320a0570", "output_hash": "40e7118fd8f0fa56f32d54b6fe4c01ac401f36e55605e0ab0b77c3dd29bd5280", "timestamp": "2026-06-13T09:30:07Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "f033258394dc5982182fc37cf442c33b1108d78aada5b291eafcc2f2cc54aa6a", "output_hash": "efbd3f47301c94c7f0831f9b16c5369f0db42f25250e3bc81a3588bd1e37b88f", "timestamp": "2026-06-13T09:30:08Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "c038499f97ed6ff47a629f4f5169e9c378806151689f607e6d47d705ef1f0416", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:30:08Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "b7bafa225515e2e535ab0aa8490ce1aeb6901f018fda075515403fb34711c845", "timestamp": "2026-06-13T09:30:08Z"} +{"node_id": "build_profit_giveback_ratchet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_profit_giveback_ratchet_v2.py --json GatherTradingData.json --out Temp/profit_giveback_ratchet_v2.json", "returncode": 0, "elapsed_sec": 0.228, "gate": "PASS", "input_hash": "a6fe26d31f8a2984acf6720a2c696ab342bda57ada0e13bb912e8aa9594e00e8", "output_hash": "b44d85b4f97d888861ce8c57363d568340fa713250ee23aba4c44718ad062dda", "timestamp": "2026-06-13T09:30:08Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:30:08Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.091, "gate": "PASS", "input_hash": "37435cc89b036adc4c60f6e443f2935a689c8e5afc73dfcfc2620011f9f5fdca", "output_hash": "d050f7f9c7b35e4cdc1e9ba533916994e44a067f4f4fb4a5a8339cf0fc3d995e", "timestamp": "2026-06-13T09:30:08Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.207, "gate": "PASS", "input_hash": "ca4503d4f20623a3d9000a1924da3c3979e3016ba80f63044dabb7f426d1bcd9", "output_hash": "a1cbf9fe769d6524a0ac65a37c0baeadbecd84b82a5ae06731ba691ed5733822", "timestamp": "2026-06-13T09:30:09Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:30:09Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "d01cf0f056b3ef11d2f0ca3401dfb51c10a3e931c387bc6cc87b836112ba5452", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:30:09Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "5f3da8d4639fd885e0bd1783d590553386ef97b967fade8f34528e8adb8c6cae", "timestamp": "2026-06-13T09:30:09Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.193, "gate": "PASS", "input_hash": "e214035fe5f2713758666c9c2cff84445797ce18360f6df213fb405f51a1ecd3", "output_hash": "c3298235a724eeddb47f41b3768ee5acc03b26dd0f60e857c0e91e70eff73263", "timestamp": "2026-06-13T09:30:09Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "9d7fca2ac4e727dc34379888f017def512b6a2a0daf74651cd73b8e290e6417d", "output_hash": "", "timestamp": "2026-06-13T09:30:09Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:30:09Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "d501ac568917cfaa15bc8c0f04e420fb3284df43ebedfa9820b5256a58ad95e7", "output_hash": "", "timestamp": "2026-06-13T09:30:10Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "1f6a5b1e2a312be6a11007b8578565b835d61600c0712e8e9e941305da615680", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:30:10Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "6d38da80eeee2191f71891bec7b9180eff1e4a7a5436a2a978abc9fac0029532", "output_hash": "", "timestamp": "2026-06-13T09:30:10Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.098, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:30:10Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.121, "gate": "PASS", "input_hash": "549775a4c61be3b1f3510ab0153792df07c3a9fb373bc29d63b4e67f13da89da", "output_hash": "", "timestamp": "2026-06-13T09:30:10Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.091, "gate": "PASS", "input_hash": "5f293608e387f7486a389aa9536019c72a63eea6be78a4e6dd6f4814cb81679e", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:30:10Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.192, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:30:10Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.087, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:30:11Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 1, "elapsed_sec": 0.336, "gate": "FAIL", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "040f36775bfb4aaf971b4530eea7f4da996a0d6dd95075b18404d0fbc467a5e0", "timestamp": "2026-06-13T09:30:11Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:30:22Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.098, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:30:22Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.375, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:30:22Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.396, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:30:23Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 5.602, "gate": "PASS", "input_hash": "edeade357f1f2f98d294be383d3362b4b171c091f26973e2720eb0239a58b12e", "output_hash": "1d5d73c7f7e65372861b565727d46db20289541ea57b9cb13cd9e39ba982ac3a", "timestamp": "2026-06-13T09:30:28Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.211, "gate": "PASS", "input_hash": "9938e613fd5414aad02d6cd3f797a784e6236084624a7e0251549a642bc0736a", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:30:29Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.294, "gate": "PASS", "input_hash": "c46cf0a423b00b2d12289c8963399a39380ff2448cc91a3b704018ff4c6ce274", "output_hash": "ee1330c848c0d222d86a3100d8e2468f42f20e3aa0141158575fca470a707f3b", "timestamp": "2026-06-13T09:30:29Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.17, "gate": "PASS", "input_hash": "878d703a0d835ecd6639423b9fdab330ba431ec06d8d355534f238a8f65a42e4", "output_hash": "0f7ca6b2a8b25caaf02a08d37077a33a8864938d686d989f4c00085cecc3f345", "timestamp": "2026-06-13T09:30:29Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "7e2e30b8c70e2e5142c939a7dbf6dbe6be86d340eea3318d7aa43149b8258f76", "output_hash": "e9871144fc023d86a11fe3db1342877fe203f1dd3aab41e79ce49e639789b1c0", "timestamp": "2026-06-13T09:30:29Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.266, "gate": "PASS", "input_hash": "8771649b66fb131498c7a8602a5dea5bda965be7961d9344514f2b774bbce249", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:30:30Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:30:30Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "d501ac568917cfaa15bc8c0f04e420fb3284df43ebedfa9820b5256a58ad95e7", "output_hash": "", "timestamp": "2026-06-13T09:30:30Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:30:30Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:30:30Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:30:30Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.216, "gate": "PASS", "input_hash": "4b621f2be2a294d4346764c07a21d64800a832813ad408b77ca22960e26f49d6", "output_hash": "e4a3f53f927b2f4958450436c5c08a48c921554c542399620ff59e6715b9844b", "timestamp": "2026-06-13T09:30:31Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "217b603cca124695732b8f73b8f42d8ccf5049b2cd7b12cd68143f6493cc3d87", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:30:31Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:30:31Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.092, "gate": "PASS", "input_hash": "3367ab87f92c3bdb79518c19355b4764052f9541f81884021c626c807eaa24a1", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:30:31Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.15, "gate": "PASS", "input_hash": "79cc5342cc1f451f557c07e7f48a543ab2d5a4892265183dfb15afdd8e38d917", "output_hash": "be1dcbaf39ac94fb75afc5e3a4dff3c5cfcf21fac2e6a18ea4c3e51c56c4c02f", "timestamp": "2026-06-13T09:30:31Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.169, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:30:31Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "043e00cb2b14d684a8dc57ae2f20dc10e37ef17ceb3ae605388a6d101aafd872", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:30:31Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 8.515, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:30:40Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.166, "gate": "PASS", "input_hash": "2ec8c0aff2f1eb3b5a1390add592b00337e403338e8ba7a5f3566e7e9903edc8", "output_hash": "", "timestamp": "2026-06-13T09:30:40Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 1, "elapsed_sec": 0.298, "gate": "FAIL", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "040f36775bfb4aaf971b4530eea7f4da996a0d6dd95075b18404d0fbc467a5e0", "timestamp": "2026-06-13T09:30:40Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.104, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:30:45Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 5.356, "gate": "PASS", "input_hash": "edeade357f1f2f98d294be383d3362b4b171c091f26973e2720eb0239a58b12e", "output_hash": "b4aa384458fafdeede1fbee7292f858a72263339c16dbee1fbc18d195f6dd660", "timestamp": "2026-06-13T09:30:51Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.231, "gate": "PASS", "input_hash": "0745ce69429080aff0651659d0cdfdd492f725df65bdca2962919b7d804519a3", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:30:51Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.342, "gate": "PASS", "input_hash": "0a7250568248046825dfd7be513b557206987a72c8d45839c1981ada628cac82", "output_hash": "4fac95fb3f5f8b78e9459c11724f6fe30060e6168a3c9340b9f9db62e377fad5", "timestamp": "2026-06-13T09:30:51Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.187, "gate": "PASS", "input_hash": "a0324d10b865da01c5da1c090a7dcfa9503c502cf4fa8ed3edbc1eae1bf98d0c", "output_hash": "9727f32c39f412a41767796b9e8a2e5a57aa7926519303c7748e12bea307444c", "timestamp": "2026-06-13T09:30:51Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.094, "gate": "PASS", "input_hash": "53c0b3bd039351f323f2d089d3a481a1f22454d634e5f01c05a6335b923cd94a", "output_hash": "db09b76d8ccf6fc5324acb28c87960cf6c429f7ed9d38ff7c5861aea711a8218", "timestamp": "2026-06-13T09:30:51Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "149f1f4df50cbca513b378a0baa6ea6c76367ff59bf3f38b48a42502a439c651", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:30:52Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.227, "gate": "PASS", "input_hash": "b3a08d5a5cd37dfae59fe0ba6e2e1d1c81126a6b2e777e712d94e49b9f2ca102", "output_hash": "6711119cddcfd6be2ce8b0e871c57e4df3148f993da30188a65fc21cfcc7c182", "timestamp": "2026-06-13T09:30:52Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.106, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "89d04da2d128704775d0b528afcea99b40a5fddac51238d7305522550ddd6d78", "timestamp": "2026-06-13T09:30:52Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.191, "gate": "PASS", "input_hash": "ef6abe1b63d8230725745ea72c47bdf98d8861c58c793273c6dd7500410cf73c", "output_hash": "fdf263f245e429231136a0fe43d4f355fad3a02db53808b9b601bc54ad946e6a", "timestamp": "2026-06-13T09:30:52Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:30:52Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:30:52Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:30:53Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.09, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:30:53Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.094, "gate": "PASS", "input_hash": "46679b0d5d1d4c50c458e911ed8e8b2647bf5e40180ee1bd1836c992f185427d", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:30:53Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "dfcb0aa7181b13a341bdf06fb5be3021e4ef6942733b7242124924bb456286da", "timestamp": "2026-06-13T09:30:53Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "a0e86a7a3dd4bf0690945e8ce5d5dc22b47e3969fe98bb2380244b228c91c00e", "output_hash": "", "timestamp": "2026-06-13T09:30:53Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.164, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:30:53Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.201, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:30:53Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.237, "gate": "PASS", "input_hash": "79cc5342cc1f451f557c07e7f48a543ab2d5a4892265183dfb15afdd8e38d917", "output_hash": "d0a2d87f5f123cdeadefad4a61c2d227fb5d45fe835d9f577ef20fd04c647b6a", "timestamp": "2026-06-13T09:30:54Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.154, "gate": "PASS", "input_hash": "6f9f08ebb4280acd2ac6090c9d2fb804823206234d1efad7fe08491151b3fa1a", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:30:54Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.241, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:30:54Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:30:54Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 1, "elapsed_sec": 0.282, "gate": "FAIL", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "040f36775bfb4aaf971b4530eea7f4da996a0d6dd95075b18404d0fbc467a5e0", "timestamp": "2026-06-13T09:30:54Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 5.367, "gate": "PASS", "input_hash": "edeade357f1f2f98d294be383d3362b4b171c091f26973e2720eb0239a58b12e", "output_hash": "a7f10850c1a29d708c69649ece947275cff52287960d0dfd51849f465a04a1df", "timestamp": "2026-06-13T09:31:08Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.204, "gate": "PASS", "input_hash": "beabb26ef5f0bd411c40ca08bba6da9e7af1ee7cfc52ffda88c08b5e0bea5a79", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:31:08Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.292, "gate": "PASS", "input_hash": "2ee6a5caa9a22609fcbd5196a5f430d81cb056b50912762cd4ccb3a57c9c3342", "output_hash": "37e380ac4927f754aa0d32dff2ccdab7b537d3e06a5e880d08d2e513766ba101", "timestamp": "2026-06-13T09:31:08Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "1a4d41080af3ae35d481bd7e841a082ad8cd1612b23d34e11e33a2fbcc0caa01", "output_hash": "", "timestamp": "2026-06-13T09:31:08Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:31:08Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:31:09Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "34a13361ae960e1ab530cd8170f3ecd031ca669676730094459a42c9e1bbc3a1", "output_hash": "2593942d8cd43fbf30ff58bda74d631f81362e97981f3344f6c61a50da07c378", "timestamp": "2026-06-13T09:31:09Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:31:09Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.126, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:31:09Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.127, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:31:09Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "23347305408bb831c1c232799ba4c0d6d65d3b9398afe75eb7eb820c8f4b63a9", "output_hash": "ae10f5458dd8a15a42db77a4850040ad9755ffa3f2bd1e1a7667e0bae4b1c92f", "timestamp": "2026-06-13T09:31:09Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.23, "gate": "PASS", "input_hash": "6fe886add0e7d610aee78f76b8bde1c0d4e1e077a0ee0562f16befb8309e824f", "output_hash": "e37f8b20731c7dcf798b6a574a22588c060cc0b770e0024d4048c27a439e212a", "timestamp": "2026-06-13T09:31:10Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "9b4ff594b0c1c216087da677a5025eb50df4317c2c07a0c4fdf910fd51054521", "output_hash": "", "timestamp": "2026-06-13T09:31:10Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.231, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:31:10Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:31:10Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.096, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:31:10Z"} +{"node_id": "build_shadow_promotion", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_promotion_scorecard_v1.py --shadow Temp/shadow_ledger_v2.json --live-replay Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.103, "gate": "PASS", "input_hash": "59a95928e0981731bf67373bca5b1edda7cfa92afe21a6ff9609b225c27486d2", "output_hash": "ab262e80beb66f764bab3a1eec2f3409d788f2d2f650fda56ddb3ab3f1bb35f4", "timestamp": "2026-06-13T09:31:10Z"} +{"node_id": "build_bundle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_bundle.py", "returncode": 0, "elapsed_sec": 1.682, "gate": "PASS", "input_hash": "0cdaafaca0ffe81c715206f1dffe15cdca90954cf231997f8219e427378e557f", "output_hash": "8a45073a2fe99a8927df5265aa275103cdc44f612dee1de5482153230e1ea0a3", "timestamp": "2026-06-13T09:31:12Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.127, "gate": "PASS", "input_hash": "3f904d7962eb0dd0ab20a3d248c07aaa7bd32cc5b0a809b2e336b7ede9662f2f", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:31:12Z"} +{"node_id": "build_rebalance_sheet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_rebalance_engine_v1.py --json GatherTradingData.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "8a3b5f52c6b9d9cf5e17a17a3d0bbfde2aa841d94bb50d9992f63ed741fcf99c", "output_hash": "b0c5827a7a21167066d89249a8677e89b8fb767ed6f1684770af89879db1370b", "timestamp": "2026-06-13T09:31:12Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:31:12Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.104, "gate": "PASS", "input_hash": "20130ff53a03efc62e6dfbefbc79a43e77bf0bdd5b774bf4fd2ccda65a5598cb", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:31:13Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.094, "gate": "PASS", "input_hash": "cd96c0b6029709c835fb73a177e35dfece829e95b088b12ec4633137ed6a0f8a", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:31:13Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "b0d6b7507496a85ee63a39f7d9103e6944ce035ed05452527a1d1cf6863a85b0", "timestamp": "2026-06-13T09:31:13Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "79cc5342cc1f451f557c07e7f48a543ab2d5a4892265183dfb15afdd8e38d917", "output_hash": "d0a2d87f5f123cdeadefad4a61c2d227fb5d45fe835d9f577ef20fd04c647b6a", "timestamp": "2026-06-13T09:31:13Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.168, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "80b106e4a35e89b374aff7bcff1510c9be1a2602f1eda36649c5dff516db9102", "timestamp": "2026-06-13T09:31:13Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:31:13Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "af27177095723d478288714fb2fcd6167d78de3bca71198f71bd622888d6c586", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:31:13Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.183, "gate": "PASS", "input_hash": "a629740ce3422875f42175d5f4defe85a4a5e6260699db908f254ab87d2e1993", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:31:14Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:31:14Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.26, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:31:14Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "34f649d5f098ca30acd688d160dcbe9ab02a6634d5f8a98342071899ba120036", "output_hash": "", "timestamp": "2026-06-13T09:31:14Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.081, "gate": "PASS", "input_hash": "4b78fad19c093d53ec19c57904ba5f59696d1c0775d0cd7e395793268c874f09", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:31:14Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "26b815225ad81bc88b150f0cc9431cc8f3b46c59b884527f5d2873ad8babea52", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:31:14Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.193, "gate": "PASS", "input_hash": "519d7353d334300f971f40152be381f901807a6ecd3c49d4622b7b1c7eb37945", "output_hash": "80e43a7152842a7d73e65210a9cf669610db49b0a1bfbf71cf4b24c28fc8091d", "timestamp": "2026-06-13T09:31:15Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "36852f790999989cd9c59998f3c78021db075ac2e8340956f105b2c3782e1538", "output_hash": "", "timestamp": "2026-06-13T09:31:15Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.19, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:31:15Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.22, "gate": "PASS", "input_hash": "f303f224d85f4f6503017324d100c6566c6531b871fe3a070e3f274e3907fa72", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:31:15Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:31:15Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.233, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:31:15Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 8.007, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:31:23Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.525, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:31:24Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:31:24Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.096, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:31:24Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "5473b185bb56ef28129572de925d535e9700d802ee916a95ac002fb3f1561df1", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:31:24Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "e014433163d7034bc448c39c8fe27d61c5e4024bf9220db3acd8fae0fc9b3c47", "output_hash": "", "timestamp": "2026-06-13T09:31:24Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "d8cd0be9603c9d2387576f52fa012e0e846d65c3ff01d3a8890262c97ffbe355", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:31:25Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 1, "elapsed_sec": 0.311, "gate": "FAIL", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "040f36775bfb4aaf971b4530eea7f4da996a0d6dd95075b18404d0fbc467a5e0", "timestamp": "2026-06-13T09:31:25Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:32:47Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:32:47Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.166, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "def05113888aaf0aeeeff0c618c09f37f4441d4a7dfcbc40d58e1c8b84c1a79d", "timestamp": "2026-06-13T09:32:47Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.187, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:32:47Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.482, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:32:48Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:32:48Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 5.694, "gate": "PASS", "input_hash": "edeade357f1f2f98d294be383d3362b4b171c091f26973e2720eb0239a58b12e", "output_hash": "1d6bf44d4826669bdeabc66ce88ca1eb9126a41a119e34d0f0eb9fdc8848b7c4", "timestamp": "2026-06-13T09:32:54Z"} +{"node_id": "build_rebalance_sheet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_rebalance_engine_v1.py --json GatherTradingData.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.255, "gate": "PASS", "input_hash": "1aacc32bd9d77becb40364c629f78a4a03f0a91557463b2b859f02de3508853f", "output_hash": "012a6d561e4f100658e747309dbc36baa2dd585c989ca67bb21e1eebca3181ce", "timestamp": "2026-06-13T09:32:54Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "fa28d9c11f5621a8dc137e277f261965d3c7bf6216495628f0cb6616ff3f642f", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:32:54Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.3, "gate": "PASS", "input_hash": "8326538cccbd0f6a635e182ccb6e2a6447dc00784608bce680aeeb6f1f36dfac", "output_hash": "ee844cd5dbdb5c86cb97cfb4c8936af3fec54d603d1e31daa277dae1165f1b6b", "timestamp": "2026-06-13T09:32:54Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.183, "gate": "PASS", "input_hash": "af7fa622e0fa523fe02c3e9e5b849b26b653b43b3fdcbb634e26358f957aa8c0", "output_hash": "1385a5888fe541e96a9ecae7e24ffabf55feb95ca7f18c6dc6a06564511a89b6", "timestamp": "2026-06-13T09:32:55Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "40fe9ca6b898055121880fd4298858c5634435bda84da5fcaff8e9c852cead8b", "output_hash": "de73500a6dba1942485c70d870c061d7138526511a2e6843bf06bdd8182ddf33", "timestamp": "2026-06-13T09:32:55Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.265, "gate": "PASS", "input_hash": "5d965ab989edf72477b1bd768e72e8eea79cd924b22b81bc3792fc06d650622d", "output_hash": "50e96e71229cbca92c70f3ba4095ce5135990acbd080c2be33f2774373e3a0e5", "timestamp": "2026-06-13T09:32:55Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "a416f269e495a38a569497bb3d6821ff0dceedf3b58025fd5fd2440a0222f9a2", "output_hash": "", "timestamp": "2026-06-13T09:32:55Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "9f4e7f460fc3d15405188bd6936d16d8022d21629a077b2337bf62effeb7b3d1", "output_hash": "", "timestamp": "2026-06-13T09:32:55Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.153, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:32:56Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.106, "gate": "PASS", "input_hash": "e5681a7bf17dd395c0cb74ebb2beaee8a4b4ccf1ba8a491e29e440c0fb7dcc78", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:32:56Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "ac4e22112a419121cc3bdbeff52622b0e437f42102b09148403d36644e7c3caf", "timestamp": "2026-06-13T09:32:56Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.166, "gate": "PASS", "input_hash": "ad94755c64741f4250f2f5fb684af0b290062c6256fe20648b9b35ddfb1a4e70", "output_hash": "11022b8959247b8e26e6ffe4a72bceb80e1fea59c24de9e62cd27b042853940b", "timestamp": "2026-06-13T09:32:56Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "0463237671d7ba91d8556364d958880082dce19fddee6d4a10fc5f318b56bec6", "output_hash": "", "timestamp": "2026-06-13T09:32:56Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 0, "elapsed_sec": 0.335, "gate": "PASS", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "296ce090fbdb0eb52fc57a8dfa5143706dd77c119b0224ee56084d0111466de3", "timestamp": "2026-06-13T09:32:57Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 8.682, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:33:05Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "6645f8cf42d603b9a14f6b6980531b2f75d6f20b71c5a6d10d97b5baf2be4df2", "output_hash": "", "timestamp": "2026-06-13T09:33:05Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.322, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:33:06Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.121, "gate": "PASS", "input_hash": "9be28fa052082f8b7150afb276a262bb1f753219664a71e975a16134eb60f297", "output_hash": "", "timestamp": "2026-06-13T09:33:06Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.239, "gate": "PASS", "input_hash": "ef4e114c238c20b60d11a440621c277f3c4caed59845c20510fe3934f18091fa", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:33:06Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.237, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:33:06Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.451, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:33:07Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.274, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:33:07Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.272, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:33:07Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:33:07Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.095, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:33:07Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.106, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:33:08Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.402, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:33:08Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.228, "gate": "PASS", "input_hash": "e47f437dd822358f922ee423938c222673370238e6c4c7893e497fce9c6b0ccb", "output_hash": "", "timestamp": "2026-06-13T09:33:08Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:33:08Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "fe2982e6d13468e700b85ff9af70f15494a72fb97092dc907b7b7bb7281f8578", "output_hash": "", "timestamp": "2026-06-13T09:33:09Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:33:09Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "e6b99cd677484bb6bb6810d89129d1e52944c463b8b43b77d078a7ccdceedfe7", "output_hash": "", "timestamp": "2026-06-13T09:33:09Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:33:09Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:33:09Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.134, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:33:09Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:33:09Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.193, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:33:09Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.195, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:33:10Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.18, "gate": "PASS", "input_hash": "25f225651c313a56fe181861e54f0e06177c5312e4caac0f2cae08e39699d58c", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:33:10Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:33:10Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:33:10Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.09, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:33:10Z"} +{"node_id": "build_profit_giveback_ratchet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_profit_giveback_ratchet_v2.py --json GatherTradingData.json --out Temp/profit_giveback_ratchet_v2.json", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "ee171c0323c1533d1f25deda056c94ebc8d5130108765e4792c015375a0270ed", "output_hash": "b44d85b4f97d888861ce8c57363d568340fa713250ee23aba4c44718ad062dda", "timestamp": "2026-06-13T09:33:10Z"} +{"node_id": "build_bundle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_bundle.py", "returncode": 0, "elapsed_sec": 1.877, "gate": "PASS", "input_hash": "0cdaafaca0ffe81c715206f1dffe15cdca90954cf231997f8219e427378e557f", "output_hash": "9287ade662b48a32a13c411e997f3043028803be9d63b5e42a427ba3af82465d", "timestamp": "2026-06-13T09:33:12Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "158e70c7b21fc749f9721923a1dd4e55614217fd879b6e75c8a1e716fb308200", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:33:12Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "197220c0a5002eadd09b9f694f5c9b8737806827b815fdeca81b4f0f5acff555", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:33:13Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:33:13Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.183, "gate": "PASS", "input_hash": "ea77f57d9b2be4f938e7194846b9305e417f0e4b9edf5421f3daf3b5817ae8fd", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:33:13Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.094, "gate": "PASS", "input_hash": "2882328355472186657f396a1c51814f94ef076b274fba2bf137649f461e429f", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:33:13Z"} +{"node_id": "build_shadow_promotion", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_promotion_scorecard_v1.py --shadow Temp/shadow_ledger_v2.json --live-replay Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.091, "gate": "PASS", "input_hash": "59a95928e0981731bf67373bca5b1edda7cfa92afe21a6ff9609b225c27486d2", "output_hash": "ab262e80beb66f764bab3a1eec2f3409d788f2d2f650fda56ddb3ab3f1bb35f4", "timestamp": "2026-06-13T09:33:13Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:33:13Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.22, "gate": "PASS", "input_hash": "79cc5342cc1f451f557c07e7f48a543ab2d5a4892265183dfb15afdd8e38d917", "output_hash": "d0a2d87f5f123cdeadefad4a61c2d227fb5d45fe835d9f577ef20fd04c647b6a", "timestamp": "2026-06-13T09:33:13Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "4b78fad19c093d53ec19c57904ba5f59696d1c0775d0cd7e395793268c874f09", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:33:14Z"} +{"node_id": "prepare_zip", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/prepare_upload_zip.py --skip-validate --skip-convert --validation-mode package-only", "returncode": 0, "elapsed_sec": 2.556, "gate": "PASS", "input_hash": "822ae2b5986ef39f0db2d2cd652d9fb023f45c01ed3667d722b12a3e27e159c2", "output_hash": "", "timestamp": "2026-06-13T09:33:16Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "d5833071ac01e71ca2e45ae8b6f4a0eca28dd44dca66caf2206ef326ce3daa70", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:33:16Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.121, "gate": "PASS", "input_hash": "0761b3c8b81dd03f2fc433c5874abe980965b6488ecbf1556d039cdd8242dee6", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:33:16Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.399, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:33:26Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 5.492, "gate": "PASS", "input_hash": "edeade357f1f2f98d294be383d3362b4b171c091f26973e2720eb0239a58b12e", "output_hash": "609c64487cd8f47c5aff3bf4a51a7b4d2c9cd05198e229472aec8ea0ea1d382b", "timestamp": "2026-06-13T09:33:31Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.201, "gate": "PASS", "input_hash": "15d5ed8a78b413e383047346c0489eac384f5fe474c5b4e7fdc57b5b6102771c", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:33:31Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.362, "gate": "PASS", "input_hash": "28af8252601026fe46d23a8a20b6438591cc1e5fd2e388b153f282aa0a89fc26", "output_hash": "bf3f6c99b930651eefabc2f9bc90910292d2e9e84870a3e9f7d6298315e29f79", "timestamp": "2026-06-13T09:33:32Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.185, "gate": "PASS", "input_hash": "2ef0304373cc333cc6792b965586d5bcc8d0bffdce3981df4bd3fc8639b5ecc2", "output_hash": "ec634327d631d4748012b15df2725e3a6581ca63cc9ad9e88b2ce950c2f6a901", "timestamp": "2026-06-13T09:33:32Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "02705d9b49a0a23e0b0caa2a146ad8fb2afc92bf0e22255f1570cf1ac1b914d5", "output_hash": "45a4dccb14a77600341f4cb7fb24699f357dcde0b485539fd4aba190fca99c27", "timestamp": "2026-06-13T09:33:32Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.275, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:33:32Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.216, "gate": "PASS", "input_hash": "4f2f861f43b199fb402d253faa80dc288799d4fedcd0ce3c1ee52fd85a72885a", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:33:33Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:33:33Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:33:33Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.159, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:33:33Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 9.208, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:33:42Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.174, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:33:42Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "de285a0e2ae31c54f30b023384c0f8b215e157559abfd03fb8e310463554edd7", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:33:43Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:33:43Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "179004b3da3d9e6297331831e87ce56c5d65431f068d384689d540f0e6117d90", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:33:43Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.217, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:33:43Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:33:43Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.181, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:33:43Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:33:44Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:33:44Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.173, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:33:44Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.218, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:33:44Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.198, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:33:44Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.242, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:33:45Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.306, "gate": "PASS", "input_hash": "e026cf22ef16773b4e2c933c373dd1ff905d5a55738a62f76093f93de7c03379", "output_hash": "3449ce9ad92a0b6734b63d97a10140ce6b7dabc63649db595be841236815e5c5", "timestamp": "2026-06-13T09:33:45Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.159, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "a6b6d2124011ce1bd3b4f8775f25b7b4d48e8f30dc6c4357363b74cafe253017", "timestamp": "2026-06-13T09:33:45Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.289, "gate": "PASS", "input_hash": "6acc8cbf30fe80ed10c878a66fe5f3a33e948bce5b1fa9985f082b8e5e385d00", "output_hash": "8c6e31f786b06e7e333af25a1aa24011a9bb2dfadc1625682ad3eea0e4d48fba", "timestamp": "2026-06-13T09:33:45Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "9f8f10bf998f9295fc24ece16f5184a6f4e3eefaff6bd4ca7e72ac02e8deb8f3", "output_hash": "", "timestamp": "2026-06-13T09:33:46Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.365, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:33:46Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:33:46Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.239, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:33:46Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "5da8138780e20cd6345990c2be842e11b987d3d1cd97de44bbe5fa0f9c164e8e", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:33:46Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.257, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:33:47Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.209, "gate": "PASS", "input_hash": "45d6b3c48197c7419963f36ed2f9a4c08dad529b72715ef2c13812d081637a06", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:33:47Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.1, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:33:47Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:33:47Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.215, "gate": "PASS", "input_hash": "3844a195e707758e1714fc73adb1314e729944361e423e827bb5130b2469ac32", "output_hash": "", "timestamp": "2026-06-13T09:33:47Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.168, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:33:47Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:33:48Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:33:48Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.155, "gate": "PASS", "input_hash": "06dcda7aa7fa1831b4ffe1f6cdabb44307ada8a1be802782153bd3ba22a574a1", "output_hash": "", "timestamp": "2026-06-13T09:33:48Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "02750a10d6adb54427d6e28ffc5c86d62e985ae2a9ded53245a42f00638646b3", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:33:48Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "a2b7a9ae7cd32b2693f568e068e50aa0321efa9d45ad02cb26a147db4cf46f60", "output_hash": "", "timestamp": "2026-06-13T09:33:48Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "5a94212bb1986ab7375b35b9c38b3299502832039a3e23d059f324532ec60302", "output_hash": "", "timestamp": "2026-06-13T09:33:48Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "0c0d40cdc69dc7acbb5b884a6f5baf93bd1bdaaf510a0db55f80e7ced722d5de", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:33:48Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "b021d7c2ef2bda9836b60caf3a2e9bacc89d5dc5dfb15713b711074410018ea2", "output_hash": "", "timestamp": "2026-06-13T09:33:49Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:33:49Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.095, "gate": "PASS", "input_hash": "c1c7987eed76fc284fec9d3f71f226b85e16c9d74adca1602b8cf71377b37d66", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:33:49Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.094, "gate": "PASS", "input_hash": "4b78fad19c093d53ec19c57904ba5f59696d1c0775d0cd7e395793268c874f09", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:33:49Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "8a4048b47e90bf4cc09c0be62c31523e183f4374f167cea06b888ad320e8a14a", "output_hash": "", "timestamp": "2026-06-13T09:33:49Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.397, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:33:50Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "27f21598815406c0ac26bae8c5af48621ca6cb53fc607333899bf2061414c61e", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:33:50Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.195, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:33:50Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "faf343002b8310a2fce6d276dc100293388d853315bb97b9e83b55ebab7c28af", "output_hash": "", "timestamp": "2026-06-13T09:33:50Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.359, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:36:17Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.121, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:36:17Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.765, "gate": "PASS", "input_hash": "517892903d1f0d275740ebcacd419826319ae14336099836871d68621472cb03", "output_hash": "fc86511bdb057d79257880108d4c3f17ddcc67ffaeb8c24acd169e279d0ce669", "timestamp": "2026-06-13T09:36:22Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.221, "gate": "PASS", "input_hash": "109fc58d623ad0718c6b44e8915576e77aeb936c1affb6e436d208b9ebb6df05", "output_hash": "ff4c5299796c7be6ad6cefde044da8d7a76ff2f7abc28c5db964a3811182f6db", "timestamp": "2026-06-13T09:36:22Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.351, "gate": "PASS", "input_hash": "d6613ba4e5bd800b4c84b9e570976abb208ea5718842610c9eb9e794717fdcdd", "output_hash": "caec4076afa7f26e9171b323c19e1b1d02ff6f97977a43687683242badfcbfca", "timestamp": "2026-06-13T09:36:23Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "baf1ad31526ee919165293f1080db6bd8d6e726a0d001b31118107023b142419", "output_hash": "743863c42bb8c1569738d3348585cfe6b482c1853c02409638a0ba125ee163c1", "timestamp": "2026-06-13T09:36:23Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "96e567002e071d33b1ef903aadaec898a6cc2e4ca8772f407ebf3140558979b7", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:36:23Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.092, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:36:23Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.092, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:36:23Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:36:23Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:36:24Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:36:24Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "a836fed8af284b042704966618bc504a46ac99a854018995408cc2189f0df0fb", "output_hash": "02684fe330759afc12ada49617eb8f8d516340386fe7da0110340851c0bfcbd9", "timestamp": "2026-06-13T09:36:24Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "2642ce6a7dfbacf3f6542c22f9891ebe3342f809f16197ece8d55cc84763d784", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:36:24Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.217, "gate": "PASS", "input_hash": "27c0039be6e44ba8671e23ebac975cf8bc54cdeb051a76f86184e4a5afbe6258", "output_hash": "6a2b9bca9d62f4900b0b749661f609106ace5f4247bc654dd0f704606b381976", "timestamp": "2026-06-13T09:36:24Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "7050fc6d32cc43b0578454da257e393d9a27517fc566238e016b88f1355b0e82", "timestamp": "2026-06-13T09:36:24Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.201, "gate": "PASS", "input_hash": "96e542bf843070a68bd9f8594f61c08cadb28cd6f456982aa5133325c56ee1c0", "output_hash": "6cc969b068effd1e6550fb9e14252ac7855199e1d86ca49c56640e31943c931c", "timestamp": "2026-06-13T09:36:25Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.102, "gate": "PASS", "input_hash": "77c886772b80027f5e45afa0697ce08dc9cd59602c6fa2622d9515e690da84b2", "output_hash": "", "timestamp": "2026-06-13T09:36:25Z"} +{"node_id": "build_profit_giveback_ratchet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_profit_giveback_ratchet_v2.py --json GatherTradingData.json --out Temp/profit_giveback_ratchet_v2.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "f5dba263caacbb47449753120acb342955bcc7c3c734e43bf864306f0cadbb84", "output_hash": "b44d85b4f97d888861ce8c57363d568340fa713250ee23aba4c44718ad062dda", "timestamp": "2026-06-13T09:36:25Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:36:25Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.099, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:36:25Z"} +{"node_id": "build_bundle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_bundle.py", "returncode": 0, "elapsed_sec": 1.609, "gate": "PASS", "input_hash": "0cdaafaca0ffe81c715206f1dffe15cdca90954cf231997f8219e427378e557f", "output_hash": "ef6be98cd98d6581fd93c3aa85ddece20297a1a5607ca31fb39060b414dc96ef", "timestamp": "2026-06-13T09:36:27Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.458, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:36:27Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:36:27Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "c0f6e93daed237ec8a7c23589805d5b2306246d925dca48b554d22f0ef9140aa", "output_hash": "", "timestamp": "2026-06-13T09:36:27Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.273, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:36:28Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "008312f9f5a55d8fbd9205b081ba3dff4475cd8488c0ce99d668462b574f2ebb", "output_hash": "", "timestamp": "2026-06-13T09:36:28Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "0ba32e1f9d39cdf4300a67e0303e5e821a082c622253e01ba2bf9a91697ca760", "timestamp": "2026-06-13T09:36:28Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.096, "gate": "PASS", "input_hash": "4b78fad19c093d53ec19c57904ba5f59696d1c0775d0cd7e395793268c874f09", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:36:28Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "f352ddebb69a3e1995f0b4b59f7a200ab8e18b450db81690691545847d8409bf", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:36:28Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "f0df637ae749bf751bf56a2178e74935b80a163845c70d1425dc4aee91d5b979", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:36:28Z"} +{"node_id": "build_shadow_promotion", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_promotion_scorecard_v1.py --shadow Temp/shadow_ledger_v2.json --live-replay Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "59a95928e0981731bf67373bca5b1edda7cfa92afe21a6ff9609b225c27486d2", "output_hash": "ab262e80beb66f764bab3a1eec2f3409d788f2d2f650fda56ddb3ab3f1bb35f4", "timestamp": "2026-06-13T09:36:29Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "55ff22273e8349bcf40a30285a33616427e197cf85b9b47dfaa8b70a5c5dcec5", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:36:29Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.224, "gate": "PASS", "input_hash": "b8a8f050bf38baef341b372a6b6d1508a9bb3015563bb628f8f0872ebf39e0bb", "output_hash": "", "timestamp": "2026-06-13T09:36:29Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.238, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:36:29Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.257, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:36:29Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.213, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:36:30Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.244, "gate": "PASS", "input_hash": "0ae70cc00295986473d581aa1bcbe99a2c319260cdd81290af8c2d8ba03c616e", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:36:30Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:36:30Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.201, "gate": "PASS", "input_hash": "e33266cdaac8d400b1607144ff9c7db6e346e5e72ef8cd7f98ece9086433b5f9", "output_hash": "a726a27a6bd799be75e60d875555dcc9a43c791e4eb8eb7b01bd6c0d8fa29a3f", "timestamp": "2026-06-13T09:36:30Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "79cc5342cc1f451f557c07e7f48a543ab2d5a4892265183dfb15afdd8e38d917", "output_hash": "be1dcbaf39ac94fb75afc5e3a4dff3c5cfcf21fac2e6a18ea4c3e51c56c4c02f", "timestamp": "2026-06-13T09:36:30Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.138, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:36:31Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:36:31Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "581f91bef98570042b3551096dee19bd18ce3a9885a134f61a952838b64a826e", "output_hash": "", "timestamp": "2026-06-13T09:36:31Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.435, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:36:31Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 0, "elapsed_sec": 0.384, "gate": "PASS", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "583a325e4604b3c855c37f82d2d27b80112cfc1473313b20b057832e708ddcc6", "timestamp": "2026-06-13T09:36:32Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.259, "gate": "PASS", "input_hash": "e1a56cf6918ae7b37af2faa7c247801401dd7a75f47c0b099ede6b59f0df1586", "output_hash": "", "timestamp": "2026-06-13T09:36:32Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "915f2d577ae45122f5308a9ee4d5eab554493e2fcc909b49864c11a22edc395b", "output_hash": "", "timestamp": "2026-06-13T09:36:32Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.127, "gate": "PASS", "input_hash": "7fd684c0ca2cf8aa637e62a9fc46943118a4a55e13e8838a1ac090356a2b80e7", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:36:32Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:36:32Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.104, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:36:32Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.103, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:36:32Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.187, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:36:33Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 7.27, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:36:40Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.143, "gate": "PASS", "input_hash": "6dcd87d1fa5a446ac4ffcabfb9461572e264d82eaf88900f478cf750dd5efc2e", "output_hash": "", "timestamp": "2026-06-13T09:36:40Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "d29e31aeef90a6c73b41cc9a825a69fefe67c8c3dae7979b1c75ac7193285873", "output_hash": "", "timestamp": "2026-06-13T09:36:40Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:36:40Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:36:41Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:36:41Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.147, "gate": "PASS", "input_hash": "111eafa1b1a7b3890be2f2e6abdfebb94a024232d557fa9fe9b1efb9252c3d2e", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:36:41Z"} +{"node_id": "build_rebalance_sheet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_rebalance_engine_v1.py --json GatherTradingData.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "72c52f34bb186a72ed1b1252c77b90e5645f449822e0fd66176581d5bcec5abb", "output_hash": "f6d39f706ca6e8451a59e011e42c0a6baca033d7f8e191be313455139e1445ca", "timestamp": "2026-06-13T09:36:41Z"} +{"node_id": "prepare_zip", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/prepare_upload_zip.py --skip-validate --skip-convert --validation-mode package-only", "returncode": 0, "elapsed_sec": 1.991, "gate": "PASS", "input_hash": "822ae2b5986ef39f0db2d2cd652d9fb023f45c01ed3667d722b12a3e27e159c2", "output_hash": "", "timestamp": "2026-06-13T09:36:43Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "74e305761078f70349ffaf9b656bebb79956694827920b60c11209da2f8f05b5", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:36:43Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.9, "gate": "PASS", "input_hash": "ce7992c8ba2bd34ac184bc20d18f92cddda523028cceb6b9a76665894557758c", "output_hash": "a04bc2eaae385e98d6ff8f0dd89eec5f52f90b23faf43aeaa6f875323bee4f25", "timestamp": "2026-06-13T09:42:35Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.202, "gate": "PASS", "input_hash": "ec90064912352fe717d8b756acebd2a11780273c11abc57527370360a09ced70", "output_hash": "588e99bb68a81edf5a8aabdf5d5e97f732e52424d60cdf21030207fdc5ba8b0e", "timestamp": "2026-06-13T09:42:35Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.288, "gate": "PASS", "input_hash": "2c27d0c01b0ebf12547b17553b6ab1a475ab948577abc1195bbb17d5c09809f8", "output_hash": "f547bccfc2851aeb359e11dbaca0deb3824a3ec1277fb24e9e8f66ac53c32c97", "timestamp": "2026-06-13T09:42:36Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.2, "gate": "PASS", "input_hash": "1c3554a5b86003de33fe384a61e48e16d081baa6bec61c9368b814eb6a9fef70", "output_hash": "0af6eff0a6a48138fffdf1b70a92fff1026cbe0885079ac595b0b58be90adddd", "timestamp": "2026-06-13T09:42:36Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "a8221a738670d420967c438295f77c2711599b9b2d17c45522658aa45e0f72ed", "output_hash": "0827613306a0441631685ee855c9a7098453b8588a7bd5d5990e32ee23c26f7b", "timestamp": "2026-06-13T09:42:36Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.254, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:42:36Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.291, "gate": "PASS", "input_hash": "5111d2e0f09da5754a59a0eef87fa7a924ed5ccde2138833a22982a2830d1083", "output_hash": "3efdba445e11c3200bec72c8a617e7925ebdd67d2de1698fed3e68140879aa2f", "timestamp": "2026-06-13T09:42:36Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "be42bb78ea4bedb25a73edb984e5dd46fb9e7ecb807e58df2273c44ee8e7a49f", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:42:37Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.104, "gate": "PASS", "input_hash": "93990f5b1591a7617955ae87b23ceb687abca4974330809916eb84cc2e2da5c4", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:42:37Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "62f1a492512bf8043936ee691c1ef6c78ace234fe920b608f98c8e67c5edac0f", "output_hash": "", "timestamp": "2026-06-13T09:42:37Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:42:37Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:42:37Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.142, "gate": "PASS", "input_hash": "cf5173d56ff18daacf0ded4c3439d171a9dbc0266a4f3c43626b0c72da1d171e", "output_hash": "be1dcbaf39ac94fb75afc5e3a4dff3c5cfcf21fac2e6a18ea4c3e51c56c4c02f", "timestamp": "2026-06-13T09:42:37Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.085, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:42:37Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.093, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:42:37Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "066b3eaa65dd238d9c6a328b728e00fded0fb9b47f554d8c4620efbe7d981a7f", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:42:38Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "d5835101b8b9cd1935ab58074fc077157d10c1d4492cfd66fa6d64cb3d86f675", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:42:38Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "0975d83b86a7a132ba2bf003dbdaaceebcbdf7f0994ebb648f63d3a84df836cf", "output_hash": "", "timestamp": "2026-06-13T09:42:38Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.172, "gate": "PASS", "input_hash": "172466ad764b82dab0909e9be4ac232af2d2286ebf81484fb6c05ee271131943", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:42:38Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:42:38Z"} +{"node_id": "build_bundle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_bundle.py", "returncode": 0, "elapsed_sec": 1.709, "gate": "PASS", "input_hash": "0cdaafaca0ffe81c715206f1dffe15cdca90954cf231997f8219e427378e557f", "output_hash": "79c69b88f2faf63191c37f312b1c16c724518c71ed71d52ebc0b229c7d406983", "timestamp": "2026-06-13T09:42:40Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.173, "gate": "PASS", "input_hash": "51dc5e64ba15e6787557c84ccb9eadf8026954af47f947c01f269dc4b8007fac", "output_hash": "", "timestamp": "2026-06-13T09:42:40Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:42:40Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.178, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:42:40Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.102, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "51a60ff8256c64cf4f9e0aeafec8d8b99fddd083281b5f3115da388c6a6327cd", "timestamp": "2026-06-13T09:42:40Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "aac9174bc82167b856c7eccbce8805126c29dec3fd6eeac41548c6677de8a200", "output_hash": "515cfae4c6af1ca7d9b45fc2637bceb47d62257905a099a6d5f4b6c19138d687", "timestamp": "2026-06-13T09:42:41Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "ea927a90bcd7fd2c0069ca036ca2e153a4e31a8ca8d9ddd665e5918abc7599f4", "output_hash": "0290ae9d5a4f5ac6910caf50b4ecbe9cd8537e05588341cda9d5fb3f6f06ab19", "timestamp": "2026-06-13T09:42:41Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.232, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:42:41Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.376, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:42:41Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "68ba90169541adb2268187b6e1e4526a894800d62ff68551abe223ca2b15e424", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:42:42Z"} +{"node_id": "build_shadow_promotion", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_promotion_scorecard_v1.py --shadow Temp/shadow_ledger_v2.json --live-replay Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "59a95928e0981731bf67373bca5b1edda7cfa92afe21a6ff9609b225c27486d2", "output_hash": "ab262e80beb66f764bab3a1eec2f3409d788f2d2f650fda56ddb3ab3f1bb35f4", "timestamp": "2026-06-13T09:42:42Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "4b78fad19c093d53ec19c57904ba5f59696d1c0775d0cd7e395793268c874f09", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:42:42Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:42:42Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 0, "elapsed_sec": 0.343, "gate": "PASS", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "7818b66eff6b65f2e0d53698179910a5bf0f117a91096b4b6de1a92b8c50137b", "timestamp": "2026-06-13T09:42:42Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "143015b632fb77f85a74a7d836115b956ee19a5e91db9e955ddba35d4d2b26a7", "output_hash": "", "timestamp": "2026-06-13T09:42:42Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "5328f5c7ab6128dadaf1f2af30e126a2d6cbb30042c94c75c728162b5536147e", "output_hash": "", "timestamp": "2026-06-13T09:42:43Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.131, "gate": "PASS", "input_hash": "dc6b29dea0560429b61d802716abdb1fb321ad70dd58aedf7f076d06886fd7a0", "output_hash": "", "timestamp": "2026-06-13T09:42:43Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:42:43Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "c6509a4bb3cd6cb1d718e922a7dbbd9f03ba3f993da0a088bb9ab02d69ef97f2", "output_hash": "", "timestamp": "2026-06-13T09:42:43Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.883, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:42:44Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "ba8407927b414230bb842f74c528dae35e247576050cc08f3de0c84d65dc4db1", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:42:44Z"} +{"node_id": "build_profit_giveback_ratchet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_profit_giveback_ratchet_v2.py --json GatherTradingData.json --out Temp/profit_giveback_ratchet_v2.json", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "0dd72b6b3af189be898c2bbb91a173c7e0a1724e91a9f49415cbd3c045f06a52", "output_hash": "b44d85b4f97d888861ce8c57363d568340fa713250ee23aba4c44718ad062dda", "timestamp": "2026-06-13T09:42:44Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "cdfc3ce65cf763cf3d01bf0d92e101d52c1f74da577280fac42e8b74300d8ac2", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:42:44Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.189, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:42:45Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:42:45Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.194, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:42:45Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:42:45Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.237, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:42:45Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.21, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:42:45Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.413, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:42:46Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.206, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:42:46Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:42:46Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.216, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:42:46Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.2, "gate": "PASS", "input_hash": "c3b3bb1496a3c0313d230a7c391208a35b5b8d3b3dbbdd684ffaaebe1bbe3b73", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:42:47Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "ae65bf77654a60d3017d70d2037a9689fc3a2349430b682f01a1efd7d50aea6e", "output_hash": "", "timestamp": "2026-06-13T09:42:47Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.221, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:42:47Z"} +{"node_id": "build_rebalance_sheet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_rebalance_engine_v1.py --json GatherTradingData.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.151, "gate": "PASS", "input_hash": "539f9b1315f4bfce98f6e3dd3369beb887226af223360807596edd97f22f1a30", "output_hash": "82c39dc709365bbefcbce19a18caf6d6b14114d5ed29cde660d4ea8169be6e49", "timestamp": "2026-06-13T09:42:47Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.172, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:42:47Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 7.948, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:42:55Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:42:56Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "7df21bc8dcfc8f365bda867f931e3ea13c8b62a31fddaadc3d9c32adcfe3ec5a", "output_hash": "", "timestamp": "2026-06-13T09:42:56Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "39998ac44b2272b356fcd8c5a5631f5b1d5b72dcd9f1c5d2f85f729ad32cf09a", "timestamp": "2026-06-13T09:42:56Z"} +{"node_id": "prepare_zip", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/prepare_upload_zip.py --skip-validate --skip-convert --validation-mode package-only", "returncode": 0, "elapsed_sec": 2.09, "gate": "PASS", "input_hash": "822ae2b5986ef39f0db2d2cd652d9fb023f45c01ed3667d722b12a3e27e159c2", "output_hash": "", "timestamp": "2026-06-13T09:42:58Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.086, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T09:50:16Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.092, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T09:50:16Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.767, "gate": "PASS", "input_hash": "3d279103ddd31843b157c6972675284b15fc706a61064800d2cb1e2222605960", "output_hash": "05bc77cc47de482bfad7261f1dcc6788a9bc25e9d3a17164bd3cbcd0dcd9c577", "timestamp": "2026-06-13T09:50:21Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.248, "gate": "PASS", "input_hash": "5edfe992d431cbc9bd85f9b14590af984f0a67cc6f86e5850f3e967b2539c188", "output_hash": "588e99bb68a81edf5a8aabdf5d5e97f732e52424d60cdf21030207fdc5ba8b0e", "timestamp": "2026-06-13T09:50:21Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.311, "gate": "PASS", "input_hash": "a11374f77b8e12c64b9c5db7cda687f68422d0d9c1fb1e4247bec05734836ba1", "output_hash": "781868cfcddc13e2f7dbb5043b9a3c428c2d88d31e1c3b1ffc8c794071f1eb24", "timestamp": "2026-06-13T09:50:22Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.182, "gate": "PASS", "input_hash": "11b611ebf2090365af0c8919336607ea302b2fcc094d53a31b9586dabb93bf45", "output_hash": "19588241df17ffd14429efb8d0f2ee2ad8e9a498c65f26fb3d9b8d90546efb82", "timestamp": "2026-06-13T09:50:22Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "b76ffefd4bab0d830e476e4b2d3a182c85b2ae26f1e04a85ffddc415218cc6b0", "output_hash": "a07d2c7c8ab4043a0ac3f1a89ef22984c9698e97ef8a184103c7f9229847b8bc", "timestamp": "2026-06-13T09:50:22Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.295, "gate": "PASS", "input_hash": "805f791a37c011f1b946b6349bc5308caf1a4200d22f26cc954f410f85db8ad9", "output_hash": "eaf698af9cdca7f2614b19c4f16243fc024fecc64302b8cf7dc30c46f5ec9869", "timestamp": "2026-06-13T09:50:22Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "a669420be46aa7569f26eaf5f7bbdb699b03caa73ea634168d61e1ae783b445e", "output_hash": "", "timestamp": "2026-06-13T09:50:22Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.187, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T09:50:23Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T09:50:23Z"} +{"node_id": "build_shadow_promotion", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_promotion_scorecard_v1.py --shadow Temp/shadow_ledger_v2.json --live-replay Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "59a95928e0981731bf67373bca5b1edda7cfa92afe21a6ff9609b225c27486d2", "output_hash": "ab262e80beb66f764bab3a1eec2f3409d788f2d2f650fda56ddb3ab3f1bb35f4", "timestamp": "2026-06-13T09:50:23Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.319, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T09:50:23Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "72ba0e7c7bb0c8e00fbe81aabe3196d00efb942ee2df08cfd517663195a7aede", "output_hash": "", "timestamp": "2026-06-13T09:50:23Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T09:50:24Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "f9fa3bbeafa1d912e54ff83f6ad809e05b435d4bf2e5466d06f70ab81329e785", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T09:50:24Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "a4cdf0364c3e1896cc8e103e76050f4aff1c0e2b4f291062361287fbf28fbd26", "timestamp": "2026-06-13T09:50:24Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.304, "gate": "PASS", "input_hash": "4e0e64cc8f6c53427dc59ef5b64e766f31edacd298f4d439da031d72c179ee6d", "output_hash": "d67c7717c25c3c8faa2e153d9d0d18c52e6c264ac07c93d77990764080cfaa83", "timestamp": "2026-06-13T09:50:24Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "b8ff147ca38d3bb2b30593bf1942fa294b08a71254c2ca98d51cbc210f62b4a4", "output_hash": "", "timestamp": "2026-06-13T09:50:24Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.252, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T09:50:25Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "62f1a492512bf8043936ee691c1ef6c78ace234fe920b608f98c8e67c5edac0f", "output_hash": "", "timestamp": "2026-06-13T09:50:25Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T09:50:25Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.184, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T09:50:25Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.226, "gate": "PASS", "input_hash": "5875e7cec5b90797fd006e78fbc2aa618ba05f7264f972e8186399bc413aa106", "output_hash": "", "timestamp": "2026-06-13T09:50:25Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 10.46, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T09:50:36Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T09:50:36Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T09:50:36Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.136, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T09:50:36Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.163, "gate": "PASS", "input_hash": "6edfa0dbd38b1a7a63b906b0e60dd36021305fdcc2fbc1dc4645b7c179d78fa5", "output_hash": "0290ae9d5a4f5ac6910caf50b4ecbe9cd8537e05588341cda9d5fb3f6f06ab19", "timestamp": "2026-06-13T09:50:36Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "dc6b29dea0560429b61d802716abdb1fb321ad70dd58aedf7f076d06886fd7a0", "output_hash": "", "timestamp": "2026-06-13T09:50:37Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.255, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T09:50:37Z"} +{"node_id": "build_bundle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_bundle.py", "returncode": 0, "elapsed_sec": 1.701, "gate": "PASS", "input_hash": "0cdaafaca0ffe81c715206f1dffe15cdca90954cf231997f8219e427378e557f", "output_hash": "d92178737fe60c8be34033631e49cfd6b5fdcbd72e6b6ebc7e92586066b2bd08", "timestamp": "2026-06-13T09:50:39Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "cc92c173e2a2bb77613681ad98fa73c2891dad50549f7ce629e878fbcd7c3f55", "output_hash": "", "timestamp": "2026-06-13T09:50:39Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.283, "gate": "PASS", "input_hash": "a77f316fd2df0aeff267cd32be3fc0a519805eda9e498806c1f91ca2e55684ec", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T09:50:39Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.228, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "b48a5a0129b9ca8fa99f611b90cae16c4559771627e84795fb64ec4b9990b919", "timestamp": "2026-06-13T09:50:39Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T09:50:39Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T09:50:39Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T09:50:40Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.37, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T09:50:40Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.097, "gate": "PASS", "input_hash": "f303e8b3d58cf6c4767827cc426e86f1dcdb1e92cfa5c05480dc4a9c120e0e5f", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T09:50:40Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "bddeb1702b7b7a5f08bad575993a1afcd83d95e4cdfb4d905534e01a654eefb7", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T09:50:40Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.192, "gate": "PASS", "input_hash": "0f9103c1ed3b17c6444c5b25a75fdcc97507b29de92315e0df900083b5542528", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T09:50:40Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.206, "gate": "PASS", "input_hash": "dae0ee0b79f0bd054b917035ba5fac63445a223529af363bab59f0891098dc16", "output_hash": "", "timestamp": "2026-06-13T09:50:41Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 0, "elapsed_sec": 0.374, "gate": "PASS", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "9cb90c0e1ea8e4a1a9d802431519b22f24a00a50fd45cd485a23508e1096234a", "timestamp": "2026-06-13T09:50:41Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.504, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T09:50:42Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.195, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T09:50:42Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.154, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T09:50:42Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "74570ece837a0f433eb6f01fe7420b07d0778023d760533e3eaa1738313ce9ef", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T09:50:42Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.192, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T09:50:42Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.394, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T09:50:43Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.215, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T09:50:43Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T09:50:43Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "d44596ce4ca549ad577fc215f42baff5ca708d822b072b2232adc1446d89a6aa", "output_hash": "", "timestamp": "2026-06-13T09:50:43Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T09:50:43Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T09:50:43Z"} +{"node_id": "build_profit_giveback_ratchet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_profit_giveback_ratchet_v2.py --json GatherTradingData.json --out Temp/profit_giveback_ratchet_v2.json", "returncode": 0, "elapsed_sec": 0.159, "gate": "PASS", "input_hash": "7e7c9bad98cff4f35279520d7598b652ad1b3140d21ffe8ac6dd113a83e0a1d5", "output_hash": "b44d85b4f97d888861ce8c57363d568340fa713250ee23aba4c44718ad062dda", "timestamp": "2026-06-13T09:50:44Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.163, "gate": "PASS", "input_hash": "e4f29ae0d646468cff48b426d828760795fda28a798b9440c5cb19ad87cb449c", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T09:50:44Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.189, "gate": "PASS", "input_hash": "c3b3bb1496a3c0313d230a7c391208a35b5b8d3b3dbbdd684ffaaebe1bbe3b73", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T09:50:44Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "cf5173d56ff18daacf0ded4c3439d171a9dbc0266a4f3c43626b0c72da1d171e", "output_hash": "be1dcbaf39ac94fb75afc5e3a4dff3c5cfcf21fac2e6a18ea4c3e51c56c4c02f", "timestamp": "2026-06-13T09:50:44Z"} +{"node_id": "build_rebalance_sheet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_rebalance_engine_v1.py --json GatherTradingData.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.28, "gate": "PASS", "input_hash": "9bf77d12dfd695d5a4851a246eb1f774d9bede04f83a1803a94ef0773f04936a", "output_hash": "b9a25f888babfb15fc1651ae4dbf1e4cbff7dbb64deda3c7c947f52356e56838", "timestamp": "2026-06-13T09:50:44Z"} +{"node_id": "prepare_zip", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/prepare_upload_zip.py --skip-validate --skip-convert --validation-mode package-only", "returncode": 0, "elapsed_sec": 3.384, "gate": "PASS", "input_hash": "822ae2b5986ef39f0db2d2cd652d9fb023f45c01ed3667d722b12a3e27e159c2", "output_hash": "", "timestamp": "2026-06-13T09:50:48Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "25be190225cb316a61866a32da0b9721d314f56a415330708af1c2246b099110", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T09:50:48Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "48e3f4ae9b1b98d98e5ddfa93b95bc531cd1985a7d49a081f9d3c05f5c1a8437", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T09:50:48Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.152, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T10:00:46Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T10:00:46Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T10:00:46Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "6edfa0dbd38b1a7a63b906b0e60dd36021305fdcc2fbc1dc4645b7c179d78fa5", "output_hash": "0290ae9d5a4f5ac6910caf50b4ecbe9cd8537e05588341cda9d5fb3f6f06ab19", "timestamp": "2026-06-13T10:00:47Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "bddeb1702b7b7a5f08bad575993a1afcd83d95e4cdfb4d905534e01a654eefb7", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T10:00:47Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T10:00:47Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T10:00:47Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 5.36, "gate": "PASS", "input_hash": "3d279103ddd31843b157c6972675284b15fc706a61064800d2cb1e2222605960", "output_hash": "22a41d520abdf8ff944cfb7c634f65919291e920fd36f5a830c44276044b2320", "timestamp": "2026-06-13T10:00:52Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.173, "gate": "PASS", "input_hash": "b9fa76ef008787bc4f590bb9cf02ff9711e653f6947566141af43bcff631b8c9", "output_hash": "588e99bb68a81edf5a8aabdf5d5e97f732e52424d60cdf21030207fdc5ba8b0e", "timestamp": "2026-06-13T10:00:53Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.472, "gate": "PASS", "input_hash": "1d155570a061e1c75d1079c63c7c01b03f3775581d86754c4b78749f2e40ed65", "output_hash": "65fa06ece16aca9ffb5efd724297041da8317fb21c7f37749b6ea181a23d5533", "timestamp": "2026-06-13T10:00:53Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.219, "gate": "PASS", "input_hash": "4058947102270dc122e75f474a54ca18966eac55f3ff548e43d95efb48098082", "output_hash": "244cca64fd1b18e006cfea435ee4e14648313ae9e37eaf4bac5d27d9c77ecbde", "timestamp": "2026-06-13T10:00:53Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "ab62cfd78238cb0118a74b32da87a41a851ce82b18d1e5350ca881f92bcd4e66", "output_hash": "b0da1cea77e367cebd434133d57cd90a8c1812ff00e58316929cb400482a3ed5", "timestamp": "2026-06-13T10:00:54Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.342, "gate": "PASS", "input_hash": "533c66d6c46f9e2beacb9de1d8ee5839f3353fc4aed0a99b19ba94e93c338016", "output_hash": "5baf8d2f9199394ac92ed046bb31115f8e824e2ed0255637d0c6f69bba339c39", "timestamp": "2026-06-13T10:00:54Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "57201b32185923ef85c902fb06a3b0ee846afb7160dce3386150c985bb7b36e2", "output_hash": "", "timestamp": "2026-06-13T10:00:54Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.317, "gate": "PASS", "input_hash": "6b707d103e4f02ea71b142bcb65917e53fd653c79d8f4bffcbf4e8c0d1bd6bd8", "output_hash": "5d7967fb6a09336b8ef24a4175c23672fc182820fbbf4ef29724dbddd03409dd", "timestamp": "2026-06-13T10:00:54Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "4bf8f123cd726174b0cccf86448c4de1be0fc46b6ee18f3253ce8c269277f56f", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T10:00:55Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.306, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T10:00:55Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "e45327fedd84655fc34e9ed02e7275e93120d3f9ea185f9aeb220ff9f38fe164", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T10:00:55Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.222, "gate": "PASS", "input_hash": "62f1a492512bf8043936ee691c1ef6c78ace234fe920b608f98c8e67c5edac0f", "output_hash": "", "timestamp": "2026-06-13T10:00:55Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.173, "gate": "PASS", "input_hash": "cfc74da5b099c6d718f7451f679b75abd994cd887059d7c04265abf9b32d845d", "output_hash": "", "timestamp": "2026-06-13T10:00:55Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.166, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T10:00:56Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.098, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "5c9e28bad0bf55cb3977ca7ff6dfcc9053c8f3bcff893087285fcb9b7c3ed801", "timestamp": "2026-06-13T10:00:56Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.208, "gate": "PASS", "input_hash": "490ba331e42cb09e384ccf488fcf8c39eb6cad079566b983c53714ddc36d7730", "output_hash": "a3f22b69b9300cfabd8dc5745f8bc015a8cf1be548a558884d2b7db6919ef282", "timestamp": "2026-06-13T10:00:56Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T10:00:56Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T10:00:56Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.236, "gate": "PASS", "input_hash": "fe86091813530761b88658777fe2453ea9e8675ecf3333b44a6ca4ff6d73280b", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T10:00:56Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T10:00:57Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.19, "gate": "PASS", "input_hash": "994c2f64a268b8d93194ec5ea5973e4feccd8ae1764385eda24af6a8f8709008", "output_hash": "", "timestamp": "2026-06-13T10:00:57Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "9a519d7101b0f3a49f3bfb6331e716da3bbd37ce00abbd74210d74bc8f68e740", "output_hash": "", "timestamp": "2026-06-13T10:00:57Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.187, "gate": "PASS", "input_hash": "c3b3bb1496a3c0313d230a7c391208a35b5b8d3b3dbbdd684ffaaebe1bbe3b73", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T10:00:57Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.163, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T10:00:57Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.155, "gate": "PASS", "input_hash": "4b91c36044e375324885f99edecebadfb562ea09b5a1ae4ab3847e958aabd3db", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T10:00:57Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "e1d6fac1ef499b7cba65953d3eec88ff6ebdb5e9b7e2c388d60bb61e4d02f6ab", "output_hash": "", "timestamp": "2026-06-13T10:00:58Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.169, "gate": "PASS", "input_hash": "ec0af70c30053fbff5683e5c41d1e9d619da1a39b0c6c3f1acbf6c619f1f9b0d", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T10:00:58Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 16.204, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T10:01:14Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.202, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T10:01:14Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.194, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T10:01:14Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.155, "gate": "PASS", "input_hash": "0a358b2a7791cf4de842e5500c85c11b776d56754b61f93e6db6b342cae6a0cd", "output_hash": "", "timestamp": "2026-06-13T10:01:14Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.53, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T10:01:15Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T10:01:15Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.444, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T10:01:16Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.399, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T10:01:16Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.225, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T10:01:16Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.215, "gate": "PASS", "input_hash": "55bddcde1ac3ec93a680d27cd69c89080430d1963c78d80cdf5dc3a479f6a7db", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T10:01:16Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.164, "gate": "PASS", "input_hash": "0f3bff1c3b50bfb62f1b3abe498196e564917cd5461243cae807947829ea0a7d", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T10:01:17Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.313, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T10:01:17Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "694b0af4cde5d2f305d4b49d779eeefbd1a91bad3aa2a91f118d8e0c906e0218", "output_hash": "", "timestamp": "2026-06-13T10:01:17Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "4b2ed36008782d1b3080c9657c43f15c1854ecd6f5ca4d41b4036442f2566675", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T10:01:17Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.524, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T10:01:18Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.098, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T10:01:18Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "dc6b29dea0560429b61d802716abdb1fb321ad70dd58aedf7f076d06886fd7a0", "output_hash": "", "timestamp": "2026-06-13T10:01:18Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.234, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T10:01:18Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.194, "gate": "PASS", "input_hash": "2db9bc20969548b2f5fe5d6093b4b6e9f8f4755ab84a93ed29d773e8210ad0b2", "output_hash": "", "timestamp": "2026-06-13T10:01:18Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "885fe5e2f74bfcdd3405b18eaa88a7bd5b90df8cc6eb47f825fb8a5e178af10e", "output_hash": "", "timestamp": "2026-06-13T10:01:19Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.189, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T10:01:19Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T10:05:05Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.106, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T10:05:06Z"} +{"node_id": "build_shadow_promotion", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_promotion_scorecard_v1.py --shadow Temp/shadow_ledger_v2.json --live-replay Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "59a95928e0981731bf67373bca5b1edda7cfa92afe21a6ff9609b225c27486d2", "output_hash": "ab262e80beb66f764bab3a1eec2f3409d788f2d2f650fda56ddb3ab3f1bb35f4", "timestamp": "2026-06-13T10:05:06Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.287, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T10:05:06Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.249, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T10:05:06Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T10:05:06Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 8.027, "gate": "PASS", "input_hash": "2d9f8ec714434054480e3b799d4a2866a02dd4ccea1d0ede51e3ac8de7ff72e6", "output_hash": "c8f9998c7ced668beb4539e1a0db37cdb3f798bf0c783bd2fdc5a278642f97d8", "timestamp": "2026-06-13T10:05:14Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.195, "gate": "PASS", "input_hash": "f8005b4cd9f5f8f91214cdccc6e7823c3f180f4cc1788d019887431847a241da", "output_hash": "588e99bb68a81edf5a8aabdf5d5e97f732e52424d60cdf21030207fdc5ba8b0e", "timestamp": "2026-06-13T10:05:15Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.321, "gate": "PASS", "input_hash": "6da33d7f34b5695a5ac61208abfe764e40535cef7939e4c66c6d6ee301d678a6", "output_hash": "565b412de5a31ec8d0333e0eac5597d2df71687191e0dab248f3a8968d4b952a", "timestamp": "2026-06-13T10:05:15Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.213, "gate": "PASS", "input_hash": "0b3c4265e73cf4174fc992f62151989d06e3decd6eb2addf97df4416e8c71382", "output_hash": "11b73c52d36de39b8debfa88e794ffb95b34ebe98d6abf98cc4cf76cbc6511ee", "timestamp": "2026-06-13T10:05:15Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "f1edbd50c74a16bfa3f959c47f71b293bb97e73d89a605e28adf6e7ab04a48aa", "output_hash": "f4311fd907c52eb059a31bf0d9fe15ae917632f076e4b33814b7de6f62bfae8f", "timestamp": "2026-06-13T10:05:15Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.249, "gate": "PASS", "input_hash": "b9ec1b3d467ac873816cfc20c9ac6ac748d6cf108bca683f05bb204f9e3b1af5", "output_hash": "cfce39f0abfb27f8fe4e1c828bb3fab03e38b4da7c4657e22d2560e79fa59c40", "timestamp": "2026-06-13T10:05:16Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "d407f25ceb855b8c5b042496e3658961ea61a0c15a44a14933b749717ef4107c", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T10:05:16Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.192, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "2dcc4d272abc80c83f9fd04462fb29016f53cf6c3d517c8457d300a5d5f5ac11", "timestamp": "2026-06-13T10:05:16Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.17, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T10:05:16Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "ecdd1216f843d343e8e7c38a67e16378fab1418c3ab95ef0a8f9ac83872f1082", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T10:05:16Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "3f8cc94dcfaaaa24f65643ef748f4adb9a2dbdd1c37122f566e4a16c4c968fd8", "timestamp": "2026-06-13T10:05:17Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.211, "gate": "PASS", "input_hash": "6133f3a78dafa5d1a5f4aa2a3d15ccfbe77f125152a0ba191a8e59f7217f5c63", "output_hash": "41e9862a67f6cbf7b4624e832a0af3562a0df793765940cfc07a626dee186495", "timestamp": "2026-06-13T10:05:17Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "48cf24b164b22150a49373716d46d6729d4f8b0ed66e365b91eee8be3a967d2a", "output_hash": "", "timestamp": "2026-06-13T10:05:17Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "bddeb1702b7b7a5f08bad575993a1afcd83d95e4cdfb4d905534e01a654eefb7", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T10:05:17Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T10:05:17Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.435, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T10:05:18Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.211, "gate": "PASS", "input_hash": "4984da890fa8145922949fb26a9f4a43cd27c74fee02854b13e98dab7a847b17", "output_hash": "10bbe145ff5a190050812caa40895ccc6331d17c910fe8033553534a5ebf0145", "timestamp": "2026-06-13T10:05:18Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "3327136046cce5babecad66ece7acdc0e87a406167c5cfa5e2d6a7d0e510f165", "output_hash": "", "timestamp": "2026-06-13T10:05:18Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "593988cbd8be7c01133e9b9421268d1810be0a2579e2146c02619831d4337b19", "output_hash": "", "timestamp": "2026-06-13T10:05:18Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "6262d4a613f02d953a90a1914e97eb17c825dd378dd610384ab721a4aa3ffc1b", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T10:05:18Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.149, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T10:05:18Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.171, "gate": "PASS", "input_hash": "8c5315fa193424f941cb7bf03b2c946c118ca3d9b050d6960c27afc482da349a", "output_hash": "0290ae9d5a4f5ac6910caf50b4ecbe9cd8537e05588341cda9d5fb3f6f06ab19", "timestamp": "2026-06-13T10:05:19Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "dc6b29dea0560429b61d802716abdb1fb321ad70dd58aedf7f076d06886fd7a0", "output_hash": "", "timestamp": "2026-06-13T10:05:19Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.169, "gate": "PASS", "input_hash": "cf5173d56ff18daacf0ded4c3439d171a9dbc0266a4f3c43626b0c72da1d171e", "output_hash": "be1dcbaf39ac94fb75afc5e3a4dff3c5cfcf21fac2e6a18ea4c3e51c56c4c02f", "timestamp": "2026-06-13T10:05:19Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 10.117, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T10:05:29Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.289, "gate": "PASS", "input_hash": "2e6e329d6cfc62412c4361a1ad2c66367b36207dd6e210a20c9d5c445dfd3be8", "output_hash": "", "timestamp": "2026-06-13T10:05:29Z"} +{"node_id": "build_rebalance_sheet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_rebalance_engine_v1.py --json GatherTradingData.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.205, "gate": "PASS", "input_hash": "d8cc7f8923744fdd8c79fd8cf94230fd8362986baa03a9bce1ad24736d5b3c0e", "output_hash": "fb6e648c1a444d08640affcf260290d1c98088ce14a54bac4da017d016f618a9", "timestamp": "2026-06-13T10:05:30Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.386, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T10:05:30Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.184, "gate": "PASS", "input_hash": "e1a1caf3086cd31015cf9902915d36cfc6b6b8d4b1f8a9d974cd4933bfeb8ab9", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T10:05:30Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.269, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T10:05:30Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "132dc1909172a601e452aeef5ccda521e8a2076d4b5a583677cde57b9221bb7c", "output_hash": "", "timestamp": "2026-06-13T10:05:30Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T10:05:31Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T10:05:31Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.098, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T10:05:31Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 0, "elapsed_sec": 0.299, "gate": "PASS", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "72505f2f903ebcf132bd45a54b11d3f2972468ba6e36c6dbbc05627f26e366c1", "timestamp": "2026-06-13T10:05:31Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T10:05:31Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "eaa87c39d427bb31ba77306e4dde730c5cefd3921efcda6d561f32ea3d637d9e", "output_hash": "", "timestamp": "2026-06-13T10:05:31Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.126, "gate": "PASS", "input_hash": "53f9d6620c94c917d066edb710576e3a016eb89cf4cda2e2c1e5405bbc4de5be", "output_hash": "", "timestamp": "2026-06-13T10:05:32Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.315, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T10:05:32Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.1, "gate": "PASS", "input_hash": "93a809d89998923039397ed118f7842c3e26227e0f4b91b9588e0150613fd0dc", "output_hash": "", "timestamp": "2026-06-13T10:05:32Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "b53c845fe8744058a288227590dd8bf496d1de9735620ad43c2398c5663aec22", "output_hash": "", "timestamp": "2026-06-13T10:05:32Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.35, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T10:05:33Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.192, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T10:05:33Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.478, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T10:05:33Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.103, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T10:05:33Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "4627fcc70f0478a7a9c449745107eed6c6c4cc4d7d34f6dba8b7411e24377d4c", "output_hash": "", "timestamp": "2026-06-13T10:05:33Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.104, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T10:05:34Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.166, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T10:05:34Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.148, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T10:05:34Z"} +{"node_id": "build_profit_giveback_ratchet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_profit_giveback_ratchet_v2.py --json GatherTradingData.json --out Temp/profit_giveback_ratchet_v2.json", "returncode": 0, "elapsed_sec": 0.159, "gate": "PASS", "input_hash": "7fd1715adf390794c802bb2d73a6311ad20c26723de912fdcab54b94eb9ed924", "output_hash": "b44d85b4f97d888861ce8c57363d568340fa713250ee23aba4c44718ad062dda", "timestamp": "2026-06-13T10:05:34Z"} +{"node_id": "build_bundle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_bundle.py", "returncode": 0, "elapsed_sec": 1.583, "gate": "PASS", "input_hash": "0cdaafaca0ffe81c715206f1dffe15cdca90954cf231997f8219e427378e557f", "output_hash": "724491a3b53e5eb44a455194007027a9e13d6d8a6827675e5410c9be4592af41", "timestamp": "2026-06-13T10:05:36Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.108, "gate": "PASS", "input_hash": "77bf28c6ea8abb3e27b0dd150c77df1409c9138b3b540ebf34d5dcaef1825cc1", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T10:05:36Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.193, "gate": "PASS", "input_hash": "c3b3bb1496a3c0313d230a7c391208a35b5b8d3b3dbbdd684ffaaebe1bbe3b73", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T10:05:36Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "c5e6c9be3ab1c9eb49f89613e676482d50de8285a87c4df817ba530b25d6cd0d", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T10:05:36Z"} +{"node_id": "prepare_zip", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/prepare_upload_zip.py --skip-validate --skip-convert --validation-mode package-only", "returncode": 0, "elapsed_sec": 2.179, "gate": "PASS", "input_hash": "822ae2b5986ef39f0db2d2cd652d9fb023f45c01ed3667d722b12a3e27e159c2", "output_hash": "", "timestamp": "2026-06-13T10:05:38Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "7c2df97fbc8d46b2988ffaf91e65a773199e46d65322ac5e90fedefde47fe6b0", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T10:05:38Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "8509b07bfcc872951d48ad9663ece2a7481ee08586f32fbed0790ffa9f17a67b", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T10:05:38Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 6.98, "gate": "PASS", "input_hash": "b6f2cb067aa2f6189cd176c4a1f3464dc69d0066e0894a8ed2a9d9eeb3273980", "output_hash": "3f5ca8526df10110230de4d874fe46a998d96e370a99e8e654f79cfe55371885", "timestamp": "2026-06-13T10:06:33Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.184, "gate": "PASS", "input_hash": "48effdfe65e1698a7858ef122b37e5f6edc34f95fe59dfe97b08b33a181ee0d6", "output_hash": "1feddf4e2ed47e7db13b2ae98d38b948dec36b423b37c3b17ec599a48ba8def2", "timestamp": "2026-06-13T10:06:33Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.392, "gate": "PASS", "input_hash": "e6b66ee3562c285259628b9bd89ab434b627d6a87be3468b7a406e90ee5c7ca6", "output_hash": "78bda7e51510900390a79808a7bbc21ecde4d6488115fc9a074a07a30ef4696f", "timestamp": "2026-06-13T10:06:34Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.238, "gate": "PASS", "input_hash": "3cd2600c4515f8a115fb49965d68f37adf7433d9e0d464349f8d46cae85619aa", "output_hash": "2135a8374239aef40fa10cd08b23ca9d19c201cbb49797e44b3c9ef71a93fadb", "timestamp": "2026-06-13T10:06:34Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.212, "gate": "PASS", "input_hash": "d3c80d73265563cd676f1c293fe7e6493781ca1460e581c6d1eb67ba8ad15200", "output_hash": "1c901a329944a49399897a7a15423620265e73e40eef60c1bd61549fb305b24f", "timestamp": "2026-06-13T10:06:34Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.287, "gate": "PASS", "input_hash": "7c6274be91f4f0e78994411b77a540311055039bde47efa327d14d9019fc0d99", "output_hash": "940649e1054500989510778141a348a922868d988721df3e602d62afc6bc071f", "timestamp": "2026-06-13T10:06:35Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.129, "gate": "PASS", "input_hash": "4824159e2fbdcb06f90084fc1175206f1a88e8aabf0a354f7e094f340474c726", "output_hash": "", "timestamp": "2026-06-13T10:06:35Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "4d0d80afb437a454d8d4c03d4889d9625216fc7874a9c318f5625311e2722917", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T10:06:35Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "3c78bb91f753f6646c0ce4a84b6896ff7c64dee413fea3b6f8add3816b4f9432", "timestamp": "2026-06-13T10:06:35Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "1e410964f40b1f7e750814c04536cab7cca6f7ec6a3096f980258bfac532b925", "output_hash": "", "timestamp": "2026-06-13T10:06:35Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.175, "gate": "PASS", "input_hash": "994418563cbe9fe6accf3f877885a76582b62c6184d738d8ead76a27671be342", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T10:06:35Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 0, "elapsed_sec": 0.37, "gate": "PASS", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "404d53c0e13547792746adda93fba8b4f81bdc34eae373a5c2f3d7d3f0cf804a", "timestamp": "2026-06-13T10:06:36Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 15.301, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T10:06:51Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T10:06:51Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "7853659604edc0f868c62c141d1fe3cc8547dbb8bb727d60b348ebe8a9ba5aca", "output_hash": "", "timestamp": "2026-06-13T10:06:51Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.245, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T10:06:52Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.103, "gate": "PASS", "input_hash": "461dc61cf2684755d494f1296416d384cca7ac3fc2e8f619c3f7351d4dffc6c2", "output_hash": "", "timestamp": "2026-06-13T10:06:52Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.19, "gate": "PASS", "input_hash": "de5b3e493edcdd36e99da7c1412e2f7ff6bf52be642b69e7389b0dbc330f0da7", "output_hash": "10bbe145ff5a190050812caa40895ccc6331d17c910fe8033553534a5ebf0145", "timestamp": "2026-06-13T10:06:52Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.22, "gate": "PASS", "input_hash": "b53c845fe8744058a288227590dd8bf496d1de9735620ad43c2398c5663aec22", "output_hash": "", "timestamp": "2026-06-13T10:06:52Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.386, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T10:06:53Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.244, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T10:06:53Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.508, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T10:06:53Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T10:06:53Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.275, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T10:06:54Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T10:06:54Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T10:06:54Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.128, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T10:06:54Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.995, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T10:06:55Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.264, "gate": "PASS", "input_hash": "39cbebe68ce2144da4916544c437a121956c41b4f3a11bd5c2ff5a068b7c90a7", "output_hash": "", "timestamp": "2026-06-13T10:06:55Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T10:06:56Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.158, "gate": "PASS", "input_hash": "dc9ca47e486bc7e67a08ed1d1e9849b31d102389ac64ebd8f57d4c0e2f03b528", "output_hash": "", "timestamp": "2026-06-13T10:06:56Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T10:06:56Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.283, "gate": "PASS", "input_hash": "5bf52973e956031dd90ff4df2e6aebd33a83037825d2e96ff47223f6b8ba6d6f", "output_hash": "5a91873c5513a4af116b5ed60d0bf619bdef3d92f3e0ca610333712c0a9702bc", "timestamp": "2026-06-13T10:06:56Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "231bccf991b01b9c86b62a6b44268ccdcd7b7d9ffb1a99567aae5850075872ee", "output_hash": "", "timestamp": "2026-06-13T10:06:56Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.107, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T10:06:56Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T10:06:57Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T10:06:57Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.162, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T10:06:57Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.146, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T10:06:57Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.295, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T10:06:57Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.21, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T10:06:57Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "f21094ebbdd7364fce1834fb909c60c6d03d18affd0bd6138f464d71bd447250", "output_hash": "0290ae9d5a4f5ac6910caf50b4ecbe9cd8537e05588341cda9d5fb3f6f06ab19", "timestamp": "2026-06-13T10:06:58Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.123, "gate": "PASS", "input_hash": "dc6b29dea0560429b61d802716abdb1fb321ad70dd58aedf7f076d06886fd7a0", "output_hash": "", "timestamp": "2026-06-13T10:06:58Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.102, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T10:06:58Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.135, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T10:06:58Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.182, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T10:06:58Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "3327136046cce5babecad66ece7acdc0e87a406167c5cfa5e2d6a7d0e510f165", "output_hash": "", "timestamp": "2026-06-13T10:06:58Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "cf8c63fc093c599a6ce500b769b21c56c004588abb08bcd7d02f17cb54e6dfcc", "output_hash": "", "timestamp": "2026-06-13T10:06:58Z"} +{"node_id": "build_profit_giveback_ratchet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_profit_giveback_ratchet_v2.py --json GatherTradingData.json --out Temp/profit_giveback_ratchet_v2.json", "returncode": 0, "elapsed_sec": 0.212, "gate": "PASS", "input_hash": "97ffaad6732fdd61aa6a8df790b96ef651f5204e94377b19e1348295c0d873d0", "output_hash": "bd325b2a27de370e3c8b1056265d12c97c4609a8858227991b3b9f701a34472a", "timestamp": "2026-06-13T10:06:59Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.254, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "959bb888c1bb05238958a56a64f48ebc2f5a1f44cc910d7a5b926285cf5208e9", "timestamp": "2026-06-13T10:06:59Z"} +{"node_id": "build_bundle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_bundle.py", "returncode": 0, "elapsed_sec": 1.704, "gate": "PASS", "input_hash": "0cdaafaca0ffe81c715206f1dffe15cdca90954cf231997f8219e427378e557f", "output_hash": "4d30d4997b81c8ddeb7cfec2c45a62a72ec3d898b9407e731417a2c2a8cf5af2", "timestamp": "2026-06-13T10:07:01Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.153, "gate": "PASS", "input_hash": "e2c5cc01f04d5ab3b296ba9989e88460d26c351f84227b14045b679425ee893f", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T10:07:01Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.19, "gate": "PASS", "input_hash": "5541e1246619b7a07dbafaec68121efeb2a2d46ec1e42763ab690b1938f30cbb", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T10:07:01Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.2, "gate": "PASS", "input_hash": "4648fce561e0da5f0327c58323d4f534d4a75b98a9d2b388f5be06315e6a9d33", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T10:07:01Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.097, "gate": "PASS", "input_hash": "45d42c2fbb2e864ffbc3ea36b21fbaa18a4e3287ed437e8c7d152b29048ffcb7", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T10:07:01Z"} +{"node_id": "build_shadow_promotion", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_promotion_scorecard_v1.py --shadow Temp/shadow_ledger_v2.json --live-replay Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "59a95928e0981731bf67373bca5b1edda7cfa92afe21a6ff9609b225c27486d2", "output_hash": "ab262e80beb66f764bab3a1eec2f3409d788f2d2f650fda56ddb3ab3f1bb35f4", "timestamp": "2026-06-13T10:07:01Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.165, "gate": "PASS", "input_hash": "c5e6c9be3ab1c9eb49f89613e676482d50de8285a87c4df817ba530b25d6cd0d", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T10:07:02Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.176, "gate": "PASS", "input_hash": "7820dbef4f480ec0f3d097d89d3a54ea768efc7a8698fe43ae3729b548d55fe3", "output_hash": "be1dcbaf39ac94fb75afc5e3a4dff3c5cfcf21fac2e6a18ea4c3e51c56c4c02f", "timestamp": "2026-06-13T10:07:02Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.119, "gate": "PASS", "input_hash": "bddeb1702b7b7a5f08bad575993a1afcd83d95e4cdfb4d905534e01a654eefb7", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T10:07:02Z"} +{"node_id": "build_rebalance_sheet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_rebalance_engine_v1.py --json GatherTradingData.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.196, "gate": "PASS", "input_hash": "57d4cfa90cdc50c15c87e717e6db4e07baab747f251a431ae88c59fb9cac2332", "output_hash": "c4649737bf469ebe2cfae28d7dbf31cfb362c2edf4aa4f1a187d6ae944327101", "timestamp": "2026-06-13T10:07:02Z"} +{"node_id": "prepare_zip", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/prepare_upload_zip.py --skip-validate --skip-convert --validation-mode package-only", "returncode": 0, "elapsed_sec": 2.48, "gate": "PASS", "input_hash": "822ae2b5986ef39f0db2d2cd652d9fb023f45c01ed3667d722b12a3e27e159c2", "output_hash": "", "timestamp": "2026-06-13T10:07:05Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.124, "gate": "PASS", "input_hash": "7e36241ff32248bf747f6c42dfb077e8866f1b0e608468a6d83b408ce89aa138", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T10:07:05Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "337f214a609be94dbc453b11f2eb9cd9c6bd53af419fd5c892fee6445fa2642a", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T10:07:05Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.087, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T10:09:24Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.532, "gate": "PASS", "input_hash": "c96972bd5e0e34234c4b99c1c96767da5299c48392275d566ab19637624f963a", "output_hash": "f117b5832a763240a6c4886d4232083d55c35ed436dd8d6fea54ededeaa7cc3d", "timestamp": "2026-06-13T10:09:29Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.195, "gate": "PASS", "input_hash": "2f9eb15fe4459e49d3d91cda87d36fe964da69a103487126d839e6ad9ccaef2d", "output_hash": "1feddf4e2ed47e7db13b2ae98d38b948dec36b423b37c3b17ec599a48ba8def2", "timestamp": "2026-06-13T10:09:29Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.324, "gate": "PASS", "input_hash": "6b1fd2a8839f55935d191a42f2b587ad70bc86f49e56becf46636be13bb2f9c6", "output_hash": "97100c39392f6da6c7c6e4734580b1abb393a0987d328b1c8fdfd0adf1f713b2", "timestamp": "2026-06-13T10:09:29Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.181, "gate": "PASS", "input_hash": "354814f23fe8fbe042d3ab27a4a07ffc7e4615c539fc90a888ca54db29af366f", "output_hash": "c1ac14767a46c237557423245761d1152ae982fb5342677b3ff281e564f393ec", "timestamp": "2026-06-13T10:09:29Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "a7cf74c184448582223e5a46a2f3d3203e69d9f1cd689f2817df40349d58d508", "output_hash": "708955339e8372fdda4e4b58b2981d2c92b8ba044768610ca210988b1c20554b", "timestamp": "2026-06-13T10:09:30Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.233, "gate": "PASS", "input_hash": "10841b82f6b3c517351d664456283b33bc46291e3d046672d5aa7887be6027eb", "output_hash": "10bbe145ff5a190050812caa40895ccc6331d17c910fe8033553534a5ebf0145", "timestamp": "2026-06-13T10:09:30Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.105, "gate": "PASS", "input_hash": "c14a90728669fa16ba5d056e6845ba914d5306db644e0527f1b23f8187494a1c", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T10:09:30Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.227, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T10:09:30Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T10:09:30Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.115, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T10:09:30Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.121, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T10:09:31Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "b53c845fe8744058a288227590dd8bf496d1de9735620ad43c2398c5663aec22", "output_hash": "", "timestamp": "2026-06-13T10:09:31Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.198, "gate": "PASS", "input_hash": "3c527b3ab12f87e5b0b63b5ebe6279ff14ad9ca482c096ad82c03c240cec1d25", "output_hash": "a16eecf0da0074e17bde07b7e1a4e08877ee2e01d7926dc84bad35c8a5f25ee9", "timestamp": "2026-06-13T10:09:31Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.456, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T10:09:31Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T10:09:31Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T10:09:32Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T10:09:32Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.185, "gate": "PASS", "input_hash": "994418563cbe9fe6accf3f877885a76582b62c6184d738d8ead76a27671be342", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T10:09:32Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "89e3c735893f95ff0b9ae3a2ee9f46267d67cdaaca0829cdc853a5cda4b141f6", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T10:09:32Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "3327136046cce5babecad66ece7acdc0e87a406167c5cfa5e2d6a7d0e510f165", "output_hash": "", "timestamp": "2026-06-13T10:09:32Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.425, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T10:09:33Z"} +{"node_id": "build_bundle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_bundle.py", "returncode": 0, "elapsed_sec": 1.863, "gate": "PASS", "input_hash": "0cdaafaca0ffe81c715206f1dffe15cdca90954cf231997f8219e427378e557f", "output_hash": "0b2f4b26b31b86debc3b105d1c563cc21e76374ddc7fd7aa3302167824d1c852", "timestamp": "2026-06-13T10:09:35Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.318, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T10:09:35Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.137, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T10:09:35Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.144, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "9f523f0deb4acc72f2708c67e939c4d52c4a6bdfd77f4313db04ff53608facb8", "timestamp": "2026-06-13T10:09:35Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.276, "gate": "PASS", "input_hash": "11e757e2dfd9a04c80980a1a649df6d2d014bd2831bbddd7697fae9e37492e1a", "output_hash": "bd73d4ad3a56cd64b599b386567aa557c388cb35d04a517822aba1293b9514fe", "timestamp": "2026-06-13T10:09:35Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.15, "gate": "PASS", "input_hash": "918ced2c8f81cdacbe098df51956b58249fc87cc2060371365de3c32fc391ec9", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T10:09:36Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.181, "gate": "PASS", "input_hash": "4ee98b501dcb7411b593f8e80457fe88086908d121d02e3502074249b58931a7", "output_hash": "0290ae9d5a4f5ac6910caf50b4ecbe9cd8537e05588341cda9d5fb3f6f06ab19", "timestamp": "2026-06-13T10:09:36Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "02f968aaf327aea383a68c6c0e50af2b12ca2a393af6ecce3d2dc20744b0d0a3", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T10:09:36Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.283, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T10:09:36Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 10.841, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T10:09:47Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.199, "gate": "PASS", "input_hash": "c52334e689586dd2d6d6cb078d499a7223e5cca4fe6b4e06e50b8584fd492f9a", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T10:09:47Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.17, "gate": "PASS", "input_hash": "12896ac9cd92582aef3bf47af21525269322c89ff90810619889ab40e1a55dd6", "output_hash": "", "timestamp": "2026-06-13T10:09:47Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.208, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T10:09:48Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.16, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "e87681c8f7e7ef7004592a2d42b1d9e06587f67386fb788a74949f45f6d50758", "timestamp": "2026-06-13T10:09:48Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.099, "gate": "PASS", "input_hash": "461dc61cf2684755d494f1296416d384cca7ac3fc2e8f619c3f7351d4dffc6c2", "output_hash": "", "timestamp": "2026-06-13T10:09:48Z"} +{"node_id": "build_shadow_promotion", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_promotion_scorecard_v1.py --shadow Temp/shadow_ledger_v2.json --live-replay Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "59a95928e0981731bf67373bca5b1edda7cfa92afe21a6ff9609b225c27486d2", "output_hash": "ab262e80beb66f764bab3a1eec2f3409d788f2d2f650fda56ddb3ab3f1bb35f4", "timestamp": "2026-06-13T10:09:48Z"} +{"node_id": "build_rebalance_sheet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_rebalance_engine_v1.py --json GatherTradingData.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "b7cd3feca25912140f594887d317bb36d14e58d3ecb899c16b203e55081f951a", "output_hash": "009b4192e6a8ff65d00203da2808a36c3183b89701cd4e4b387e849ccbf3188b", "timestamp": "2026-06-13T10:09:48Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.09, "gate": "PASS", "input_hash": "dc6b29dea0560429b61d802716abdb1fb321ad70dd58aedf7f076d06886fd7a0", "output_hash": "", "timestamp": "2026-06-13T10:09:48Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.093, "gate": "PASS", "input_hash": "59d2b51f0c7d2b2159ede2c4bdcfd02638fe9f4c5aa176468779da36f7f949a8", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T10:09:48Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 0, "elapsed_sec": 0.264, "gate": "PASS", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "3e0d58dd1f28c787be870976f0f40fa48316f003bc0e362205ac7244b0f8c312", "timestamp": "2026-06-13T10:09:49Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.254, "gate": "PASS", "input_hash": "e9aae1098c1353886f1e8e858cdab5fc4e81e5dd2fc50186a6b30a1eae7a6f2f", "output_hash": "", "timestamp": "2026-06-13T10:09:49Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 0.383, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T10:09:49Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T10:09:49Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T10:09:50Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.125, "gate": "PASS", "input_hash": "244677e6fb5c85eaa0cac3605084f5dccbefc1cda62f2b8467484107e21effc7", "output_hash": "", "timestamp": "2026-06-13T10:09:50Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.282, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T10:09:50Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.116, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T10:09:50Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T10:09:50Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "94423239cb5647d588e22a2faa23757a3fef9d1131478377bb7b338a480b3020", "output_hash": "", "timestamp": "2026-06-13T10:09:50Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T10:09:51Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.098, "gate": "PASS", "input_hash": "c89f18c9e18599abf2c128e041596918e48f6dd7fb73df47adf5f7ef78be8a13", "output_hash": "", "timestamp": "2026-06-13T10:09:51Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.085, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T10:09:51Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.09, "gate": "PASS", "input_hash": "01708e2ced5db2e1065727f2ff51e8cdb20e5b14445075c8c7b8ea85718930b8", "output_hash": "", "timestamp": "2026-06-13T10:09:51Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.14, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T10:09:51Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.097, "gate": "PASS", "input_hash": "507ec25211ac8b70dedd624f84965f7d8ac6180c9e9b92f903b326f5006e9a81", "output_hash": "", "timestamp": "2026-06-13T10:09:51Z"} +{"node_id": "build_profit_giveback_ratchet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_profit_giveback_ratchet_v2.py --json GatherTradingData.json --out Temp/profit_giveback_ratchet_v2.json", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "f8d01df75e29df3e2662a17ec70e482ef93a242a29a3c988a085ecef523cbaf1", "output_hash": "bd325b2a27de370e3c8b1056265d12c97c4609a8858227991b3b9f701a34472a", "timestamp": "2026-06-13T10:09:51Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.167, "gate": "PASS", "input_hash": "c5e6c9be3ab1c9eb49f89613e676482d50de8285a87c4df817ba530b25d6cd0d", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T10:09:51Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.157, "gate": "PASS", "input_hash": "7820dbef4f480ec0f3d097d89d3a54ea768efc7a8698fe43ae3729b548d55fe3", "output_hash": "be1dcbaf39ac94fb75afc5e3a4dff3c5cfcf21fac2e6a18ea4c3e51c56c4c02f", "timestamp": "2026-06-13T10:09:52Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.082, "gate": "PASS", "input_hash": "bddeb1702b7b7a5f08bad575993a1afcd83d95e4cdfb4d905534e01a654eefb7", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T10:09:52Z"} +{"node_id": "prepare_zip", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/prepare_upload_zip.py --skip-validate --skip-convert --validation-mode package-only", "returncode": 0, "elapsed_sec": 1.984, "gate": "PASS", "input_hash": "822ae2b5986ef39f0db2d2cd652d9fb023f45c01ed3667d722b12a3e27e159c2", "output_hash": "", "timestamp": "2026-06-13T10:09:54Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.101, "gate": "PASS", "input_hash": "4f3261cdbec769a3989776cc4211850a7a7f5e59df933bd4603f1e06488e6645", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T10:09:54Z"} +{"node_id": "build_late_chase_attribution", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_late_chase_attribution_v2.py --json GatherTradingData.json --out Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.185, "gate": "PASS", "input_hash": "92da4aabf99705dc10d155c93ebab070ac814948b0834c61f82c3267b1635fbb", "output_hash": "0290ae9d5a4f5ac6910caf50b4ecbe9cd8537e05588341cda9d5fb3f6f06ab19", "timestamp": "2026-06-13T10:10:06Z"} +{"node_id": "validate_anti_late_entry", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_anti_late_entry_harness_v1.py --json Temp/late_chase_attribution_v2.json", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "dc6b29dea0560429b61d802716abdb1fb321ad70dd58aedf7f076d06886fd7a0", "output_hash": "", "timestamp": "2026-06-13T10:10:06Z"} +{"node_id": "convert_xlsx", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/convert_xlsx_to_json.py", "returncode": 0, "elapsed_sec": 4.572, "gate": "PASS", "input_hash": "79de3c0b313492105cd85b9463ffc54e8be732989463cf8ae327519d0658ff3b", "output_hash": "2bcc97d800d95b966300e183e8167bfaf1c18bc749954c2a359ba859e19f1966", "timestamp": "2026-06-13T10:10:11Z"} +{"node_id": "build_formula_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/compute_formula_outputs.py --output Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.163, "gate": "PASS", "input_hash": "7e8bb15df4684dec0e4fa906f06142c257fa77ac2f01e1acae1fcfa1d36fbe4d", "output_hash": "1feddf4e2ed47e7db13b2ae98d38b948dec36b423b37c3b17ec599a48ba8def2", "timestamp": "2026-06-13T10:10:11Z"} +{"node_id": "inject_harness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe src/quant_engine/inject_computed_harness.py GatherTradingData.json --output Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.265, "gate": "PASS", "input_hash": "a3da5750d2edbdfde574d554d015e57a0b5e5e907e8203d55fcfeabf0595bd0b", "output_hash": "744614c49e40f6228d0cb59e17c15e924414919e23b7f1b1653acb32ff20cac7", "timestamp": "2026-06-13T10:10:12Z"} +{"node_id": "finalize_packet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_packet_from_context_v1.py", "returncode": 0, "elapsed_sec": 0.206, "gate": "PASS", "input_hash": "491562f6a6e8790b9427e210f85b9a666e287ad9f83bf0ee51792fad55dbf4aa", "output_hash": "36f41fce6ab9ec49480afb7abbcfa3ed301e935fe466f45c0bb76706409a4a13", "timestamp": "2026-06-13T10:10:12Z"} +{"node_id": "build_final_decision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_final_decision_packet_v4.py --src Temp/final_decision_packet_active.json --out Temp/final_decision_packet_v4.json", "returncode": 0, "elapsed_sec": 0.118, "gate": "PASS", "input_hash": "e2458bc457327ccaa13f803bd3d8acd3108467a3c690d1ddbcdbd385c367b5fa", "output_hash": "0cfacdc6ded9553fac9e298889573094562c4fd98c07a5bbd33eca9fae502d4c", "timestamp": "2026-06-13T10:10:12Z"} +{"node_id": "build_report", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.22, "gate": "PASS", "input_hash": "3a64ffd13978d60b16237437ddeb8374e2f4c9f028c164b5f85fca39275cebdf", "output_hash": "0ef42b480c1d8d20b3605d280c9da8541c4899da80c012ba997c518c3c065350", "timestamp": "2026-06-13T10:10:12Z"} +{"node_id": "validate_report_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "61229159af652cabcd11c4195deccb1292ca60eeece025df51fdcf13afcb6d03", "output_hash": "", "timestamp": "2026-06-13T10:10:12Z"} +{"node_id": "build_rebalance_sheet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_rebalance_engine_v1.py --json GatherTradingData.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.266, "gate": "PASS", "input_hash": "2509bab7ff7b6428fa7de15dd5d2116b7c2de87816d68c564184f4428799b531", "output_hash": "325f350acde84f51f6214e59ad0d41c6c328abe797345af89bf09774bbb49556", "timestamp": "2026-06-13T10:10:13Z"} +{"node_id": "build_shadow_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_ledger_v2.py --out Temp/shadow_ledger_v2.json", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "c1aef409d1f98f1c5b5842d54470303f4d4315d883a67f0143ba9ee046473c2d", "output_hash": "e813424f491e07016b308080a42c1fe6f3f03aae7166031e770c4d6d63ba5269", "timestamp": "2026-06-13T10:10:13Z"} +{"node_id": "validate_rule_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_rule_lifecycle_v2.py --strict", "returncode": 0, "elapsed_sec": 0.133, "gate": "PASS", "input_hash": "3ca8fff267797374bb57df7e31db05014b08c4537c1a36d3a47d943f9e1c684a", "output_hash": "", "timestamp": "2026-06-13T10:10:13Z"} +{"node_id": "validate_cash_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_cash_ledger_v2.py --snapshot GatherTradingData.json --contract spec/15_account_snapshot_contract.yaml", "returncode": 0, "elapsed_sec": 0.185, "gate": "PASS", "input_hash": "8739ff4e20a7bd8ec8d81e34ac3d4ac45a0e2f7481e26cb1e357b63c015f7c57", "output_hash": "", "timestamp": "2026-06-13T10:10:13Z"} +{"node_id": "build_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_engine_health_card_v1.py --out Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.11, "gate": "PASS", "input_hash": "0a328d26f791ce33d2e17b6650cb50e7438f68a155179e74a741ba761b4f8b0c", "output_hash": "5e5df0a7894928a82dd376d5785c0d214ea4c563577ab3f1a49bdb23b019c4bd", "timestamp": "2026-06-13T10:10:13Z"} +{"node_id": "validate_engine_health_card", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_engine_health_card_v1.py --json Temp/engine_health_card_v1.json", "returncode": 0, "elapsed_sec": 0.111, "gate": "PASS", "input_hash": "efd8842cbaf3946627b96b702e83e601ac5961f9529bc5c577d8c2fc01e6e8a2", "output_hash": "", "timestamp": "2026-06-13T10:10:13Z"} +{"node_id": "validate_active_manifest", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_active_manifest.py --manifest runtime/active_artifact_manifest.yaml --strict", "returncode": 0, "elapsed_sec": 0.114, "gate": "PASS", "input_hash": "2292bbae5b075e08304f0d2965fe439e120154236af808999ada0a813e599b26", "output_hash": "", "timestamp": "2026-06-13T10:10:13Z"} +{"node_id": "validate_calibration", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_calibration_registry_v1.py", "returncode": 0, "elapsed_sec": 0.198, "gate": "PASS", "input_hash": "c4c16ff921afd3d12b778c6f4283391485756ee87247a54730531fc30a808a5e", "output_hash": "", "timestamp": "2026-06-13T10:10:14Z"} +{"node_id": "validate_factor_lifecycle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_lifecycle_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml", "returncode": 0, "elapsed_sec": 0.138, "gate": "PASS", "input_hash": "c42029a7a83a16b9b73319531bf2c4daa8478bbebcfa2d4a707a9e463e93b55d", "output_hash": "", "timestamp": "2026-06-13T10:10:14Z"} +{"node_id": "validate_artifact_sync", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_sync_v1.py --engine-result Temp/engine_harness_gate_result.json --manifest runtime/active_artifact_manifest.yaml --registry Temp/formula_runtime_registry_v1.json", "returncode": 1, "elapsed_sec": 0.123, "gate": "FAIL", "input_hash": "7cfa803f6359f1e1df1aa67fe4475b1fdc25c9b7c76558d7aacd5c9ed47c225d", "output_hash": "", "timestamp": "2026-06-13T10:10:14Z"} +{"node_id": "validate_llm_copy_only", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_copy_only_output_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "002c7afdb05feb2e0b02c2dd0a598745d82ab6c9b0e3fb9d9cf2bf7bc19630aa", "output_hash": "", "timestamp": "2026-06-13T10:10:14Z"} +{"node_id": "validate_specs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_specs.py", "returncode": 0, "elapsed_sec": 7.804, "gate": "PASS", "input_hash": "5a8b10b9bc11e9b3ade4a1156f6960af7f7ee461632088e268f7f119ad99d6ca", "output_hash": "", "timestamp": "2026-06-13T10:10:22Z"} +{"node_id": "validate_golden_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_golden_coverage_100.py", "returncode": 0, "elapsed_sec": 0.362, "gate": "PASS", "input_hash": "00bf676eee800e9002a1c8609a162ece3ec70342f587949f00f32e86cab06de7", "output_hash": "", "timestamp": "2026-06-13T10:10:22Z"} +{"node_id": "build_schema_models", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/generate_models_from_schema.py", "returncode": 0, "elapsed_sec": 0.55, "gate": "PASS", "input_hash": "b11f46b52baffadba60600e71a9725853b498d7e85cc045b3e26513fb132af58", "output_hash": "3597f590baf7f61da81099548c12a7b11c32b62b6d7fdb0865deb5e7298cfcd6", "timestamp": "2026-06-13T10:10:23Z"} +{"node_id": "build_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "92d938cdab9abbe243adb75d7bbf76865b56016d646351c83f43b71cb0cf61b8", "output_hash": "252c13f0e79f895526352c4835f255a694d7c761ff46e5720e727d56c80ab654", "timestamp": "2026-06-13T10:10:23Z"} +{"node_id": "build_provenance_ledger", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_number_provenance_ledger_v4.py --packet Temp/final_decision_packet_v4.json --out Temp/number_provenance_ledger_v4.json", "returncode": 0, "elapsed_sec": 0.122, "gate": "PASS", "input_hash": "19d5cb7e03fa1c40ec989144a2d3da967f3cc39a5a2d47639b33e637e28c19d0", "output_hash": "b75102a63c6ac685bf09efbf45bda7d18306644b14928402374ca6c80adcf125", "timestamp": "2026-06-13T10:10:23Z"} +{"node_id": "build_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "1092b4360586099331ecb53a6ce31382e6c181098b474fa69dee5f5397acd265", "output_hash": "2a527b59cfbcc03d88ec14d6dc12d8de20efdbb6d48d3ca415eb8bd5bfd39d82", "timestamp": "2026-06-13T10:10:23Z"} +{"node_id": "build_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "1c06632ec6a1aba0a005eb827e27f1fde0e4019cb6a0487c376ab2c5cc1e8894", "output_hash": "d7deeb6298140d7be6f8ae8d2dcf59a142fc41ddd5eee70c51486f1f8ceb69fd", "timestamp": "2026-06-13T10:10:23Z"} +{"node_id": "validate_factor_conflicts", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_factor_conflict_matrix_v1.py --taxonomy spec/43_quant_factor_taxonomy.yaml --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.141, "gate": "PASS", "input_hash": "1d954d62ce71570e6b3195f5ca21e424bb42d37027039acc505857b589ce6529", "output_hash": "e2f1597a8385a31a814acb7efce99d3b4d001b557a46ef6164fb4732faf42697", "timestamp": "2026-06-13T10:10:23Z"} +{"node_id": "validate_field_dict", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_field_dictionary.py", "returncode": 0, "elapsed_sec": 0.242, "gate": "PASS", "input_hash": "50563c12f58aabbb23ae8ef8f268f5dab17e8697b845f2df58be7f2dc80c9b4a", "output_hash": "", "timestamp": "2026-06-13T10:10:24Z"} +{"node_id": "validate_gas_adapter", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_gas_thin_adapter_v1.py", "returncode": 0, "elapsed_sec": 0.243, "gate": "PASS", "input_hash": "fa45d863f504edffdb4a15263a30045abf1b93b498d497d97bbb83ca1740b080", "output_hash": "", "timestamp": "2026-06-13T10:10:24Z"} +{"node_id": "validate_schema_model", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_schema_model_generation_v1.py", "returncode": 0, "elapsed_sec": 0.092, "gate": "PASS", "input_hash": "cc848d0ee4683d9c35d1f49d0dfc95b47759df693d66a5d79d587aaaf0a0daac", "output_hash": "", "timestamp": "2026-06-13T10:10:24Z"} +{"node_id": "validate_decision_trace", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_decision_trace_replay_v1.py --packet Temp/final_decision_packet_active.json --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "821a78f524816bd78c38075a152f249c0d597bde7ae541d3f3ddaa5f24fd8790", "output_hash": "abeeae6f4660cff0832e29c53b7ab11aee3f286a5024ea65eadbf91906568cab", "timestamp": "2026-06-13T10:10:24Z"} +{"node_id": "build_live_replay_separation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_live_replay_separation_v3.py --out Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.117, "gate": "PASS", "input_hash": "9fb2c587f34fa534876870fb0812d3d9214509fa4cc3fe27c372fc880a000877", "output_hash": "42e8b796261ac22b4dc7e9d75ca8e49cef8d288274fe1d7431404ec884e5c6b3", "timestamp": "2026-06-13T10:10:24Z"} +{"node_id": "validate_report_numeric_consistency", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_numeric_consistency_guard_v2.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.136, "gate": "PASS", "input_hash": "ebe02b8c26342bc276a2262466d3fcef69209521085ef0587f958bfd9fddeb84", "output_hash": "", "timestamp": "2026-06-13T10:10:24Z"} +{"node_id": "build_time_stop_forecast", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_time_stop_forecast_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.188, "gate": "PASS", "input_hash": "7820dbef4f480ec0f3d097d89d3a54ea768efc7a8698fe43ae3729b548d55fe3", "output_hash": "be1dcbaf39ac94fb75afc5e3a4dff3c5cfcf21fac2e6a18ea4c3e51c56c4c02f", "timestamp": "2026-06-13T10:10:25Z"} +{"node_id": "validate_execution_sim", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_execution_simulator_v1.py --packet Temp/final_decision_packet_active.json", "returncode": 0, "elapsed_sec": 0.142, "gate": "PASS", "input_hash": "cc158324a953790623065bf65d6dd8f8ba878390b4e5146611833ddbf1ac440f", "output_hash": "1e35bd250aa3793365170fb220d5a97faecf10cde4ba44227793e58e84444ae9", "timestamp": "2026-06-13T10:10:25Z"} +{"node_id": "build_final_context", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_low_capability_context_pack_v5.py --manifest runtime/active_artifact_manifest.yaml --packet Temp/final_decision_packet_v4.json --out Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.179, "gate": "PASS", "input_hash": "70c6d865b7c57dc8f2524bf8c62bb0c95ffa5df753830295bca20e65d14885bb", "output_hash": "10bbe145ff5a190050812caa40895ccc6331d17c910fe8033553534a5ebf0145", "timestamp": "2026-06-13T10:10:25Z"} +{"node_id": "validate_low_capability", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_low_capability_pack_v1.py --context Temp/final_context_for_llm_v5.yaml --contract spec/46_low_capability_execution_pack.yaml", "returncode": 0, "elapsed_sec": 0.132, "gate": "PASS", "input_hash": "b53c845fe8744058a288227590dd8bf496d1de9735620ad43c2398c5663aec22", "output_hash": "", "timestamp": "2026-06-13T10:10:25Z"} +{"node_id": "validate_json_generator_outputs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_json_generator_outputs_v1.py", "returncode": 0, "elapsed_sec": 0.156, "gate": "PASS", "input_hash": "2db54a0a78c20c38f6c2287dfe31c5ea86f2e86df9a6a9a4c3616f551bcdb61b", "output_hash": "233e5046a7560c2cf4f05ca649d6605a07dc6c50e927dd4222863238e3c72473", "timestamp": "2026-06-13T10:10:25Z"} +{"node_id": "validate_artifact_chain_hash", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_artifact_chain_hash_v4.py", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "1e93979c6d83bdea88b0152d005f8022a3aa542a33c77ec2726318b2159cc202", "output_hash": "", "timestamp": "2026-06-13T10:10:25Z"} +{"node_id": "validate_no_replay_live_mix", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_replay_live_mix_v2.py --json Temp/live_replay_separation_v3.json --strict", "returncode": 0, "elapsed_sec": 0.106, "gate": "PASS", "input_hash": "1910c70d4e00a6f77000c0c5007a5a83d9ee4d5f63bf18aaa463e352a6986b89", "output_hash": "", "timestamp": "2026-06-13T10:10:25Z"} +{"node_id": "audit_entropy", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/audit_repository_entropy_v2.py --out runtime/refactor_baseline_v1.yaml", "returncode": 0, "elapsed_sec": 0.317, "gate": "PASS", "input_hash": "7c546d4d8cf4109ffe740843bc37234189a31ead0a9e0a37e8b82e36469df986", "output_hash": "b2d1f5fc1c000612a581c10105f54496c96c9639fe03492983f94495c24da80e", "timestamp": "2026-06-13T10:10:26Z"} +{"node_id": "validate_llm_regression", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_low_capability_llm_regression_v1.py --fixture tests/llm_regression --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.113, "gate": "PASS", "input_hash": "3327136046cce5babecad66ece7acdc0e87a406167c5cfa5e2d6a7d0e510f165", "output_hash": "", "timestamp": "2026-06-13T10:10:26Z"} +{"node_id": "validate_live_activation", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_live_data_activation_gate_v1.py", "returncode": 0, "elapsed_sec": 0.094, "gate": "PASS", "input_hash": "bddeb1702b7b7a5f08bad575993a1afcd83d95e4cdfb4d905534e01a654eefb7", "output_hash": "be275e6c30eec1ec350d7a4fa177a0214c6c5b961838e5aa062794a018969807", "timestamp": "2026-06-13T10:10:26Z"} +{"node_id": "build_shadow_promotion", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_shadow_promotion_scorecard_v1.py --shadow Temp/shadow_ledger_v2.json --live-replay Temp/live_replay_separation_v3.json", "returncode": 0, "elapsed_sec": 0.12, "gate": "PASS", "input_hash": "59a95928e0981731bf67373bca5b1edda7cfa92afe21a6ff9609b225c27486d2", "output_hash": "ab262e80beb66f764bab3a1eec2f3409d788f2d2f650fda56ddb3ab3f1bb35f4", "timestamp": "2026-06-13T10:10:26Z"} +{"node_id": "validate_provenance", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_number_provenance_strict_v3.py --ledger Temp/number_provenance_ledger_v4.json --report Temp/operational_report.md", "returncode": 0, "elapsed_sec": 0.162, "gate": "PASS", "input_hash": "461dc61cf2684755d494f1296416d384cca7ac3fc2e8f619c3f7351d4dffc6c2", "output_hash": "", "timestamp": "2026-06-13T10:10:26Z"} +{"node_id": "validate_agents_shrink", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_agents_shrink_v1.py", "returncode": 0, "elapsed_sec": 0.154, "gate": "PASS", "input_hash": "b085a25da2d37d3592443c8435bc3a7cba4c95ec92edec1dab7573692e66aaee", "output_hash": "", "timestamp": "2026-06-13T10:10:26Z"} +{"node_id": "validate_runtime_source_whitelist", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_runtime_source_whitelist_v1.py --manifest runtime/active_artifact_manifest.yaml --scan src gas_*.gs", "returncode": 0, "elapsed_sec": 1.022, "gate": "PASS", "input_hash": "2ad8d5289d04262fe6d7096a97d74737f48c12aabe7e483e9dc31c8dd7de3375", "output_hash": "", "timestamp": "2026-06-13T10:10:27Z"} +{"node_id": "validate_metric_alias_collision", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_metric_alias_collision_v1.py --registry spec/25_canonical_metrics_registry.yaml --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.189, "gate": "PASS", "input_hash": "245e5f2d62ab5b855d1ecb725fe27e62a17a8f0f25fa6b2e176657937417df1d", "output_hash": "", "timestamp": "2026-06-13T10:10:28Z"} +{"node_id": "validate_architecture_boundaries", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_architecture_boundaries_v2.py", "returncode": 0, "elapsed_sec": 0.134, "gate": "PASS", "input_hash": "133ba2c8ef5e3ad2239e8fba6bfc872c5847353f9c84228ec2b0af2f773e0031", "output_hash": "", "timestamp": "2026-06-13T10:10:28Z"} +{"node_id": "validate_module_io_coverage", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_module_io_coverage_v1.py", "returncode": 0, "elapsed_sec": 0.095, "gate": "PASS", "input_hash": "42b8082671600d931916388a60b12282abff452814606d0b44a2ad2087ac2422", "output_hash": "", "timestamp": "2026-06-13T10:10:28Z"} +{"node_id": "validate_renderer_no_calc", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_renderer_no_calculation_v1.py", "returncode": 0, "elapsed_sec": 0.161, "gate": "PASS", "input_hash": "823bdaaf0c054a4fdf8937bf46d701b4571799aad2aa62cbc2e7beb0cf38d837", "output_hash": "", "timestamp": "2026-06-13T10:10:28Z"} +{"node_id": "validate_packaged_refs", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_packaged_artifact_references_v1.py --strict", "returncode": 0, "elapsed_sec": 0.266, "gate": "PASS", "input_hash": "1b1ae9b800a7cc0d438ff60e957c4b250b37afbab6a7067c447c96728da3fc33", "output_hash": "", "timestamp": "2026-06-13T10:10:28Z"} +{"node_id": "validate_property_invariants", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/run_property_tests_v1.py", "returncode": 0, "elapsed_sec": 0.177, "gate": "PASS", "input_hash": "7f6ad7a8413cea739dfa4e85e60bda721eeb7149b4e65e9f790ea9976af080f3", "output_hash": "40ed2ed0f96637c2ca063112af0a20d3a35734784a50aa3ec678c338695dfd6e", "timestamp": "2026-06-13T10:10:28Z"} +{"node_id": "validate_change_requests", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_change_requests_v1.py --dir governance/change_requests --strict", "returncode": 0, "elapsed_sec": 0.112, "gate": "PASS", "input_hash": "74a7b6727ef54a9fdd3a6435d710825671d3a7bd89ac055c880f424ced2f081d", "output_hash": "", "timestamp": "2026-06-13T10:10:29Z"} +{"node_id": "build_profit_giveback_ratchet", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_profit_giveback_ratchet_v2.py --json GatherTradingData.json --out Temp/profit_giveback_ratchet_v2.json", "returncode": 0, "elapsed_sec": 0.145, "gate": "PASS", "input_hash": "ee432a2c081bb5a0d520086988aa4efe72532398532572d591d0c363cca34b59", "output_hash": "bd325b2a27de370e3c8b1056265d12c97c4609a8858227991b3b9f701a34472a", "timestamp": "2026-06-13T10:10:29Z"} +{"node_id": "build_operating_cadence_signal", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_operating_cadence_signal_v1.py --timezone Asia/Seoul --out Temp/operating_cadence_signal_v1.json", "returncode": 0, "elapsed_sec": 0.139, "gate": "PASS", "input_hash": "0905f43ca08a9f0ec7e9edc4d68e00cb50707e23777d30a13426406161c48f83", "output_hash": "fc7a2f25fe6494fe92e45e4d536dcedc04caa01739dea03a0cda2522b0ba12d6", "timestamp": "2026-06-13T10:10:29Z"} +{"node_id": "build_bundle", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/build_bundle.py", "returncode": 0, "elapsed_sec": 1.652, "gate": "PASS", "input_hash": "0cdaafaca0ffe81c715206f1dffe15cdca90954cf231997f8219e427378e557f", "output_hash": "be94cb57060dc83cc16a5d062b60790605a0cc6387c17b8efe5cc22ef6fccf3f", "timestamp": "2026-06-13T10:10:31Z"} +{"node_id": "validate_no_lookahead", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_no_lookahead_bias_v1.py --harness Temp/computed_harness_v1.json", "returncode": 0, "elapsed_sec": 0.223, "gate": "PASS", "input_hash": "994418563cbe9fe6accf3f877885a76582b62c6184d738d8ead76a27671be342", "output_hash": "149ebc2202bfa8ec7c49537c860e658a551220d9ef52be88ec697267dfd445e0", "timestamp": "2026-06-13T10:10:31Z"} +{"node_id": "validate_render_diff", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_render_diff_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.109, "gate": "PASS", "input_hash": "32096d0c5b6875238a4f2529a552075ba8cfc55753a185e42023d53336ea18d8", "output_hash": "66a8c47db6c38b4f7b88fd013060199c6f29f4cf24262718753f75ae2a723bb8", "timestamp": "2026-06-13T10:10:31Z"} +{"node_id": "validate_llm_determinism", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_llm_determinism_pack_v1.py --context Temp/final_context_for_llm_v5.yaml", "returncode": 0, "elapsed_sec": 0.14, "gate": "PASS", "input_hash": "c5e6c9be3ab1c9eb49f89613e676482d50de8285a87c4df817ba530b25d6cd0d", "output_hash": "cd157f451b8d487ed9f5b1766da4086b3158a9bedae8b79a00332433af5f5aaa", "timestamp": "2026-06-13T10:10:31Z"} +{"node_id": "prepare_zip", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/prepare_upload_zip.py --skip-validate --skip-convert --validation-mode package-only", "returncode": 0, "elapsed_sec": 2.098, "gate": "PASS", "input_hash": "822ae2b5986ef39f0db2d2cd652d9fb023f45c01ed3667d722b12a3e27e159c2", "output_hash": "", "timestamp": "2026-06-13T10:10:33Z"} +{"node_id": "validate_report_section_completeness", "command": "C:\\Users\\kjh20\\AppData\\Local\\Programs\\Python\\Python313\\python.exe tools/validate_report_section_completeness_v1.py --report-json Temp/operational_report.json", "returncode": 0, "elapsed_sec": 0.13, "gate": "PASS", "input_hash": "57fcf063c93f8a1ae2249d5a3cc78306e2b1475344a14d8e826ba80a4159917a", "output_hash": "c33ca5c5852973cfb5d80c613933acb337a04c241f65f1c5ea4502cd163af4b7", "timestamp": "2026-06-13T10:10:33Z"} diff --git a/runtime/refactor_baseline_v1.yaml b/runtime/refactor_baseline_v1.yaml index ef07e87..8248fa4 100644 --- a/runtime/refactor_baseline_v1.yaml +++ b/runtime/refactor_baseline_v1.yaml @@ -1,12 +1,12 @@ { "formula_id": "AUDIT_REPOSITORY_ENTROPY_V2", "gate": "PASS", - "total_file_count": 1560, - "package_script_count": 13, - "temp_json_count": 57, + "total_file_count": 2051, + "package_script_count": 16, + "temp_json_count": 107, "budget": { "schema_version": "repository_entropy_budget.v1", - "max_total_files": 2000, + "max_total_files": 2200, "max_package_scripts": 220, "max_temp_json_files": 500, "max_docs_lines": 120000, @@ -15,5 +15,5 @@ "keep package scripts within release envelope" ] }, - "source_zip_sha256": "552b18ecf946525964032f01e466c34ad577e7b005aef6a9b240354b1e53dc22" + "source_zip_sha256": "de1367e8211707a105db9324fbf723e53eaeafad7fd52e68f75f9c3aa4c25321" } \ No newline at end of file