workforce_audit_diff
Audit worker modifications by inspecting git diffs across the workspace. Select staged or unstaged changes to view the unified diff output.
Instructions
Execute a git diff inspection across the workspace to audit worker modifications.
Args:
staged: If True, inspect staged changes (git diff --staged);
otherwise inspect unstaged workspace modifications (git diff).
Returns: str: The unified git diff output or an informative message if no changes exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| staged | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |