65e3769eb2
Validators (Pushes and Pull Requests) / UI & Storage Validation (push) Failing after 14s
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (push) Failing after 24s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (push) Has been skipped
Validators (Pushes and Pull Requests) / .NET Contracts (push) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (push) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (push) Has been skipped
Validators (Pushes and Pull Requests) / Database & Schema Validation (push) Failing after 10s
Validators (Pushes and Pull Requests) / Security & Secrets (push) Successful in 11s
Validators (Pushes and Pull Requests) / CI Workflow Lint (push) Failing after 11s
Validators (Pushes and Pull Requests) / Notify PR Results (push) Has been skipped
Frontend CI Pipeline / ci-frontend-8-steps (push) Failing after 2m26s
spec/60_quant_engine_wbs.yaml's own QE-M0-06 note explicitly deferred this: "골든 테스트 174개는 실행되지 않는 placeholder... 삭제는 M3 패리티 대체 후" (the 174 golden tests are non-executing placeholders; delete once M3 parity replaces them). Confirmed all 5 M3 tasks (point-in-time reader, factor parity calculator, SS001 composite score, PipelineOrchestrator honesty, score FE) are status=DONE. Verified before deleting, not just inferred: - No .gitea/workflows/*.yml references tests/golden/generated/ - CI only runs specific named files under tests/unit/. - tools/validate_golden_coverage_100.py's coverage ratio is computed from spec/formula_golden_cases_v2-v4.yaml entries, not by counting these stub files (its own code comment says so). - Sampled a stub: trivial always-true assertions, one even internally broken (`assert outputs` on an empty list) - proof it never actually ran. Re-ran the coverage validator, QE-M0-06's WBS verdict, and full pytest collection after deletion - all still pass/clean. tests/golden/ itself (README.md, formula_registry_v2_cases.yaml) is untouched, only the generated/ subdirectory is gone. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>