Skip to content

Commit f0897cb

Browse files
author
Dylan Storey
committed
fix(plugin): add author to marketplace plugin entry and fix emails
1 parent 7c12bd2 commit f0897cb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.claude-plugin/marketplace.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
"name": "colliery-io-metis",
33
"owner": {
44
"name": "Colliery",
5-
"email": "support@colliery.io"
5+
"email": "contact@colliery.io"
66
},
77
"plugins": [
88
{
99
"name": "metis",
1010
"source": "./plugins/metis",
1111
"description": "Flight Levels methodology for project and work management. Teaches when and why to use Metis tools for project planning, work decomposition, and phase management.",
12-
"version": "1.0.10"
12+
"version": "1.0.10",
13+
"author": {
14+
"name": "Colliery",
15+
"email": "contact@colliery.io"
16+
}
1317
}
1418
]
1519
}

plugins/metis/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "Flight Levels methodology plugin for Metis. Includes methodology skills, iterative Ralph loops for task execution and initiative decomposition, and Flight Levels agent guidance.",
55
"author": {
66
"name": "Colliery",
7-
"email": "support@colliery.dev"
7+
"email": "contact@colliery.io"
88
}
99
}

0 commit comments

Comments
 (0)