Skip to content

crackingshells/writing-history

v1.0.0AGPL-3.0-or-later

Guides the git-discipline lifecycle for commit history: vocabulary, versioning, commits, and branch integration.

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": "writing-history",
  "version": "1.0.0",
  "description": "Guides the git-discipline lifecycle for commit history: vocabulary, versioning, commits, and branch integration.",
  "author": {
    "name": "Eliott Jacopin",
    "email": "eliott.jacopin@riken.jp"
  },
  "homepage": "https://github.com/CrackingShells/cracking-shells-playbook",
  "repository": "https://github.com/CrackingShells/cracking-shells-playbook",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "git",
    "commits",
    "versioning",
    "agents"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Writing History",
        "shortDescription": "Guides the git-discipline lifecycle for commit history: vocabulary, versioning, commits, and branch integration.",
        "longDescription": "Guides the git-discipline lifecycle for commit history: vocabulary, versioning, commits, and branch integration.",
        "developerName": "Eliott Jacopin",
        "category": "Developer Tools",
        "capabilities": [
          "Read"
        ]
      }
    }
  }
}

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.

  • .gitkeep
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