get_repository_status
Inspect current Git status to show branch, clean flag, and lists of modified, staged, or untracked files.
Instructions
Inspect the current Git repository status (modified, staged, untracked files).
Returns: JSON string with branch, clean flag, and lists of modified/staged/untracked files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |