Dashboard › cli › Distillation
39db8116-7d57-4004-afc3-b4743c2afdd7["lore_tm_v1_cAZ03He3IFFMf_g3iEGzONZWaePZpiACUCpnVi2DLPk"]
packages/cli/src/lib/introspect.ts now imports CommandExample from ./command.js and adds Command.__examples?: readonly CommandExample[] for canonical documentation examples retained by buildCommand.buildCommandInfo() in packages/cli/src/lib/introspect.ts now prefers nonempty cmd.__examples over its legacy examples: string[] argument. Each structured { description, command } is converted to the exact two-line form # ${description}\n${command}; the passed-in examples remain the fallback when cmd.__examples is absent or empty.