Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:47 +08:00
commit 35088b5c29
6 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
]
}