Skip to content

Commit 1c8339a

Browse files
authored
fix(codex): add plugin marketplace branding (#985)
1 parent 794687f commit 1c8339a

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,25 @@
2424
"skills": "./skills/",
2525
"interface": {
2626
"displayName": "Compound Engineering",
27-
"shortDescription": "AI-powered development skills for code review, research, planning, and workflow automation.",
28-
"longDescription": "Compound Engineering is a suite of self-contained skills that make each unit of engineering work easier than the last. Brainstorm requirements, plan implementations, review code with skill-local reviewer prompts, research institutional learnings, and capture solved problems so future work benefits. Skills install natively via Codex; no companion custom-agent install step is required.",
29-
"developerName": "Every",
27+
"shortDescription": "Brainstorming, planning, debugging, and autonomous workflows for AI agents",
28+
"longDescription": "Compound Engineering guides AI agents through the full engineering loop: strategy, ideation, requirements, planning, execution, debugging, review, PR feedback, and captured learnings that make future work easier.",
29+
"developerName": "Kieran Klaassen and Trevin Chow",
3030
"category": "Coding",
3131
"capabilities": [
3232
"Interactive",
3333
"Read",
3434
"Write"
3535
],
36-
"websiteURL": "https://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it",
36+
"websiteURL": "https://github.com/EveryInc/compound-engineering-plugin",
37+
"privacyPolicyURL": "https://every.to/legal",
38+
"termsOfServiceURL": "https://every.to/legal",
3739
"defaultPrompt": [
3840
"/ce-brainstorm a new feature",
3941
"/ce-plan the implementation",
4042
"/ce-code-review my changes"
4143
],
44+
"brandColor": "#C9EFFA",
45+
"logo": "./assets/logo.png",
4246
"screenshots": []
4347
}
4448
}

assets/logo.png

4.82 KB
Loading

0 commit comments

Comments
 (0)