Skip to content

Commit 82fd96f

Browse files
duyetduyetbot
andcommitted
feat(codex): add logo field to all plugin manifests
Add logo URL to Codex plugin manifests for consistent branding across marketplace. Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com>
1 parent 01367e7 commit 82fd96f

15 files changed

Lines changed: 30 additions & 15 deletions

File tree

clickhouse-monitoring/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"category": "Monitoring",
1414
"capabilities": [
1515
"Skill"
16-
]
16+
],
17+
"logo": "https://raw.githubusercontent.com/duyet/monorepo/refs/heads/master/packages/components/logo.svg"
1718
}
1819
}

clickhouse/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"category": "Database",
1414
"capabilities": [
1515
"Skill"
16-
]
16+
],
17+
"logo": "https://raw.githubusercontent.com/duyet/monorepo/refs/heads/master/packages/components/logo.svg"
1718
}
1819
}

commit/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"capabilities": [
1515
"Skill",
1616
"Command"
17-
]
17+
],
18+
"logo": "https://raw.githubusercontent.com/duyet/monorepo/refs/heads/master/packages/components/logo.svg"
1819
}
1920
}

docs-generator/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"Skill",
1717
"Command",
1818
"Hook"
19-
]
19+
],
20+
"logo": "https://raw.githubusercontent.com/duyet/monorepo/refs/heads/master/packages/components/logo.svg"
2021
}
2122
}

duyetbot/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"Agent",
2020
"Hook",
2121
"MCP"
22-
]
22+
],
23+
"logo": "https://raw.githubusercontent.com/duyet/monorepo/refs/heads/master/packages/components/logo.svg"
2324
}
2425
}

fix/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"capabilities": [
1515
"Skill",
1616
"Command"
17-
]
17+
],
18+
"logo": "https://raw.githubusercontent.com/duyet/monorepo/refs/heads/master/packages/components/logo.svg"
1819
}
1920
}

frontend-design/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"category": "Design",
1515
"capabilities": [
1616
"Skill"
17-
]
17+
],
18+
"logo": "https://raw.githubusercontent.com/duyet/monorepo/refs/heads/master/packages/components/logo.svg"
1819
}
1920
}

github/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"capabilities": [
1616
"Skill",
1717
"Command"
18-
]
18+
],
19+
"logo": "https://raw.githubusercontent.com/duyet/monorepo/refs/heads/master/packages/components/logo.svg"
1920
}
2021
}

interview/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"capabilities": [
1616
"Skill",
1717
"Command"
18-
]
18+
],
19+
"logo": "https://raw.githubusercontent.com/duyet/monorepo/refs/heads/master/packages/components/logo.svg"
1920
}
2021
}

orchestration/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"category": "Agents",
1414
"capabilities": [
1515
"Skill"
16-
]
16+
],
17+
"logo": "https://raw.githubusercontent.com/duyet/monorepo/refs/heads/master/packages/components/logo.svg"
1718
}
1819
}

0 commit comments

Comments
 (0)