tessl install tessl/npm-lerna--init@6.6.0Create a new Lerna repo or upgrade an existing repo to the current version of Lerna
Agent Success
Agent success rate when using this tile
75%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.36x
Baseline
Agent success rate without this tile
55%
{
"context": "This criteria evaluates how well the engineer uses Lerna's workspace management and cleanup capabilities to build a monorepo cleanup tool. The focus is on proper utilization of Lerna's package discovery, filtering, and cleanup commands.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Package Discovery",
"description": "Uses Lerna's package discovery functionality (e.g., 'lerna list' or 'lerna ls' command, or @lerna/project class) to identify all packages in the workspace",
"max_score": 25
},
{
"name": "Cleanup Command Usage",
"description": "Uses Lerna's clean command (e.g., 'lerna clean' via child_process or @lerna/clean module) to remove node_modules directories from packages",
"max_score": 30
},
{
"name": "Package Filtering",
"description": "Implements scoped cleaning using Lerna's filtering options (e.g., --scope flag or package filtering methods) to target specific packages by pattern",
"max_score": 20
},
{
"name": "Dry-Run Mode",
"description": "Implements preview functionality using Lerna's capabilities to show what would be cleaned without performing actual cleanup (e.g., listing packages and checking for node_modules existence, or using appropriate Lerna flags)",
"max_score": 15
},
{
"name": "Command Integration",
"description": "Properly integrates with Lerna's command-line interface or programmatic API, handling command execution and output appropriately",
"max_score": 10
}
]
}