Document the post-3.1 milestones needed to make the stable workspace product feel natural in chat-driven LLM interfaces. Add a follow-on roadmap for model-native file ops, workspace naming and discovery, tool profiles, shell output cleanup, and use-case recipes with smoke coverage. Link it from the README, vision doc, and completed workspace GA roadmap so the next phase is explicit. Keep the sequence anchored to the workspace-first vision and continue to treat disk tools as secondary rather than the main chat-facing surface.
2.5 KiB
2.5 KiB
Task Workspace GA Roadmap
This roadmap turns the agent-workspace vision into release-sized milestones.
Current baseline is 3.1.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 - Done
Roadmap Status
The planned workspace roadmap is complete.
3.1.0added secondary stopped-workspace disk export and offline inspection helpers without changing the stable workspace-first core contract.- The next follow-on milestones now live in llm-chat-ergonomics.md and focus on making the stable workspace product feel trivial from chat-driven LLM interfaces.