{
  "schema": "https://ai-atoms.com/schemas/tool-v1.json",
  "type": "tool",
  "id": "tool/git-status",
  "version": "1.0.0",
  "name": "git-status",
  "description": "Working tree status — staged, modified, untracked.",
  "subtype": "command",
  "spec": {
    "function_name": "git_status",
    "summary": "Return the working tree status.",
    "returns": {
      "type": "object",
      "description": "Status grouped by category."
    },
    "side_effects": [
      "fs-read",
      "exec"
    ]
  },
  "authored_by": "convergent-systems-key",
  "source_url": "https://github.com/convergent-systems-co/agent-atoms/blob/main/atoms/tool-definition/git-status.json",
  "category": "coding",
  "provenance": {
    "source": "convergent-systems-co/agent-atoms",
    "source_url": "https://github.com/convergent-systems-co/agent-atoms/blob/main/atoms/tool-definition/git-status.json",
    "author": "convergent-systems-co",
    "license": "Apache-2.0",
    "notes": "Re-typed from tool-definition by scripts/migrate-policy-tool.py."
  },
  "lifecycle": "stable"
}