verify_behavior
Validate understanding of user impact before editing behavioral source files by answering a domain-specific scenario demonstrating comprehension of end-user consequences.
Instructions
Call BEFORE editing behavioral source files (API routes, ordering logic, billing, auth, migrations). Returns a domain-specific scenario you must answer to demonstrate understanding of the end-user impact. Example: editing a KDS route returns 'A cook has a 3-item ticket. One item is voided. What should the cook see?' Answer the scenario concretely before proceeding with the edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project identifier for workspace-scoped scenarios. | |
| file_path | Yes | Path of the file about to be edited. | |
| workspace_id | No | Optional workspace ID for custom scenarios. | |
| change_summary | Yes | Brief description of the intended change. |