record_code_change
Track code modifications by recording task ID, changed files, and description. Include optional diff and commit hash for full context.
Instructions
Record a code change made during task execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | Git diff (optional) | |
| files | Yes | List of files changed | |
| taskId | Yes | Task ID | |
| commitHash | No | Git commit hash (optional) | |
| description | Yes | Description of the change |