Files
holocron/.claude-plugin/marketplace.json
Defame1297 200959c167 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.
2026-06-28 11:15:27 +00:00

22 lines
630 B
JSON

{
"description": "AI development skills for Claude Code and GitHub Copilot CLI \u2014 factory, design, implement, review, and cross-cutting workflows.",
"name": "holocron",
"owner": {
"email": "defame1297@rkdr.net",
"name": "Defame1297"
},
"plugins": [
{
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
"name": "kyberforge",
"source": "./plugins/kyberforge"
},
{
"description": "A place for things to be binned",
"name": "bin",
"source": "./plugins/bin"
}
],
"version": "0.1.1"
}