Skip to content

Commit fcf7970

Browse files
committed
docs(skill): use actual maintainer info from pyproject.toml
`team@vectify.ai` was a placeholder I invented and doesn't exist. Per `pyproject.toml`'s authors list, the actual primary maintainer is Kylin <quanqi@pageindex.ai>. Updated both the marketplace `owner` and the plugin `author` fields accordingly. Matches Anthropic's convention of using an individual name + email rather than a team alias.
1 parent 856b599 commit fcf7970

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vectify",
33
"owner": {
4-
"name": "VectifyAI",
5-
"email": "team@vectify.ai"
4+
"name": "Kylin",
5+
"email": "quanqi@pageindex.ai"
66
},
77
"metadata": {
88
"description": "Skills for navigating an OpenKB-compiled knowledge base from agent CLIs (Claude Code, Codex, Gemini CLI).",
@@ -16,8 +16,8 @@
1616
"strict": false,
1717
"version": "0.1.0",
1818
"author": {
19-
"name": "VectifyAI",
20-
"email": "team@vectify.ai"
19+
"name": "Kylin",
20+
"email": "quanqi@pageindex.ai"
2121
},
2222
"homepage": "https://github.com/VectifyAI/OpenKB",
2323
"repository": "https://github.com/VectifyAI/OpenKB",

0 commit comments

Comments
 (0)