report_changes
Generate a concise report of all workspace changes: modified files with line counts, command results, git operations, and branch/commit state. Use it to review uncommitted work and write accurate final reports.
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. |