// Polish command demo - shows rough UI becoming refined export default { id: 'polish', caption: 'Rough edges → Refined, pixel-perfect details', before: `
User Profile
John Doe
Developer
`, after: `
User Profile
JD
John Doe
Developer
` };