Joseph HENRY eee3a09521 Add MIT license and polish README
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 17:46:50 +02:00

29 lines
877 B
JSON

{
"name": "adm-tools",
"owner": {
"name": "Autour de Minuit",
"email": "adv.bdl.dev@gmail.com"
},
"description": "Claude Code plugins for the ADM Blender pipeline and production tracking",
"plugins": [
{
"name": "flamenco",
"source": "./plugins/flamenco",
"description": "Flamenco render farm tools and references",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://flamenco.blender.org",
"repository": "https://git.autourdeminuit.com/autour_de_minuit/claude-plugins"
},
{
"name": "kitsu",
"source": "./plugins/kitsu",
"description": "Kitsu production tracking tools and references",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://kitsu.cg-wire.com",
"repository": "https://git.autourdeminuit.com/autour_de_minuit/claude-plugins"
}
]
}