run_safe_shell
Execute git commands safely in a specified working directory for repository management.
Instructions
Execute a safe shell command (git only) in a specific directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | The working directory for the command | |
| args | Yes | The arguments for the command | |
| command | Yes | The command to execute (must start with 'git') |