set_repository_context
Set the working directory and cache repository discovery results to avoid redundant git CLI lookups for the session.
Instructions
Cache repository context for the session.
Sets the working directory and caches discovery results so subsequent tool calls skip redundant git CLI lookups.
Args: working_directory: Path to the git repository root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| working_directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |