Coqui Git Toolkit

coquibot/coqui-toolkit-git

Git repository management and repository triage toolkit for Coqui — status, staging, commits, branches, tags, remotes, push/pull, merge, diff, log, and audit analytics

gitversion-controltoolkit-git
1 downloads 0 stars

Required Credentials

0

GIT_BOT_NAME

1

GIT_BOT_EMAIL

Package Info

{
  "gated": {
    "git_tag": [
      "delete"
    ],
    "git_pull": [
      "*"
    ],
    "git_push": [
      "*"
    ],
    "git_merge": [
      "*"
    ],
    "git_branch": [
      "delete"
    ],
    "git_commit": [
      {
        "amend": true
      }
    ],
    "git_remote": [
      "remove"
    ],
    "git_checkout": [
      {
        "files": "*"
      }
    ]
  },
  "skills": "skills",
  "toolkits": [
    "CoquiBot\\Toolkits\\Git\\GitToolkit"
  ],
  "credentials": {
    "GIT_BOT_NAME": {
      "optional": true,
      "description": "Git author/committer name for bot commits (e.g. 'Coqui Bot'). Optional — omit to use the repo's default git config."
    },
    "GIT_BOT_EMAIL": {
      "optional": true,
      "description": "Git author/committer email for bot commits (e.g. 'bot@coqui.dev'). Optional — omit to use the repo's default git config."
    }
  },
  "description": "Git repository management and discovery analytics — status, staging, commits, branches, tags, remotes, push/pull, merge, diff, log, and pre-code-reading audits"
}