Skip to content

Commit 30cb849

Browse files
committed
fix(plugin): remove namespacePolicy from plugin.json to pass schema validation
The plugin.json schema does not allow additionalProperties. Namespace policy is documented in docs/namespace-policy.md instead.
1 parent a4507f6 commit 30cb849

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/claude-code-plugin/.claude-plugin/plugin.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,5 @@
55
"author": {
66
"name": "JeremyDev87",
77
"email": "soundbrokaz@kakao.com"
8-
},
9-
"namespacePolicy": {
10-
"prefix": "codingbuddy",
11-
"bareCommandsDeprecated": true,
12-
"policyDoc": "docs/namespace-policy.md",
13-
"note": "All new commands MUST use the codingbuddy:* namespace. Existing bare commands are migration targets."
148
}
159
}

0 commit comments

Comments
 (0)