// Harden command demo - shows error handling and edge cases
export default {
id: 'harden',
caption: 'Fragile UI → Robust error handling',
before: `
⚠️
Error
Something went wrong
`,
after: `
!
Connection failed
Unable to reach the server. Check your internet connection and try again.
`
};