tessl install tessl/pypi-nodeenv@1.9.0Node.js virtual environment builder for creating isolated Node.js environments
Agent Success
Agent success rate when using this tile
80%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.25x
Baseline
Agent success rate without this tile
64%
{
"context": "This criteria evaluates how well the engineer uses nodeenv's internal implementation control features to build a version checking and configuration inspection tool. The focus is on using nodeenv's programmatic Python API for fetching versions, inspecting configuration defaults, and controlling logging verbosity.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Version fetching",
"description": "Uses nodeenv's get_node_versions() function to retrieve available Node.js versions from nodejs.org",
"max_score": 25
},
{
"name": "LTS filtering",
"description": "Uses nodeenv's get_last_lts_node_version() function or implements filtering logic based on version data to identify and display only LTS versions",
"max_score": 20
},
{
"name": "Configuration defaults",
"description": "Uses nodeenv's Config class or parse_args() with appropriate flags to access and display default configuration settings",
"max_score": 25
},
{
"name": "Verbose logging",
"description": "Implements verbose output by using nodeenv's logging mechanisms or by setting appropriate verbosity flags when calling nodeenv functions",
"max_score": 15
},
{
"name": "Quiet mode",
"description": "Implements quiet mode by using nodeenv's logging control or by suppressing output appropriately when calling nodeenv functions",
"max_score": 15
}
]
}