Skip to content

Commit 26fd97d

Browse files
committed
move deepwiki plugin to root
1 parent e5c469e commit 26fd97d

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

examples/plugins/deepwiki/.claude-plugin/marketplace.json renamed to .claude-plugin/marketplace.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
2-
"name": "deepwiki-plugins",
2+
"name": "allagents",
33
"owner": {
4-
"name": "DeepWiki"
4+
"name": "AllAgents",
5+
"url": "https://allagents.dev"
56
},
67
"metadata": {
78
"description": "Skills, agents, and plugins for AI coding agents",
8-
"pluginRoot": "."
9+
"pluginRoot": "./plugins"
910
},
1011
"plugins": [
1112
{
1213
"name": "deepwiki",
1314
"description": "AI-generated documentation for GitHub repositories",
14-
"source": "."
15+
"source": "./deepwiki"
1516
}
1617
]
1718
}

examples/plugins/deepwiki/.github/plugin/marketplace.json renamed to .github/plugin/marketplace.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
2-
"name": "deepwiki-plugins",
2+
"name": "allagents",
33
"owner": {
4-
"name": "DeepWiki"
4+
"name": "AllAgents",
5+
"url": "https://allagents.dev"
56
},
67
"metadata": {
78
"description": "Skills, agents, and plugins for AI coding agents",
8-
"pluginRoot": "."
9+
"pluginRoot": "./plugins"
910
},
1011
"plugins": [
1112
{
1213
"name": "deepwiki",
1314
"description": "AI-generated documentation for GitHub repositories",
14-
"source": "."
15+
"source": "./deepwiki"
1516
}
1617
]
1718
}
File renamed without changes.

0 commit comments

Comments
 (0)