SpectraRust/.claude/skills/f2r-check/f2r-check-workspace/iteration-1/eval-3/eval_metadata.json
2026-03-27 11:59:23 +08:00

24 lines
782 B
JSON

{
"eval_id": 3,
"eval_name": "detailed-diff-report",
"prompt": "对比 OPACF0 模块的 Fortran 和 Rust 实现,显示详细差异",
"assertions": [
{
"text": "Output mentions OPACF0 module",
"description": "The response should identify OPACF0 as the module being analyzed"
},
{
"text": "Output shows Fortran code or control flow",
"description": "The diff report includes Fortran source code or control flow analysis"
},
{
"text": "Output shows Rust code or control flow",
"description": "The diff report includes Rust source code or control flow analysis"
},
{
"text": "Output compares calls between Fortran and Rust",
"description": "Shows which calls match and which are missing"
}
]
}