From 7113c5093dc5d5765761007c143eb26f00dad765 Mon Sep 17 00:00:00 2001 From: mkorwel Date: Fri, 13 Mar 2026 19:41:06 -0700 Subject: [PATCH] docs: remove future roadmap section from offload README --- .gemini/skills/offload/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gemini/skills/offload/README.md b/.gemini/skills/offload/README.md index fd05e3ae08..662f456ab6 100644 --- a/.gemini/skills/offload/README.md +++ b/.gemini/skills/offload/README.md @@ -75,15 +75,3 @@ npx vitest .gemini/skills/offload/tests/orchestration.test.ts ``` These tests mock the external environment (SSH, GitHub CLI, and the file system) to ensure that the orchestration scripts generate the correct commands and handle environment isolation accurately. -## Future roadmap: Offload V2 (Fleet) - -The current version of `offload` focuses on a persistent SSH workstation. The long-term vision for this tool includes: - -- **Elastic compute**: Moving from a single machine to a fleet of ephemeral - remote containers (for example, using Cloud Run Jobs or GKE Pods). -- **Immutable base images**: Building a Docker container for every commit to - `main` to ensure a guaranteed, pristine verification environment. -- **Stateless execution**: Eliminating the need for manual cleanup by using - on-demand, disposable compute nodes for every offload task. -- **Massive parallelism**: Enabling dozens of simultaneous PR reviews and - implementations across the elastic fleet.