Files
holocron/plugins/git/plugin.json
Defame1297 69218ae224 feat(plugins): bump kyberforge to 1.2.0, git to 1.1.0
kyberforge gains new forge skill for factory artifact routing; git gains pc-author and pc-run skills moved from kyberforge. Includes version parity fixes in CC manifests (ADR-0016).

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-04 16:53:16 +00:00

23 lines
451 B
JSON

{
"agents": "agents/",
"author": {
"email": "defame1297@rkdr.net",
"name": "Defame1297"
},
"description": "Skills for working with Git \u2014 conventional commits, branch management, pull requests, and feature flow.",
"hooks": "hooks.json",
"keywords": [
"git",
"vcs",
"commit",
"branch"
],
"license": "MIT",
"mcpServers": ".mcp.json",
"name": "git",
"skills": [
"skills/"
],
"version": "1.1.0"
}