chore(plugins): bump bin and kyberforge to 1.0.2, marketplace to 0.1.1
## Why Version sync across all plugin manifest locations so the CC plugin loader, the .github marketplace mirror, and the canonical plugin.json files all report the same version. ## Impact Consumers fetching the plugin via the marketplace will see the updated version entry.
This commit is contained in:
@@ -1,18 +1,21 @@
|
|||||||
{
|
{
|
||||||
|
"description": "AI development skills for Claude Code and GitHub Copilot CLI \u2014 factory, design, implement, review, and cross-cutting workflows.",
|
||||||
"name": "holocron",
|
"name": "holocron",
|
||||||
"owner": { "name": "Defame1297", "email": "defame1297@rkdr.net" },
|
"owner": {
|
||||||
"description": "AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.",
|
"email": "defame1297@rkdr.net",
|
||||||
"version": "0.1.0",
|
"name": "Defame1297"
|
||||||
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "kyberforge",
|
|
||||||
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
||||||
|
"name": "kyberforge",
|
||||||
"source": "./plugins/kyberforge"
|
"source": "./plugins/kyberforge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bin",
|
|
||||||
"description": "A place for things to be binned",
|
"description": "A place for things to be binned",
|
||||||
|
"name": "bin",
|
||||||
"source": "./plugins/bin"
|
"source": "./plugins/bin"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"version": "0.1.1"
|
||||||
}
|
}
|
||||||
|
|||||||
15
.github/plugin/marketplace.json
vendored
15
.github/plugin/marketplace.json
vendored
@@ -1,18 +1,21 @@
|
|||||||
{
|
{
|
||||||
|
"description": "AI development skills for Claude Code and GitHub Copilot CLI \u2014 factory, design, implement, review, and cross-cutting workflows.",
|
||||||
"name": "holocron",
|
"name": "holocron",
|
||||||
"owner": { "name": "Defame1297", "email": "defame1297@rkdr.net" },
|
"owner": {
|
||||||
"description": "AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.",
|
"email": "defame1297@rkdr.net",
|
||||||
"version": "0.1.0",
|
"name": "Defame1297"
|
||||||
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "kyberforge",
|
|
||||||
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
||||||
|
"name": "kyberforge",
|
||||||
"source": "./plugins/kyberforge"
|
"source": "./plugins/kyberforge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bin",
|
|
||||||
"description": "A place for things to be binned",
|
"description": "A place for things to be binned",
|
||||||
|
"name": "bin",
|
||||||
"source": "./plugins/bin"
|
"source": "./plugins/bin"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"version": "0.1.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,5 +8,5 @@
|
|||||||
"keywords": [],
|
"keywords": [],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"name": "bin",
|
"name": "bin",
|
||||||
"version": "1.0.1"
|
"version": "1.0.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,5 +11,5 @@
|
|||||||
"skills": [
|
"skills": [
|
||||||
"skills/"
|
"skills/"
|
||||||
],
|
],
|
||||||
"version": "1.0.1"
|
"version": "1.0.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,5 +8,5 @@
|
|||||||
"keywords": [],
|
"keywords": [],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"name": "kyberforge",
|
"name": "kyberforge",
|
||||||
"version": "1.0.1"
|
"version": "1.0.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,5 +13,5 @@
|
|||||||
"skills": [
|
"skills": [
|
||||||
"skills/"
|
"skills/"
|
||||||
],
|
],
|
||||||
"version": "1.0.1"
|
"version": "1.0.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user