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 evaluation assesses how well the engineer uses Lerna's package publishing capabilities, specifically the ability to publish packages with custom npm dist-tags. The focus is on proper usage of Lerna's publish command and dist-tag options.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Lerna Import",
"description": "Code correctly imports or requires the Lerna package (e.g., using require('lerna') or importing from '@lerna/publish' or related Lerna modules)",
"max_score": 15
},
{
"name": "Publish Command Usage",
"description": "Code uses Lerna's publish command or publish API programmatically (not manual npm publish commands)",
"max_score": 25
},
{
"name": "Dist-Tag Configuration",
"description": "Code correctly passes or configures the --dist-tag option to specify custom npm dist-tags (e.g., 'beta', 'next', 'canary')",
"max_score": 30
},
{
"name": "Changed Package Detection",
"description": "Code leverages Lerna's capability to detect which packages have changed (either implicitly through publish command or explicitly through changed detection)",
"max_score": 15
},
{
"name": "Publish Result Handling",
"description": "Code properly captures and returns information about published packages including package names, versions, and dist-tags used",
"max_score": 15
}
]
}