e0508324e5
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (push) Failing after 3s
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (pull_request) Failing after 4s
Quant Engine CI/CD Pipeline / validate-core (pull_request) Failing after 2m17s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (pull_request) Has been skipped
- 운영 상태 문서와 README를 .NET canonical renderer 기준으로 정리했습니다. - 레거시 렌더러 비운영 선언과 감사/검증기 경로를 통일했습니다. - 운영 보정 로직의 데이터 소스 반영을 정리했습니다.
32 lines
992 B
Markdown
32 lines
992 B
Markdown
# .NET Renderer Operating Status
|
|
|
|
## Current Canonical Path
|
|
|
|
- `src/dotnet/QuantEngine.Tools/Program.cs`
|
|
- `src/dotnet/QuantEngine.Tools/QuantEngine.Tools.csproj`
|
|
|
|
## Current Outputs
|
|
|
|
- `Temp/operational_report.json`
|
|
- `Temp/operational_report.md`
|
|
- `Temp/final_decision_packet_v4.json`
|
|
|
|
## Legacy Path
|
|
|
|
- `tools/render_operational_report.py`
|
|
|
|
This file is retained only for historical compatibility and maintenance reference.
|
|
It is not used in the operating or CI path.
|
|
|
|
## Operational Rules
|
|
|
|
- CI and release flows must use the .NET renderer path.
|
|
- Report consumers may continue to read `Temp/operational_report.md` and `Temp/operational_report.json`.
|
|
- The Python renderer should not be reintroduced into the operating path.
|
|
|
|
## Verification
|
|
|
|
- `dotnet build src/dotnet/QuantEngine.sln -c Debug`
|
|
- `python tools/validate_json_generator_outputs_v1.py`
|
|
- `python tools/validate_report_packet_sync_v1.py --packet Temp/final_decision_packet_active.json --report Temp/operational_report.json`
|