start_task
Record a git baseline before starting work, capturing HEAD plus fingerprints of already-dirty files, so later verification attributes only the task's changes.
Instructions
Record a baseline before starting work: HEAD plus fingerprints of files that are already dirty, so later verification attributes only the task's own changes. Overwrites any previous baseline for the repository. Writes only inside the .git directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Short description of the task about to be done. | |
| repo_path | Yes | Absolute path to (a directory inside) the git repository. |