diff --git a/public/js/demo-renderer.js b/public/js/demo-renderer.js index 6ab555556..08ab6d786 100644 --- a/public/js/demo-renderer.js +++ b/public/js/demo-renderer.js @@ -12,6 +12,44 @@ export function renderCommandDemo(commandId) { const demo = getCommandDemo(commandId); if (!demo) { + // teach-impeccable is a setup command, not a visual transform — show usage guide instead + if (commandId === 'teach-impeccable') { + return ` +