We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c513c13 commit 2cb057eCopy full SHA for 2cb057e
.claude-plugin/plugin.json
@@ -20,19 +20,9 @@
20
"nextjs",
21
"architecture"
22
],
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/antstackio/antstack-claude-plugin"
26
- },
+ "repository": "https://github.com/antstackio/antstack-claude-plugin",
27
"homepage": "https://github.com/antstackio/antstack-claude-plugin#readme",
28
- "bugs": {
29
- "url": "https://github.com/antstackio/antstack-claude-plugin/issues"
30
31
- "commands": [
32
- "./commands"
33
- ],
34
- "agents": [
35
- "./agents"
36
+ "commands": "./commands",
+ "agents": "./agents",
37
"hooks": "./hooks/cleanup-temp-files.json"
38
}
0 commit comments