fix: add codex plugin install metadata

This commit is contained in:
cbarrado
2026-04-07 14:55:57 +02:00
parent af581f6314
commit 58ca4a6d3e
6 changed files with 39 additions and 0 deletions
@@ -26,9 +26,14 @@
"Write"
],
"websiteURL": "https://github.com/JuliusBrussee/caveman",
"privacyPolicyURL": "https://github.com/JuliusBrussee/caveman/blob/main/README.md",
"termsOfServiceURL": "https://github.com/JuliusBrussee/caveman/blob/main/LICENSE",
"defaultPrompt": [
"Use caveman mode. Cut filler. Keep technical accuracy."
],
"composerIcon": "./assets/caveman-small.svg",
"logo": "./assets/caveman.svg",
"screenshots": [],
"brandColor": "#6B7280"
}
}
+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Caveman">
<circle cx="32" cy="32" r="28" fill="#6B7280"/>
<path d="M18 40c4-10 24-10 28 0" fill="none" stroke="#F9FAFB" stroke-linecap="round" stroke-width="4"/>
<circle cx="24" cy="27" r="4" fill="#F9FAFB"/>
<circle cx="40" cy="27" r="4" fill="#F9FAFB"/>
<path d="M21 18c3-5 8-8 15-8 5 0 10 2 14 7" fill="none" stroke="#D1D5DB" stroke-linecap="round" stroke-width="4"/>
</svg>

After

Width:  |  Height:  |  Size: 471 B

+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" role="img" aria-label="Caveman">
<rect width="128" height="128" rx="24" fill="#6B7280"/>
<path d="M28 79c8-22 48-22 56 0" fill="none" stroke="#F9FAFB" stroke-linecap="round" stroke-width="8"/>
<circle cx="48" cy="52" r="8" fill="#F9FAFB"/>
<circle cx="80" cy="52" r="8" fill="#F9FAFB"/>
<path d="M43 35c6-10 17-15 31-15 12 0 24 5 31 14" fill="none" stroke="#D1D5DB" stroke-linecap="round" stroke-width="8"/>
</svg>

After

Width:  |  Height:  |  Size: 487 B

@@ -0,0 +1,6 @@
interface:
display_name: "Caveman"
short_description: "Talk like caveman. Cut filler. Keep technical accuracy."
icon_small: "./assets/caveman-small.svg"
icon_large: "./assets/caveman.svg"
default_prompt: "Use $caveman to answer briefly, cut filler, and preserve exact technical substance."
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Caveman">
<circle cx="32" cy="32" r="28" fill="#6B7280"/>
<path d="M18 40c4-10 24-10 28 0" fill="none" stroke="#F9FAFB" stroke-linecap="round" stroke-width="4"/>
<circle cx="24" cy="27" r="4" fill="#F9FAFB"/>
<circle cx="40" cy="27" r="4" fill="#F9FAFB"/>
<path d="M21 18c3-5 8-8 15-8 5 0 10 2 14 7" fill="none" stroke="#D1D5DB" stroke-linecap="round" stroke-width="4"/>
</svg>

After

Width:  |  Height:  |  Size: 471 B

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" role="img" aria-label="Caveman">
<rect width="128" height="128" rx="24" fill="#6B7280"/>
<path d="M28 79c8-22 48-22 56 0" fill="none" stroke="#F9FAFB" stroke-linecap="round" stroke-width="8"/>
<circle cx="48" cy="52" r="8" fill="#F9FAFB"/>
<circle cx="80" cy="52" r="8" fill="#F9FAFB"/>
<path d="M43 35c6-10 17-15 31-15 12 0 24 5 31 14" fill="none" stroke="#D1D5DB" stroke-linecap="round" stroke-width="8"/>
</svg>

After

Width:  |  Height:  |  Size: 487 B