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

20 lines
619 B
JSON

{
"eval_id": 4,
"eval_name": "dependency-tracking",
"prompt": "从 INITIA 模块开始追踪依赖,告诉我应该检查哪些模块",
"assertions": [
{
"text": "Output identifies INITIA as the starting point",
"description": "The response should show dependencies starting from INITIA"
},
{
"text": "Output lists modules that INITIA depends on",
"description": "Shows the dependency chain from INITIA"
},
{
"text": "Output includes module status information",
"description": "Each module in the chain has status (partial/mismatch/missing)"
}
]
}