🤖 Add Codex marketplace metadata

This commit is contained in:
2026-05-30 15:19:23 +02:00
parent 44927813c2
commit 3166877839
8 changed files with 202 additions and 0 deletions
+56
View File
@@ -0,0 +1,56 @@
{
"name": "reliquary",
"interface": {
"displayName": "Reliquary"
},
"plugins": [
{
"name": "g4b_ai",
"source": {
"source": "local",
"path": "./plugins/g4b_ai"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
},
{
"name": "dioxus",
"source": {
"source": "local",
"path": "./plugins/dioxus"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Coding"
},
{
"name": "project-uv",
"source": {
"source": "local",
"path": "./plugins/project-uv"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Coding"
},
{
"name": "gitea",
"source": {
"source": "local",
"path": "./plugins/gitea"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}