git-status
Working tree status — staged, modified, untracked.
id tool/git-statusv1.0.0function git_status
Signature
| Parameter | Type | Required | Description |
|---|---|---|---|
| returns | object | Status grouped by category. |
Tool definition for the model
{
"name": "git_status",
"description": "Return the working tree status.",
"input_schema": {
"type": "object",
"properties": {},
"required": []
}
}Author convergent-systems-key. Source convergent-systems-co/agent-atoms (original ↗). License Apache-2.0. Re-typed from tool-definition by scripts/migrate-policy-tool.py.