Freeze the current workspace-first surface as the stable 3.0 contract and reposition the landing docs, CLI help, and public contract around the stable workspace path after the one-shot proof. Bump the package and catalog compatibility to 3.0.0, add a dedicated workspace walkthrough tape/GIF, and mark the 3.0.0 roadmap milestone done while keeping runtime capability unchanged in this release. Validation: uv lock; UV_CACHE_DIR=.uv-cache make check; UV_CACHE_DIR=.uv-cache make dist-check; UV_CACHE_DIR=.uv-cache uv build; UV_CACHE_DIR=.uv-cache uvx --from twine twine check dist/*; built-wheel CLI smoke for pyro --help and pyro workspace --help; vhs validate plus rendered workspace-first-run.gif outside the sandbox because vhs crashes when sandboxed.
2.4 KiB
2.4 KiB
Task Workspace GA Roadmap
This roadmap turns the agent-workspace vision into release-sized milestones.
Current baseline is 3.0.0:
- workspace persistence exists and the public surface is now workspace-first
- host crossing currently covers create-time seeding, later sync push, and explicit export
- persistent PTY shell sessions exist alongside one-shot
workspace exec - immutable create-time baselines now power whole-workspace diff
- multi-service lifecycle exists with typed readiness and aggregate workspace status counts
- named snapshots and full workspace reset now exist
- explicit secrets now exist for guest-backed workspaces
- explicit workspace network policy and localhost published service ports now exist
Locked roadmap decisions:
- no backward compatibility goal for the current
task_*naming - workspace-first naming lands first, before later features
- snapshots are real named snapshots, not only reset-to-baseline
Every milestone below must update CLI, SDK, and MCP together. Each milestone is also expected to update:
README.md- install/first-run docs
docs/public-contract.md- help text and runnable examples
- at least one real Firecracker smoke scenario
Milestones
2.4.0Workspace Contract Pivot - Done2.5.0PTY Shell Sessions - Done2.6.0Structured Export And Baseline Diff - Done2.7.0Service Lifecycle And Typed Readiness - Done2.8.0Named Snapshots And Reset - Done2.9.0Secrets - Done2.10.0Network Policy And Host Port Publication - Done3.0.0Stable Workspace Product - Done3.1.0Secondary Disk Tools
Remaining Follow-Up
The core workspace product is now stable. The remaining planned follow-up is intentionally secondary:
3.1.0secondary disk tools for offline inspection and disk-level workflows- no further roadmap milestone changes the stable workspace-first core contract