feat: .NET 운영 리포트 렌더러와 CI 경로 전환
- operational_report.json/md와 final_decision_packet_v4 생성 경로를 .NET으로 전환했습니다. - CI, 운영 게이트, 릴리스 DAG, 대시보드의 운영 진입점을 새 경로로 정렬했습니다. - legacy Python 렌더러는 비운영으로 명시했습니다.
This commit is contained in:
@@ -29,7 +29,7 @@ CONTRACTS = [
|
||||
{
|
||||
"id": "final_decision_packet_active",
|
||||
"file": "Temp/final_decision_packet_active.json",
|
||||
"generator": "tools/build_packet_from_context_v1.py (inject_computed_harness 포함)",
|
||||
"generator": "src/dotnet/QuantEngine.Tools -- packet-v4",
|
||||
"required_keys": ["formula_id", "meta", "canonical_metrics", "pass_100", "execution_readiness", "prediction"],
|
||||
"non_null_keys": ["formula_id", "pass_100", "execution_readiness"],
|
||||
"list_non_empty_keys": [],
|
||||
@@ -42,7 +42,7 @@ CONTRACTS = [
|
||||
{
|
||||
"id": "operational_report",
|
||||
"file": "Temp/operational_report.json",
|
||||
"generator": "tools/render_operational_report.py",
|
||||
"generator": "src/dotnet/QuantEngine.Tools -- report",
|
||||
"required_keys": ["schema_version", "generated_at", "sections", "section_errors"],
|
||||
"non_null_keys": ["sections"],
|
||||
"list_non_empty_keys": ["sections"],
|
||||
|
||||
Reference in New Issue
Block a user