fj/claude/.claude-plugin/marketplace.json
Stephen Way 4e5a20d0c5
Some checks are pending
ci / check (push) Waiting to run
plugin: add version + strict + author to marketplace plugin entry
Per working entries in anthropics/claude-plugins-official, the
plugin-entry inside marketplace.json should include `version`,
`strict: false`, and `author` even when those fields also exist in
the plugin's own plugin.json.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 16:36:24 -07:00

31 lines
996 B
JSON

{
"name": "rasterandstate",
"owner": {
"name": "Raster & State",
"email": "hello@rasterstate.com",
"url": "https://rasterstate.com"
},
"metadata": {
"description": "Raster & State plugins for Claude Code.",
"version": "0.1.0"
},
"plugins": [
{
"name": "fj",
"description": "Teach Claude Code to use fj, a CLI for Forgejo and Gitea-compatible instances. Activates when the user mentions fj, Forgejo, Gitea, or any forge-side action (issues, PRs, releases, code search, labels, milestones, webhooks).",
"version": "0.1.0",
"source": "./plugins/fj",
"strict": false,
"author": {
"name": "Raster & State",
"email": "hello@rasterstate.com"
},
"license": "MIT",
"category": "developer-tools",
"keywords": ["fj", "forgejo", "gitea", "git", "cli"],
"homepage": "https://rasterhub.com/rasterstate/fj",
"repository": "https://github.com/rasterandstate/fj-claude-plugin"
}
]
}