git_add
Precisely stage selected files in a Git repository by specifying their repo-relative paths. Adds only the listed files, avoiding arbitrary Git options and ensuring safe, controlled staging.
Instructions
Stage an explicit list of repository-relative files. Arbitrary Git options are not accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| repo_path | No | Workspace-relative repository path; defaults to . |