tessl install tessl/npm-storybook--addon-mdx-gfm@8.6.0GitHub Flavored Markdown support addon for Storybook documentation.
Agent Success
Agent success rate when using this tile
69%
Improvement
Agent success rate improvement when using this tile compared to baseline
0.97x
Baseline
Agent success rate without this tile
71%
{
"context": "Evaluates whether the solution relies on @storybook/addon-mdx-gfm to surface its built-in deprecation warning and to apply the MDX GFM configuration without reimplementing it. Checks focus on correct use of the addon's mdxLoaderOptions hook, the remark-gfm plugin wiring, and proper handling of the one-time migration notice.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Addon import",
"description": "Imports and uses the @storybook/addon-mdx-gfm package directly rather than reimplementing its behavior, ensuring the addon's side effects are available.",
"max_score": 20
},
{
"name": "mdxLoaderOptions use",
"description": "Delegates MDX configuration to the addon's mdxLoaderOptions export by passing the provided config object and returning the promise result.",
"max_score": 30
},
{
"name": "remark-gfm preserved",
"description": "Allows existing mdxCompileOptions.remarkPlugins to remain intact while ensuring remark-gfm is appended as the addon would, without overwriting other options.",
"max_score": 15
},
{
"name": "Deprecation message",
"description": "Surfaces the addon's deprecation warning text (including guidance to configure remark-gfm directly and the Storybook docs link) through the provided logger or console.warn.",
"max_score": 20
},
{
"name": "Warns once",
"description": "Prevents duplicate deprecation logs across multiple helper invocations, relying on the addon's one-time warning side effect or an explicit guard.",
"max_score": 15
}
]
}