Rename legacy dappcore/dAppCore/dappco.re plugin-metadata identifiers to the canonical core namespace: marketplace name is core-agent, plugin manifests point at https://lthn.ai and https://forge.lthn.ai/core/agent.git. Align the two .mcp.json files on the new "core mcp serve" command. Scaffold google/gemini-cli with a minimal plugin.json + README so the cross-agent plugin family is complete. Out of this ticket's scope: live Go module import paths at dappco.re/go/core (that's a separate migration), and a stale pip install URL in claude/camofox_mcp/README.md (follow-up child ticket). Closes tasks.lthn.sh/view.php?id=92 Co-authored-by: Codex <noreply@openai.com> Co-Authored-By: Virgil <virgil@lethean.io>
666 B
666 B
Gemini CLI Plugin
google/gemini-cli is the placeholder plugin metadata for exposing core-agent
to Gemini CLI within this repository. It keeps the cross-agent plugin family
consistent with the existing Claude and Codex layouts, records the canonical
project identity and repository location, and provides a stable place for future
Gemini-specific manifests, commands, and support files. The current contents are
intentionally minimal and should be treated as a stub rather than a finished
integration. Runtime wiring, command registration, MCP bootstrap behaviour, and
any Gemini-specific schema details remain TBD until the Gemini CLI plugin spec
stabilises.