// Onboard command demo - shows empty state becoming helpful onboarding
export default {
id: 'onboard',
caption: 'Empty state → Guided onboarding experience',
before: `
`,
after: `
✨
Create your first project
Projects help you organize your work. Start with a template or blank canvas.
Need help? Watch a quick tutorial →
`
};