// Clarify command demo - shows confusing UX copy becoming clear
export default {
id: 'clarify',
caption: 'Confusing copy → Clear, actionable language',
before: `
Processing Status
Your request is being processed. Please wait while we complete the operation. This may take some time depending on various factors.
⚠️ Warning
Proceeding with this action may result in irreversible consequences to your data and settings configuration.
`,
after: `
Saving changes...
About 10 seconds remaining
Delete this project?
This will permanently delete 23 files. You can't undo this.
`
};