git_status
Check the working-tree status of a project root via git to identify uncommitted changes before planning or reviewing code.
Instructions
Working-tree status of a project root via git. Free local I/O — the first thing to check before planning or reviewing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Restrict to a path inside the root (default: whole repo). | |
| project | No | Project path the user named in chat (armed via init). Pass it explicitly on every call. If no project has been named, ask the user; never guess. | |
| session_token | No | Session token returned by init (or create_project). Required for every project tool call in this chat. A new chat must be re-armed. |