pyro-mcp/tests
Thales Maciel ab02ae46c7 Add model-native workspace file operations
Remove shell-escaped file mutation from the stable workspace flow by adding explicit file and patch tools across the CLI, SDK, and MCP surfaces.

This adds workspace file list/read/write plus unified text patch application, backed by new guest and manager file primitives that stay scoped to started workspaces and /workspace only. Patch application is preflighted on the host, file writes stay text-only and bounded, and the existing diff/export/reset semantics remain intact.

The milestone also updates the 3.2.0 roadmap, public contract, docs, examples, and versioning, and includes focused coverage for the new helper module and dispatch paths.

Validation:
- uv lock
- UV_CACHE_DIR=.uv-cache make check
- UV_CACHE_DIR=.uv-cache make dist-check
- real guest-backed smoke for workspace file read, patch apply, exec, export, and delete
2026-03-12 22:03:25 -03:00
..
test_api.py Add model-native workspace file operations 2026-03-12 22:03:25 -03:00
test_cli.py Add model-native workspace file operations 2026-03-12 22:03:25 -03:00
test_demo.py Ship trust-first CLI and runtime defaults 2026-03-09 20:52:49 -03:00
test_doctor.py Add stopped-workspace disk export and inspection 2026-03-12 20:57:16 -03:00
test_langchain_example.py Refactor public API around environments 2026-03-08 16:02:02 -03:00
test_ollama_demo.py Ship trust-first CLI and runtime defaults 2026-03-09 20:52:49 -03:00
test_openai_example.py Refactor public API around environments 2026-03-08 16:02:02 -03:00
test_package_surface.py Add stopped-workspace disk export and inspection 2026-03-12 20:57:16 -03:00
test_public_contract.py Add model-native workspace file operations 2026-03-12 22:03:25 -03:00
test_python_lifecycle_example.py Harden default environment pull behavior 2026-03-11 19:27:09 -03:00
test_runtime.py Add guest-only workspace secrets 2026-03-12 15:43:34 -03:00
test_runtime_boot_check.py Add stopped-workspace disk export and inspection 2026-03-12 20:57:16 -03:00
test_runtime_build.py Switch official environment publishing to Docker Hub 2026-03-09 17:39:18 -03:00
test_runtime_network_check.py Refactor public API around environments 2026-03-08 16:02:02 -03:00
test_server.py Add model-native workspace file operations 2026-03-12 22:03:25 -03:00
test_vm_environments.py Add guest-only workspace secrets 2026-03-12 15:43:34 -03:00
test_vm_firecracker.py Finalize guest boot and exec runtime updates 2026-03-07 17:09:21 -03:00
test_vm_guest.py Add guest-only workspace secrets 2026-03-12 15:43:34 -03:00
test_vm_manager.py Add model-native workspace file operations 2026-03-12 22:03:25 -03:00
test_vm_network.py Add runtime capability scaffolding and align docs 2026-03-05 22:57:09 -03:00
test_workspace_disk.py Add stopped-workspace disk export and inspection 2026-03-12 20:57:16 -03:00
test_workspace_files.py Add model-native workspace file operations 2026-03-12 22:03:25 -03:00
test_workspace_ports.py Add workspace network policy and published ports 2026-03-12 18:12:57 -03:00
test_workspace_shells.py Add workspace service lifecycle with typed readiness 2026-03-12 05:36:28 -03:00