Skip to content

Commit 9d2c233

Browse files
chore: sync from upstream registries
1 parent 8714e72 commit 9d2c233

3 files changed

Lines changed: 45 additions & 15 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.0",
33
"source": "awesome-ai-plugins",
4-
"last_updated": "2026-07-15T14:25:15.480856+00:00",
4+
"last_updated": "2026-07-15T20:36:33.214898+00:00",
55
"plugins": [
66
{
77
"name": "Registry Broker",
@@ -514,6 +514,21 @@
514514
"url": "https://github.com/Rycen7822/codex-rg-guard",
515515
"install_url": "https://raw.githubusercontent.com/Rycen7822/codex-rg-guard/HEAD/.codex-plugin/plugin.json"
516516
},
517+
{
518+
"name": "Codex TUI Proof",
519+
"displayName": "Codex TUI Proof",
520+
"description": "Visually validate real local terminal UIs in Codex's in-app browser with screenshots and session evidence.",
521+
"category": "Development & Workflow",
522+
"source": "awesome-ai-plugins",
523+
"platform": "codex",
524+
"ecosystems": [
525+
"codex"
526+
],
527+
"owner": "bnc4vk",
528+
"repo": "codex-tui-proof",
529+
"url": "https://github.com/bnc4vk/codex-tui-proof",
530+
"install_url": "https://raw.githubusercontent.com/bnc4vk/codex-tui-proof/HEAD/.codex-plugin/plugin.json"
531+
},
517532
{
518533
"name": "debt-ops",
519534
"displayName": "debt-ops",
@@ -2525,19 +2540,19 @@
25252540
"install_url": "https://raw.githubusercontent.com/hashgraph-online/hol-guard-grok-plugin/HEAD/.grok-plugin/plugin.json"
25262541
},
25272542
{
2528-
"name": "Codex TUI Proof",
2529-
"displayName": "Codex TUI Proof",
2530-
"description": "Visually validate real local terminal UIs in Codex's in-app browser with screenshots and session evidence",
2543+
"name": "CodeTruss",
2544+
"displayName": "CodeTruss",
2545+
"description": "Local-first acceptance gate that checks coding-agent scope, sensitive surfaces, deterministic analyzers, and repository verification from immutable Git snapshots, then writes signed receipts before the PR",
25312546
"category": "Development & Workflow",
25322547
"source": "awesome-ai-plugins",
25332548
"platform": "codex",
25342549
"ecosystems": [
25352550
"codex"
25362551
],
2537-
"owner": "bnc4vk",
2538-
"repo": "codex-tui-proof",
2539-
"url": "https://github.com/bnc4vk/codex-tui-proof",
2540-
"install_url": "https://raw.githubusercontent.com/bnc4vk/codex-tui-proof/HEAD/.codex-plugin/plugin.json"
2552+
"owner": "DeliriumPulse",
2553+
"repo": "codetruss-plugins",
2554+
"url": "https://github.com/DeliriumPulse/codetruss-plugins",
2555+
"install_url": "https://raw.githubusercontent.com/DeliriumPulse/codetruss-plugins/HEAD/.codex-plugin/plugin.json"
25412556
},
25422557
{
25432558
"name": "sitemd",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
170170
- [Claude Octopus](https://github.com/nyldn/claude-octopus) - Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates.
171171
- [Clean Room](https://github.com/whit3rabbit/clean-room-skill) - Spec-first clean-room workflow for authorized source analysis, behavioral specs, role separation, and verification without replacement code.
172172
- [Codebase Recon](https://github.com/yujiachen-y/codebase-recon-skill) - Analyze git history to understand a codebase before reading any code — auto-scales by repo size and cross-references hotspots with bug magnets to surface high-risk files, bus factor, and team momentum.
173+
- [CodeTruss](https://github.com/DeliriumPulse/codetruss-plugins) - Local-first acceptance gate that checks coding-agent scope, sensitive surfaces, deterministic analyzers, and repository verification from immutable Git snapshots, then writes signed receipts before the PR.
173174
- [Codex Agenteam](https://github.com/yimwoo/codex-agenteam) - Specialist AI agents (researcher, PM, architect, developer, QA, reviewer) orchestrated as a configurable team pipeline.
174175
- [Codex Multi Auth](https://github.com/ndycode/codex-multi-auth) - Multi-account OAuth manager for the official Codex CLI with switching, health checks, and recovery tools.
175176
- [Codex Reviewer](https://github.com/schuettc/codex-reviewer) - Second-pass review of Claude-driven plans and implementations.

plugins.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-ai-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-07-15",
6-
"total": 170,
6+
"total": 171,
77
"platforms": [
88
"codex",
99
"grok"
@@ -486,6 +486,20 @@
486486
"codex"
487487
]
488488
},
489+
{
490+
"name": "Codex TUI Proof",
491+
"url": "https://github.com/bnc4vk/codex-tui-proof",
492+
"owner": "bnc4vk",
493+
"repo": "codex-tui-proof",
494+
"description": "Visually validate real local terminal UIs in Codex's in-app browser with screenshots and session evidence.",
495+
"category": "Development & Workflow",
496+
"source": "awesome-ai-plugins",
497+
"install_url": "https://raw.githubusercontent.com/bnc4vk/codex-tui-proof/HEAD/.codex-plugin/plugin.json",
498+
"platform": "codex",
499+
"ecosystems": [
500+
"codex"
501+
]
502+
},
489503
{
490504
"name": "debt-ops",
491505
"url": "https://github.com/bcanfield/agentic-tech-debt",
@@ -2363,15 +2377,15 @@
23632377
]
23642378
},
23652379
{
2366-
"name": "Codex TUI Proof",
2367-
"url": "https://github.com/bnc4vk/codex-tui-proof",
2368-
"owner": "bnc4vk",
2369-
"repo": "codex-tui-proof",
2370-
"description": "Visually validate real local terminal UIs in Codex's in-app browser with screenshots and session evidence",
2380+
"name": "CodeTruss",
2381+
"url": "https://github.com/DeliriumPulse/codetruss-plugins",
2382+
"owner": "DeliriumPulse",
2383+
"repo": "codetruss-plugins",
2384+
"description": "Local-first acceptance gate that checks coding-agent scope, sensitive surfaces, deterministic analyzers, and repository verification from immutable Git snapshots, then writes signed receipts before the PR",
23712385
"category": "Development & Workflow",
23722386
"platform": "codex",
23732387
"source": "awesome-ai-plugins",
2374-
"install_url": "https://raw.githubusercontent.com/bnc4vk/codex-tui-proof/HEAD/.codex-plugin/plugin.json",
2388+
"install_url": "https://raw.githubusercontent.com/DeliriumPulse/codetruss-plugins/HEAD/.codex-plugin/plugin.json",
23752389
"ecosystems": [
23762390
"codex"
23772391
]

0 commit comments

Comments
 (0)