Skip to content

nisavid/mergecraft

v1.0.0MIT

Mergecraft: Issue–PR relations, pull-request authoring, publication, Graphite transport, feedback, readiness, merge, and stack repair.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "mergecraft",
  "version": "1.0.0",
  "description": "Mergecraft: Issue–PR relations, pull-request authoring, publication, Graphite transport, feedback, readiness, merge, and stack repair.",
  "author": {
    "name": "Ivan D Vasin",
    "url": "https://github.com/nisavid"
  },
  "homepage": "https://github.com/nisavid/provingkit/tree/main/plugins/mergecraft",
  "repository": "https://github.com/nisavid/provingkit",
  "license": "MIT",
  "keywords": [
    "pull-request",
    "github",
    "graphite",
    "feedback",
    "merge",
    "stack",
    "issues"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Mergecraft",
        "shortDescription": "Author, publish, maintain, and merge pull requests safely.",
        "longDescription": "Mergecraft maintains Issue–PR contribution ledgers and Development links, binds PR text to exact pushed state, and coordinates publication, feedback, readiness, merge, and stack repair.",
        "developerName": "Ivan D Vasin",
        "category": "Developer Tools",
        "capabilities": [
          "Pull Requests"
        ],
        "websiteURL": "https://github.com/nisavid/provingkit/tree/main/plugins/mergecraft",
        "defaultPrompt": [
          "Use $mergecraft:maintaining-issue-pr-relations to reconcile these Issue–PR contributions.",
          "Use $mergecraft:writing-github-issue-and-pr-markdown to author the exact GFM body without GitHub actuation.",
          "Use $mergecraft:writing-reviewable-pr-descriptions to prepare and validate the exact PR title and body without forge mutation.",
          "Use $mergecraft:publishing-reviewable-prs to publish a validated PR text or readiness transition through the guarded helper.",
          "Use $mergecraft:getting-prs-merged to complete the merge lifecycle."
        ]
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 44Python files
  • 11YAML files
  • 10JSON files
  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai