Skip to content

Commit 44f920b

Browse files
v0.1.2: remove duplicate hooks field from plugin.json
hooks/hooks.json is auto-discovered at the standard location. The explicit "hooks" field in plugin.json pointed to the same file, causing a "Duplicate hooks file detected" error on plugin load.
1 parent 15ee98b commit 44f920b

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "re-scale",
1414
"source": "./plugins/re-scale",
1515
"description": "re-scale enforcement skills — audit, verify, gap-fix, conversion guides, code style",
16-
"version": "0.1.1",
16+
"version": "0.1.2",
1717
"author": {
1818
"name": "kubuszok"
1919
},
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "re-scale",
33
"description": "Scala Native porting toolkit — enforcement gates, migration tracking, and conversion guides",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"author": {"name": "kubuszok"},
66
"repository": "https://github.com/kubuszok/re-scale",
7-
"license": "Apache-2.0",
8-
"hooks": "./hooks/hooks.json"
7+
"license": "Apache-2.0"
98
}

0 commit comments

Comments
 (0)