start_task
Record the current git HEAD as a baseline before coding. This snapshot allows later comparison to detect unintended changes and context drift.
Instructions
Lock in the developer's original intent before coding starts. Captures the current git HEAD as a snapshot so later drift is measured from here. Call this the moment a new feature/refactor is requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_description | Yes | The developer's original request, verbatim and complete. |