Skip to content

Commit fe123ee

Browse files
committed
docs(skill): set marketplace owner/author to Ray <ray@vectify.ai>, bump to 0.1.4
- Owner + plugin author: Ray <ray@vectify.ai> (the vectify.ai-domain maintainer from pyproject.toml authors). - Version (marketplace metadata + plugin entry): 0.1.4 to match the current openkb package release tag.
1 parent fcf7970 commit fe123ee

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "vectify",
33
"owner": {
4-
"name": "Kylin",
5-
"email": "quanqi@pageindex.ai"
4+
"name": "Ray",
5+
"email": "ray@vectify.ai"
66
},
77
"metadata": {
88
"description": "Skills for navigating an OpenKB-compiled knowledge base from agent CLIs (Claude Code, Codex, Gemini CLI).",
9-
"version": "0.1.0"
9+
"version": "0.1.4"
1010
},
1111
"plugins": [
1212
{
1313
"name": "openkb",
1414
"description": "Navigate an OpenKB-compiled wiki: discover documents and concepts via openkb CLI commands, read concept and summary pages directly, and follow wikilinks across the knowledge graph.",
1515
"source": "./",
1616
"strict": false,
17-
"version": "0.1.0",
17+
"version": "0.1.4",
1818
"author": {
19-
"name": "Kylin",
20-
"email": "quanqi@pageindex.ai"
19+
"name": "Ray",
20+
"email": "ray@vectify.ai"
2121
},
2222
"homepage": "https://github.com/VectifyAI/OpenKB",
2323
"repository": "https://github.com/VectifyAI/OpenKB",

0 commit comments

Comments
 (0)