Files
gh-aki77-claude-plugins-plu…/.claude-plugin/plugin.json
2025-11-29 17:51:47 +08:00

15 lines
329 B
JSON

{
"name": "claude-md-compliance",
"description": "Plugin for checking code compliance with CLAUDE.md guidelines and automatic fixes",
"version": "0.0.0-2025.11.28",
"author": {
"name": "aki77",
"email": "aki77@users.noreply.github.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}