{
"schema_version": 3,
"kind": "runner.why",
"root": "/path/to/project",
"query": "t",
"pm_resolution": null,
"selected": {
"task": {
"name": "t",
"fqn": "root:cargo-alias#t",
"provider": "cargo",
"kind": "cargo-alias",
"source": "/path/to/project/.cargo/config.toml",
"source_pointer": "alias.t",
"description": null,
"aliases": [],
"definition": "test",
"resolved": "cargo test",
"cwd": "/path/to/project",
"dependencies": []
},
"match": {
"selector": "t",
"matched_by": "name",
"depth": 0,
"display_order": 6,
"source_priority": 2,
"is_alias": true,
"passthrough_to": null
}
},
"candidates": [
{
"task": {
"name": "t",
"fqn": "root:cargo-alias#t",
"provider": "cargo",
"kind": "cargo-alias",
"source": "/path/to/project/.cargo/config.toml",
"source_pointer": "alias.t",
"description": null,
"aliases": [],
"definition": "test",
"resolved": "cargo test",
"cwd": "/path/to/project",
"dependencies": []
},
"match": {
"selector": "t",
"matched_by": "name",
"depth": 0,
"display_order": 6,
"source_priority": 2,
"is_alias": true,
"passthrough_to": null
}
}
],
"decision": {
"strategy": "single-candidate",
"reason": "exact task name matched one candidate"
}
}