commit_manager_work
Commit changes to a git repository with a message, optionally specifying files, to maintain proper version control practices.
Instructions
Commit current work with proper git practices (Manager only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instanceId | Yes | Manager instance ID | |
| message | Yes | Commit message | |
| files | No | Specific files to commit (default: all changes) |