Call the engineer
call_meCall the session owner and block for a spoken decision when an ambiguous spec, destructive action, or failing migration blocks you; return the decision as JSON.
Instructions
Place a real phone call to the engineer who owns this session and block until they answer. Use only when you are blocked on a decision that they must make: ambiguous spec, destructive or irreversible action, failing migration, spending money. Never for lint, style, or anything you can decide from the code. The call costs money and interrupts a person. Returns their spoken decision as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | What you were doing and why you are blocked. One to three sentences. It is read aloud, so no paths, hashes, or code. | |
| default | No | What to do if the call is not answered. Omit to halt and wait at the terminal. Never set this for destructive actions. | |
| options | No | Concrete choices, each short enough to say aloud. Put the one you would pick first. Omit for open-ended questions. | |
| session | No | Session label spoken on the call. Defaults to the project directory name. | |
| question | Yes | The single decision you need. One sentence, read aloud. | |
| timeout_seconds | No | How long to wait for an answer. Default 300. |