// Extract command demo - shows patterns being identified and documented export default { id: 'extract', caption: 'Scattered styles → Documented design tokens', before: `
padding: 12px 16px;
padding: 18px 24px;
color: #3b82f6;
color: #3a80f5;
font-size: 14px;
`, after: `
Design Tokens
SPACING
sm
md
lg
COLORS
TYPOGRAPHY
Display
Body text
` };