Add workspace handoff shortcuts and file-backed inputs
Remove the remaining shell glue from the canonical CLI workspace flows so users can hand off IDs and host-authored text files directly. Add --id-only on workspace create and shell open, plus --text-file and --patch-file for workspace file write and patch apply, while keeping the underlying SDK, MCP, and backend behavior unchanged. Update the top walkthroughs, contract docs, roadmap status, and use-case smoke runner to use the new shortcuts, and verify the milestone with uv lock, make check, make dist-check, focused CLI tests, and a real guest-backed smoke for create, file write, patch apply, and shell open/read.
This commit is contained in:
parent
788fc4fad4
commit
7a0620fc0c
15 changed files with 466 additions and 79 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -2,6 +2,19 @@
|
|||
|
||||
All notable user-visible changes to `pyro-mcp` are documented here.
|
||||
|
||||
## 3.7.0
|
||||
|
||||
- Added CLI handoff shortcuts with `pyro workspace create --id-only` and
|
||||
`pyro workspace shell open --id-only` so shell scripts and walkthroughs can
|
||||
capture identifiers without JSON parsing glue.
|
||||
- Added file-backed text inputs for `pyro workspace file write --text-file` and
|
||||
`pyro workspace patch apply --patch-file`, keeping the existing `--text` and
|
||||
`--patch` behavior stable while removing `$(cat ...)` shell expansion from
|
||||
the canonical flows.
|
||||
- Rewrote the top workspace walkthroughs, CLI help examples, and roadmap/docs
|
||||
around the new shortcut flags, and updated the real guest-backed repro/fix
|
||||
smoke to exercise a file-backed patch input through the CLI.
|
||||
|
||||
## 3.6.0
|
||||
|
||||
- Added `docs/use-cases/` with five concrete workspace recipes for cold-start validation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue