report_changes
Summarize workspace activity: list changed files with line counts, command results, git operations, branch, and commit state to produce accurate final reports and identify uncommitted changes.
Instructions
Summarise everything done in this workspace: files changed (with per-file line counts from git), commands run and whether they passed, git operations, current branch and commit state. Use this to write an accurate final report instead of relying on memory — and to see what is still uncommitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| against | No | Compare against this ref for the file summary (e.g. "develop"). Default: HEAD (uncommitted changes only). | |
| workspace | No | Workspace alias. Defaults to the active workspace. |