{
  "markdown": "\n# Git Semantic Versioning Extension\n\n> A **Pure Gemini Extension** (No-Code) that automates [Semantic Versioning](https://semver.org/).\n\nThis extension empowers Gemini to act as a **Release Manager**, analyzing your commit history and calculating the next semantic version (Major, Minor, or Patch) entirely through LLM reasoning.\n\n## ✨ Features\n- **Prompt-Based Logic**: Uses the official SemVer spec to analyze commits.\n- **Zero Dependencies**: No backend code or binaries.\n- **Smart Analysis**: Detects `BREAKING CHANGE`, `feat`, and `fix` patterns.\n- **🏷️ Git Tagging**: Creates annotated git tags automatically.\n\n## 🚀 Quick Start\n\n### Install as Gemini Extension (Recommended)\n\n```bash\ngemini extensions install https://github.com/jorelcb/git-versioning\n```\n\n**🔄 Updating**:\n```bash\ngemini extensions install https://github.com/jorelcb/git-versioning\n```\n\n### Available Slash Commands\n\n| Command | Description |\n|---------|-------------|\n| `/release` | 🚀 Analyzes history, proposing and executing a version bump. |\n\n**Part of the [Gemini Extensions Monorepo](../README.md)**\n",
  "bytes": 1084,
  "sha": "c2bd508ba468b21bd595e0620a12766a2c53e4d037abf0429cd422bbb03f9284",
  "repo_slug": "jorelcb/git-versioning",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_jorelcb_git_versioning_319abc3b/readme"
}