notify_user
Display a concise status badge on the debugged page to explain slow or surprising actions, keeping the human informed through the only visible channel.
Instructions
Show a short status line to the human, in the badge on the page you are debugging. This is the only channel the user actually sees — call it before a slow or surprising step so a frozen-looking app is explained. Keep it to a few words.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | What you are doing. | |
| detail | Yes | Short human-readable detail, e.g. 'checking the save handler'. |