git_commit_tool
Saves staged changes to a Git repository using a specified commit message for conventional, context-aware commits.
Instructions
Records staged changes to the repository with the given commit message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the Git repository | |
| message | Yes | The commit message |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |