{
  "markdown": "# Claude Cope\n\n> A Gemini CLI extension that pairs Gemini with Claude in an adversarial\n> peer-review loop — _for when you can't cope without Claude._\n\nGemini builds. Claude reviews. You ship.\n\n> [!WARNING]\n> Even though this is an extension for the Gemini CLI,\n> and not using any third-party tools, only Google APIs,\n> Google still seems to block it with a _Terms of Service_ violation.\n>\n> _You have been warned._\n\n## What it does\n\n`claude-cope` adds a `/cope` slash command to Gemini CLI. When invoked, it:\n\n1. Runs Gemini through four sequential phases: **PRD → Research → Plan → Implementation**\n2. After each phase, calls Claude via the Antigravity Cloud Code API to adversarially review the output.\n\n- If Claude `APPROVES`, moves to the next phase.\n- If Claude requests `CHANGES_NEEDED`, Gemini iterates on the current phase until approved.\n\n4. Sessions are persisted to `.claude-cope/` in your project so work survives restarts\n\n## Installation\n\n## Users\n\n- Install the extension\n\n```bash\ngemini extensions install claude-cope\n```\n\n## Developers\n\n```bash\n# Install into Gemini CLI (live symlink — no re-install after changes)\ngemini extensions link .\n```\n\n> [!WARNING]\n> **Sandbox mode must be disabled.** The OAuth login flow requires a local\n> HTTP callback server on port 7777. When `GEMINI_SANDBOX=true` (Docker\n> sandbox), the browser cannot reach the container's `localhost`. Set\n> `\"sandbox\": \"none\"` in `.gemini/settings.json` or `unset GEMINI_SANDBOX`.\n\n## Usage\n\n- Start a cope session — just describe what you want built\n\n```bash\n/cope Implement a YAML config system for user preferences\n```\n\n- Check status\n\n```bash\n/coping\n```\n\n- See token usage stats\n\n```bash\n/show-cope\n```\n\n- Pause and resume later\n\n```bash\n/uncope\n/recope\n```\n\n## Documentation\n\n| Doc                                    | Description                                     |\n| -------------------------------------- | ----------------------------------------------- |\n| [docs/spec.md](docs/spec.md)           | Full product specification                      |\n| [docs/PLAN.md](docs/PLAN.md)           | Architecture and build plan                     |\n| [docs/issues/todo/](docs/issues/todo/) | Open implementation issues                      |\n| [docs/issues/done/](docs/issues/done/) | Completed issues                                |\n| [docs/agents/](docs/agents/)           | Reference docs for AI agents (geminicli.txt, …) |\n| [AGENTS.md](AGENTS.md)                 | Agent instructions and project internals        |\n",
  "bytes": 2516,
  "sha": "8fb7c002ab63fa40c2bb0291ddf39bf508f3c9ff5ad59f64645aa6d48062eae8",
  "repo_slug": "irken-empire/claude-cope",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_irken_empire_claude_cope_4bbe45e9/readme"
}