Skip to content

Commit d8bfaa6

Browse files
committed
Merge pull request #212 from x4cc3/main (resolve conflicts)
2 parents c25ecc8 + 8b940f8 commit d8bfaa6

5 files changed

Lines changed: 45 additions & 1 deletion

File tree

.agents/plugins/marketplace.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,21 @@
180180
"description": "AI code reviews grounded in six classic engineering books — decay risk diagnostics with book citations, severity labels, and four analysis modes (PR review, architecture audit, tech debt, test quality).",
181181
"icon": "./plugins/hyhmrright/brooks-lint/assets/logo.svg"
182182
},
183+
{
184+
"name": "casefile",
185+
"displayName": "Casefile",
186+
"source": {
187+
"source": "local",
188+
"path": "./plugins/x4cc3/casefile"
189+
},
190+
"policy": {
191+
"installation": "AVAILABLE",
192+
"authentication": "ON_INSTALL"
193+
},
194+
"category": "Development & Workflow",
195+
"description": "Persistent security case tracking for bug bounties, CTFs, and security audits.",
196+
"icon": "./plugins/x4cc3/casefile/assets/icon.svg"
197+
},
183198
{
184199
"name": "cc",
185200
"displayName": "Claude Code for Codex",
@@ -193,7 +208,7 @@
193208
},
194209
"category": "Development & Workflow",
195210
"description": "Reverse of OpenAI's official Claude-hosted plugin: use Claude Code from Codex for reviews, rescue tasks, tracked background jobs, and hook-powered review gates.",
196-
"icon": "./plugins/sendbird/cc-plugin-codex/assets/cc-small.svg"
211+
"icon": "./plugins/sendbird/cc-plugin-codex/assets/icon.png"
197212
},
198213
{
199214
"name": "claude-code-harness",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
149149
- [Archcore](https://github.com/archcore-ai/plugin) - Gives coding agents the architecture, rules, and prior decisions of the repo via skills, hooks, and MCP — so new changes land where the project says they belong across Claude Code, Cursor, and Codex CLI.
150150
- [Bring Your AI Migration Auditor](https://github.com/unitedideas/bringyour-mcp) - Read-only Codex plugin for auditing Claude Code to Codex migrations before Codex edits code. Checks AGENTS.md/CLAUDE.md scope, hooks, MCP config, skills, secret references, and validation notes.
151151
- [Brooks Lint](https://github.com/hyhmrright/brooks-lint) - AI code reviews grounded in six classic engineering books — decay risk diagnostics with book citations, severity labels, and four analysis modes (PR review, architecture audit, tech debt, test quality).
152+
- [Casefile](./plugins/x4cc3/casefile) - Persistent security case tracking for bug bounties, CTFs, and security audits.
152153
- [Changelog Forge](./plugins/mturac/changelog-forge) - Conventional commits → CHANGELOG section + semver bump.
153154
- [Claude Code for Codex](https://github.com/sendbird/cc-plugin-codex) - Reverse of OpenAI's official Claude-hosted plugin: use Claude Code from Codex for reviews, rescue tasks, tracked background jobs, and hook-powered review gates.
154155
- [Claude Code Harness](https://github.com/dadwadw233/claude-code-harness) - Harness blueprint skill for turning vague agent ideas into concrete designs for request assembly, control loops, memory, permissions, recovery, and extension planes.

plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,16 @@
139139
"source": "awesome-codex-plugins",
140140
"install_url": "https://raw.githubusercontent.com/hyhmrright/brooks-lint/HEAD/.codex-plugin/plugin.json"
141141
},
142+
{
143+
"name": "Casefile",
144+
"url": "https://github.com/x4cc3/casefile",
145+
"owner": "x4cc3",
146+
"repo": "casefile",
147+
"description": "Persistent security case tracking for bug bounties, CTFs, and security audits.",
148+
"category": "Development & Workflow",
149+
"source": "awesome-codex-plugins",
150+
"install_url": "https://raw.githubusercontent.com/x4cc3/casefile/HEAD/.codex-plugin/plugin.json"
151+
},
142152
{
143153
"name": "Claude Code for Codex",
144154
"url": "https://github.com/sendbird/cc-plugin-codex",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "casefile",
3+
"version": "1.2.2",
4+
"description": "Persistent security case tracking for Codex and pi.",
5+
"license": "MIT",
6+
"repository": "https://github.com/x4cc3/casefile",
7+
"interface": {
8+
"displayName": "Casefile",
9+
"shortDescription": "Track security cases, evidence, chains, and reports.",
10+
"composerIcon": "./assets/icon.svg"
11+
}
12+
}
Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)