Restructure Gemini extension files that were incorrectly placed at repo root. Updates script paths to reference shared claude/code/ scripts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
No EOL
377 B
JSON
15 lines
No EOL
377 B
JSON
{
|
|
"name": "host-uk-core-agent",
|
|
"version": "0.1.0",
|
|
"description": "Host UK Core Agent Extension for Gemini CLI",
|
|
"contextFileName": "GEMINI.md",
|
|
"mcpServers": {
|
|
"core-agent": {
|
|
"command": "node",
|
|
"args": [
|
|
"${extensionPath}/src/index.js"
|
|
],
|
|
"cwd": "${extensionPath}"
|
|
}
|
|
}
|
|
} |