{
  "markdown": "<div align=\"center\">\n  <img src=\"https://upload.wikimedia.org/wikipedia/commons/8/8a/Google_Gemini_logo.svg\" width=\"120\" alt=\"Gemini Logo\" />\n  <h1>🚀 Gemini Mission Control</h1>\n  <p><strong>The Unbreakable, Cross-Platform Autonomous AI Swarm for Gemini CLI</strong></p>\n\n  <p>\n    🌐 <strong><a href=\"https://riftzen-bit.github.io/gemini-mission-control/\">View Live Website & Documentation</a></strong>\n  </p>\n\n  <p>\n    <a href=\"#architecture\">Architecture</a> •\n    <a href=\"#safety-first-zero-loss-protocol\">Safety Protocol</a> •\n    <a href=\"#installation\">Installation</a> •\n    <a href=\"#usage\">Usage</a>\n  </p>\n</div>\n\n---\n\n**Gemini Mission Control** elevates your Gemini CLI from a simple coding assistant into a fully autonomous, self-correcting engineering swarm. \n\nBy dividing labor into three highly specialized, isolated agents—**The Orchestrator**, **The Worker**, and **The Validator**—Mission Control can execute complex, multi-file features in parallel while mathematically guaranteeing the safety of your existing codebase.\n\n🌍 **100% Cross-Platform:** Engineered to run flawlessly on **Windows, macOS, and Linux**.\n\n---\n\n## 🧠 The Swarm Architecture\n\nMission Control doesn't just write code; it manages a software development lifecycle.\n\n### 1. 🗺️ The Orchestrator (The Architect)\n*   **Role:** Strategic planning and task delegation.\n*   **Superpower:** Breaks down vague user requests into atomic, parallelizable tasks.\n*   **Constraint:** *Read-Only.* Strictly forbidden from writing code. Enforces **File-Level Isolation** (never assigns two workers to the same file at the same time).\n\n### 2. 🛠️ The Worker (The Engineer)\n*   **Role:** Surgical code execution.\n*   **Superpower:** Writes bespoke, high-quality code. Capable of running package managers (like `npm install` or `pip install`) to prepare environments.\n*   **Constraint:** *Code-Only.* Strictly forbidden from testing or validating its own work to prevent the \"marking your own homework\" anti-pattern.\n\n### 3. 🛡️ The Validator (The Auditor)\n*   **Role:** Ruthless Quality Assurance and Security Auditing.\n*   **Superpower:** Forensically analyzes the Worker's output, runs compilers, linters, and test suites (`npm run build`, `cargo test`, etc.). \n*   **Constraint:** *Read-Only.* Cannot fix the code. If a test fails, it kicks the forensic report back to the Worker, creating a self-healing **Feedback Loop**.\n\n---\n\n## 🔒 Safety First: The Zero-Loss Protocol\n\nWe understand that giving an AI write-access to your production codebase is terrifying. Mission Control is built with **hardware-level safety constraints**:\n\n*   **Mandatory Backup Gate:** The swarm *refuses* to write a single line of code until a backup or a new Git branch is created.\n*   **Race-Condition Immunity:** Parallel tasks are executed concurrently, but validation is forced into a **Strict Sequential Gate**. This prevents multiple test suites from colliding and corrupting your build folders.\n*   **The Circuit Breaker:** If a specific task fails validation 3 times consecutively, the system **pulls the plug** and aborts the mission. No infinite loops. No burning through your token budget.\n*   **No Destructive Commands:** Workers are physically instructed to reject commands like `rm -rf` or hard git resets.\n\n---\n\n## ⚡ Installation\n\nBecause Mission Control relies on standard Gemini CLI features, it works out-of-the-box on any operating system (Windows, macOS, Linux).\n\n1. Ensure you have the [Gemini CLI](https://github.com/google/gemini-cli) installed.\n2. Clone or download this repository into your Gemini extensions folder (or link it).\n3. The extension includes:\n   - `gemini-extension.json` (Manifest)\n   - `commands/enter-mission.toml` (Starts the autonomous loop)\n   - `commands/exit-mission.toml` (Restores manual control)\n   - `agents/*.md` (The agent personas)\n\n---\n\n## 🎮 Usage\n\n### 1. Enter the Workspace\nInvoke the mission controller from your terminal:\n\n```bash\ngemini /enter-mission\n```\n*The system will respond: \"🚀 AUTONOMOUS WORKSPACE ACTIVATED. SYSTEM GUARDRAILS ENGAGED.\"*\n\n### 2. Assign a Mission\nGive the swarm a high-level objective:\n\n> *\"Refactor the authentication flow to use JWTs, update the UI store to handle loading states, and ensure all existing login tests pass.\"*\n\n**Watch the Swarm Work:**\n1. **Orchestrator** creates a 4-step plan (1 backup, 3 parallel execution tasks).\n2. **Workers** execute the 3 tasks simultaneously.\n3. **Validators** step in one-by-one to run `npm test` and `npm run build`.\n4. If a Validator finds an error, it privately messages the Worker to fix it.\n5. The mission completes only when all Validators report `[PASS]`.\n\n### 3. Exit the Workspace\nWhen the mission is accomplished, return to standard chat mode:\n\n```bash\ngemini /exit-mission\n```\n\n---\n\n<div align=\"center\">\n  <i>\"Do No Harm. Verify Everything.\"</i>\n</div>",
  "bytes": 4852,
  "sha": "5ce93a55ea4bc8bfde4f2b533b0245137f8d22dbac360acfb59cd96ec5a884d6",
  "repo_slug": "ryan-mt/gemini-mission-control",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_ryan_mt_gemini_mission_control_20b0b0b5/readme"
}