Skip to content

Commit 6a66f0f

Browse files
committed
fix: add plugin manifest
1 parent e29319b commit 6a66f0f

2 files changed

Lines changed: 27 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "python-claude",
3-
"version": "0.3.2",
4-
"description": "Python hooks for Claude Code - automatically runs ruff, mypy, and pytest",
5-
"author": {
3+
"owner": {
64
"name": "CVector",
75
"email": "support@cvector.com"
86
},
9-
"license": "MIT",
10-
"keywords": ["python", "poetry", "ruff", "mypy", "pytest", "linting", "type-checking", "testing"],
11-
"hooks": "./hooks/hooks.json"
7+
"plugins": [
8+
{
9+
"name": "python-claude",
10+
"source": "./",
11+
"description": "Automatic code formatting on save",
12+
"version": "0.4.1",
13+
"author": {
14+
"name": "CVector"
15+
}
16+
}
17+
]
1218
}

plugin.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "python-claude",
3+
"version": "0.4.1",
4+
"description": "Hooks to run ruff, mypy, and pytest",
5+
"author": {
6+
"name": "CVector",
7+
"email": "support@cvector.com",
8+
"url": "https://github.com/CVector-Energy"
9+
},
10+
"homepage": "https://github.com/CVector-Energy",
11+
"repository": "https://github.com/CVector-Energy",
12+
"license": "MIT",
13+
"keywords": ["python", "ruff", "mypy", "pytest"],
14+
"hooks": "./hooks/hooks.json"
15+
}

0 commit comments

Comments
 (0)