Git Clear Working Directory
git_clear_working_dirClear the session working directory setting to reset Git context without restarting the server. Subsequent operations require explicit path parameters until reconfigured.
Instructions
Clear the session working directory setting. This resets the context without restarting the server. Subsequent git operations will require an explicit path parameter unless git_set_working_dir is called again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Explicit confirmation required to clear working directory. Accepted values: 'Y', 'y', 'Yes', or 'yes'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Indicates if the operation was successful. | |
| message | Yes | Confirmation message. | |
| previousPath | No | The working directory that was cleared (if one was set). |