-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (33 loc) · 1.39 KB
/
plugin.json
File metadata and controls
33 lines (33 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "claude-companion",
"version": "0.1.1",
"description": "Codex-native Claude Code review and delegation companion.",
"author": {
"name": "Pejman John",
"url": "https://github.com/pejmanjohn"
},
"homepage": "https://github.com/pejmanjohn/cc-plugin-codex",
"repository": "https://github.com/pejmanjohn/cc-plugin-codex",
"license": "MIT",
"keywords": ["codex", "claude", "review", "delegation"],
"skills": "./skills/",
"interface": {
"displayName": "Claude Companion",
"shortDescription": "Claude Code-backed reviews and delegated tasks from Codex.",
"longDescription": "Codex-native review, delegation, setup, and job management workflows powered by Claude Code, with honest reporting for unsupported stop-gate behavior.",
"developerName": "Pejman John",
"category": "Coding",
"capabilities": ["Interactive"],
"websiteURL": "https://github.com/pejmanjohn/cc-plugin-codex",
"privacyPolicyURL": "https://github.com/pejmanjohn/cc-plugin-codex/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/pejmanjohn/cc-plugin-codex/blob/main/TERMS.md",
"defaultPrompt": [
"Review my current diff with Claude.",
"Run an adversarial review against this branch.",
"Delegate a task to Claude Code."
],
"brandColor": "#D97706",
"composerIcon": "./assets/claude-small.svg",
"logo": "./assets/claude-logo.svg"
}
}