pyro-mcp/src/pyro_mcp
Thales Maciel 894706af50 Add use-case recipes and smoke packs
Turn the stable workspace surface into five documented, runnable stories with a shared guest-backed smoke runner, new docs/use-cases recipes, and Make targets for cold-start validation, repro/fix loops, parallel workspaces, untrusted inspection, and review/eval workflows.

Bump the package and catalog surface to 3.6.0, update the main docs to point users from the stable workspace walkthrough into the recipe index and smoke packs, and mark the 3.6.0 roadmap milestone done.

Fix a regression uncovered by the real parallel-workspaces smoke: workspace_file_read must not bump last_activity_at. Verified with uv lock, UV_CACHE_DIR=.uv-cache make check, UV_CACHE_DIR=.uv-cache make dist-check, and USE_CASE_ENVIRONMENT=debian:12 UV_CACHE_DIR=.uv-cache make smoke-use-cases.
2026-03-13 10:27:38 -03:00
..
runtime_bundle Add model-native workspace file operations 2026-03-12 22:03:25 -03:00
__init__.py Refactor public API around environments 2026-03-08 16:02:02 -03:00
api.py Add chat-friendly shell read rendering 2026-03-13 01:10:26 -03:00
cli.py Add chat-friendly shell read rendering 2026-03-13 01:10:26 -03:00
contract.py Add chat-friendly shell read rendering 2026-03-13 01:10:26 -03:00
demo.py Ship trust-first CLI and runtime defaults 2026-03-09 20:52:49 -03:00
doctor.py Bundle firecracker runtime and switch ollama demo to live logs 2026-03-05 20:20:36 -03:00
ollama_demo.py Remove GitHub-specific project plumbing 2026-03-09 22:58:29 -03:00
runtime.py Add guest-only workspace secrets 2026-03-12 15:43:34 -03:00
runtime_boot_check.py Refactor public API around environments 2026-03-08 16:02:02 -03:00
runtime_build.py Switch official environment publishing to Docker Hub 2026-03-09 17:39:18 -03:00
runtime_network_check.py Remove GitHub-specific project plumbing 2026-03-09 22:58:29 -03:00
server.py Add MCP tool profiles for workspace chat flows 2026-03-12 23:52:13 -03:00
vm_environments.py Add use-case recipes and smoke packs 2026-03-13 10:27:38 -03:00
vm_firecracker.py Finalize guest boot and exec runtime updates 2026-03-07 17:09:21 -03:00
vm_guest.py Add model-native workspace file operations 2026-03-12 22:03:25 -03:00
vm_manager.py Add use-case recipes and smoke packs 2026-03-13 10:27:38 -03:00
vm_network.py Enable real guest networking and make demos network-first 2026-03-06 22:47:16 -03:00
workspace_disk.py Add stopped-workspace disk export and inspection 2026-03-12 20:57:16 -03:00
workspace_files.py Add model-native workspace file operations 2026-03-12 22:03:25 -03:00
workspace_ports.py Add workspace network policy and published ports 2026-03-12 18:12:57 -03:00
workspace_shell_output.py Add chat-friendly shell read rendering 2026-03-13 01:10:26 -03:00
workspace_shells.py Add guest-only workspace secrets 2026-03-12 15:43:34 -03:00
workspace_use_case_smokes.py Add use-case recipes and smoke packs 2026-03-13 10:27:38 -03:00