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 task running capabilities to execute npm scripts across multiple packages in a monorepo. The focus is on proper usage of Lerna's run command with filtering options.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Uses lerna run",
"description": "Implementation uses 'lerna run' command or the programmatic API (@lerna/run) to execute npm scripts across packages",
"max_score": 30
},
{
"name": "Implements scope filtering",
"description": "Correctly uses Lerna's --scope option or scope parameter to filter packages by name pattern",
"max_score": 20
},
{
"name": "Implements ignore filtering",
"description": "Correctly uses Lerna's --ignore option or ignore parameter to exclude specific packages from execution",
"max_score": 20
},
{
"name": "Handles execution results",
"description": "Properly captures and reports the success/failure status of task execution across packages using Lerna's output",
"max_score": 15
},
{
"name": "Passes script name",
"description": "Correctly passes the npm script name to lerna run command for execution",
"max_score": 10
},
{
"name": "Configures working directory",
"description": "Properly handles the cwd (current working directory) option when executing lerna commands",
"max_score": 5
}
]
}