Execute
Implement the task described in the prompt. Make the code changes, verify they compile, and commit with a conventional commit message.
Steps
- Read the task description from the prompt.
- Make the required changes.
- Verify the changes compile and pass basic checks.
- Commit with a message in the format:
<type>(<scope>): <description>.