Add next chat UX roadmap milestones

Capture the next UX pass after the workspace-core readiness review so the roadmap reflects the remaining friction a new chat-host user still feels.

Add milestones for trustworthy use-case smoke coverage, host-specific Claude/Codex/OpenCode MCP onramps, and the planned 4.0 default flip to workspace-core so the bare server entrypoint finally matches the recommended path.

This is a docs-only roadmap update based on the live use-case review and integration validation, with the full advanced surface kept as an explicit opt-in rather than the default.
This commit is contained in:
Thales Maciel 2026-03-13 12:06:00 -03:00
parent 22d284b1f5
commit d05fba6c15
No known key found for this signature in database
GPG key ID: 33112E6833C34679
4 changed files with 192 additions and 0 deletions

View file

@ -0,0 +1,56 @@
# `3.11.0` Host-Specific MCP Onramps
Status: Planned
## Goal
Remove the last translation step for major chat hosts by shipping exact,
copy-pasteable MCP setup guidance for the hosts users actually reach for.
## Public API Changes
No core runtime or workspace API change is required in this milestone.
The main user-visible additions are host-specific integration assets and docs:
- Claude setup should have a first-class maintained example
- Codex should have a first-class maintained example
- OpenCode should have a first-class maintained example
- the integrations docs should show the shortest working path for each host and
the same recommended `workspace-core` profile
## Implementation Boundaries
- keep the underlying server command the same:
`pyro mcp serve --profile workspace-core`
- treat host-specific configs as thin wrappers around the same MCP server
- cover both package-without-install and already-installed variants where that
materially improves copy-paste adoption
- keep generic MCP config guidance, but stop forcing users of major hosts to
translate it themselves
## Non-Goals
- no client-specific runtime behavior hidden behind host detection
- no broad matrix of every MCP-capable editor or agent host
- no divergence in terminology between host examples and the public contract
## Acceptance Scenarios
- a Claude user can copy one shipped example and connect without reading generic
MCP docs first
- a Codex user can copy one shipped example or exact `codex mcp add ...` command
- an OpenCode user can copy one shipped config snippet without guessing its MCP
schema shape
- the README and integrations docs point to those host-specific examples from
the first integration pass
## Required Repo Updates
- new shipped config examples for Codex and OpenCode
- README, install docs, and integrations docs updated to point at the new host
examples
- at least one short host-specific quickstart section or example command for
each supported host family
- runnable or documented verification steps that prove the shipped examples stay
current