Cloudflare Sandbox — стабильная сборка приложений

★ 8.5 · vibe-coding

sandbox-stable is a Claude Code skill that helps build and iterate on applications using the current stable @cloudflare/sandbox package (default npm tag), running as isolated Linux environments on Cloudflare Containers driven from Workers. It covers commands (exec, startProcess, execStream), stateful sessions across calls, files, ports, tunnels, terminals, and bridge — strictly within stable APIs, never mixing in @next container images or preview methods like process.output(). Deprecated stable APIs can be cleaned up using the 2026 deprecation guide without treating that as a migration to @next. The skill is meant for existing production projects on the stable branch; new projects should start with sandbox-next, and porting to 1.0 is handled by sandbox-migrate-to-next.