log_work
Log a unit of work after completing a meaningful task. Capture the intent and open loops while git records the diff.
Instructions
Log a unit of work when you finish something meaningful. Capture the WHY and any open loops — git already has the diff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | why it was done | |
| summary | Yes | what was done (one line) | |
| commitSha | No | ||
| filesTouched | No |