Skip to content

Commit b348884

Browse files
fix: plugin.json errors
1 parent 2cb057e commit b348884

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.claude-plugin/plugin.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Structured workflow plugin with specialized agents for project management, backend, and frontend development. Includes git workflow automation, validation commands, and MCP server integrations.",
55
"author": {
66
"name": "AntStack",
7-
"email": "[email protected]"
7+
"email": "[email protected]",
8+
"url": "https://www.antstack.com/"
89
},
910
"license": "MIT",
1011
"keywords": [
@@ -22,7 +23,17 @@
2223
],
2324
"repository": "https://github.com/antstackio/antstack-claude-plugin",
2425
"homepage": "https://github.com/antstackio/antstack-claude-plugin#readme",
25-
"commands": "./commands",
26-
"agents": "./agents",
26+
"commands": [
27+
"./commands/git/create-pr.md",
28+
"./commands/git/sync-main.md",
29+
"./commands/workflow/complete-task.md",
30+
"./commands/workflow/start-task.md",
31+
"./commands/workflow/validate.md"
32+
],
33+
"agents": [
34+
"./agents/project-analyzer.md",
35+
"./agents/backend-developer.md",
36+
"./agents/frontend-developer.md"
37+
],
2738
"hooks": "./hooks/cleanup-temp-files.json"
2839
}

0 commit comments

Comments
 (0)