Summary:\n- added Codex marketplace registry plus awareness/ethics/guardrails sub-plugins\n- mirrored Claude plugin commands/scripts/hooks into codex api/ci/code/collect/coolify/core/issue/perf/qa/review/verify\n- embedded Axioms of Life ethics modal, guardrails, and kernel files under codex/ethics\n- added Codex parity report, improvements list, and MCP integration plan\n- extended Gemini MCP tools and docs for Codex awareness
15 lines
401 B
JSON
15 lines
401 B
JSON
{
|
|
"name": "host-uk-core-agent",
|
|
"version": "0.1.1",
|
|
"description": "Host UK Core Agent Extension for Gemini CLI (with Codex awareness)",
|
|
"contextFileName": "GEMINI.md",
|
|
"mcpServers": {
|
|
"core-agent": {
|
|
"command": "node",
|
|
"args": [
|
|
"${extensionPath}/src/index.js"
|
|
],
|
|
"cwd": "${extensionPath}"
|
|
}
|
|
}
|
|
}
|