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

24 lines
804 B
JSON

{
"eval_id": 1,
"eval_name": "check-single-module",
"prompt": "检查 START 模块的 Rust 实现是否与 Fortran 一致",
"assertions": [
{
"text": "Output mentions the START module being checked",
"description": "The response should identify that START is the module being analyzed"
},
{
"text": "Output reports module status (partial/match/mismatch/missing)",
"description": "The f2r_check script reports the status of the module"
},
{
"text": "Output identifies missing calls or issues",
"description": "The check should identify what's wrong with the Rust implementation"
},
{
"text": "Output provides fix suggestions",
"description": "The script provides actionable suggestions for fixing the module"
}
]
}