Execute
Implement the task described in the prompt. Make the code changes, verify they work, and commit with a conventional commit message.
Steps
- Read the task description from the prompt.
- Make the required changes.
- Verify: run tests or checks relevant to the change.
- Commit with a message in the format:
<type>(<scope>): <description>.