Consolidates three codebases into a single agent orchestration repo: - agentci (from go-scm): Clotho dual-run verification, agent config, SSH security (sanitisation, secure commands, token masking) - jobrunner (from go-scm): Poll-dispatch-report pipeline with 7 handlers (dispatch, completion, auto-merge, publish draft, dismiss reviews, send fix command, tick parent epic) - plugins marketplace (from agentic/plugins): 27 Claude/Codex/Gemini plugins with shared MCP server All 150+ tests passing across 6 packages. Co-Authored-By: Virgil <virgil@lethean.io>
100 lines
2.2 KiB
JSON
100 lines
2.2 KiB
JSON
{
|
|
"name": "codex",
|
|
"description": "Host UK Codex plugin collection",
|
|
"owner": {
|
|
"name": "Host UK",
|
|
"email": "hello@host.uk.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "codex",
|
|
"source": ".",
|
|
"description": "Codex awareness, ethics modal, and guardrails",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "awareness",
|
|
"source": "./awareness",
|
|
"description": "Codex awareness guidance for the core-agent monorepo",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "ethics",
|
|
"source": "./ethics",
|
|
"description": "Ethics modal and axioms kernel for Codex",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "guardrails",
|
|
"source": "./guardrails",
|
|
"description": "Safety guardrails with a focus on safe string handling",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "api",
|
|
"source": "./api",
|
|
"description": "Codex API plugin",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "ci",
|
|
"source": "./ci",
|
|
"description": "Codex CI plugin",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "code",
|
|
"source": "./code",
|
|
"description": "Codex code workflow plugin",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "collect",
|
|
"source": "./collect",
|
|
"description": "Codex collection plugin",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "coolify",
|
|
"source": "./coolify",
|
|
"description": "Codex Coolify plugin",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "core",
|
|
"source": "./core",
|
|
"description": "Codex core plugin",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "issue",
|
|
"source": "./issue",
|
|
"description": "Codex issue plugin",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "perf",
|
|
"source": "./perf",
|
|
"description": "Codex performance plugin",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "qa",
|
|
"source": "./qa",
|
|
"description": "Codex QA plugin",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "review",
|
|
"source": "./review",
|
|
"description": "Codex review plugin",
|
|
"version": "0.1.1"
|
|
},
|
|
{
|
|
"name": "verify",
|
|
"source": "./verify",
|
|
"description": "Codex verify plugin",
|
|
"version": "0.1.1"
|
|
}
|
|
]
|
|
}
|