Files
gzb1128 5230892ee8 fix: remove version fields from marketplace.json
Removes remaining version fields from marketplace.json to fully enable automatic plugin updates via git SHA.

Fixes #36
2026-01-22 23:14:23 -08:00

45 lines
1.1 KiB
JSON

{
"name": "everything-claude-code",
"owner": {
"name": "Affaan Mustafa",
"email": "affaan@example.com"
},
"metadata": {
"description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner"
},
"plugins": [
{
"name": "everything-claude-code",
"source": "./",
"description": "Complete collection of agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use",
"author": {
"name": "Affaan Mustafa"
},
"homepage": "https://github.com/affaan-m/everything-claude-code",
"repository": "https://github.com/affaan-m/everything-claude-code",
"license": "MIT",
"keywords": [
"agents",
"skills",
"hooks",
"commands",
"tdd",
"code-review",
"security",
"best-practices"
],
"category": "workflow",
"tags": [
"agents",
"skills",
"hooks",
"commands",
"tdd",
"code-review",
"security",
"best-practices"
]
}
]
}