docs: remove future roadmap section from offload README

This commit is contained in:
mkorwel
2026-03-13 19:41:06 -07:00
parent 295831105b
commit 7113c5093d
-12
View File
@@ -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. 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.