pyro-mcp/src/pyro_mcp
Thales Maciel 663241d5d2 Add daily-loop prepare and readiness checks
Make the local chat-host loop explicit and cheap so users can warm the machine once instead of rediscovering environment and guest setup on every session.

Add cache-backed daily-loop manifests plus the new `pyro prepare` flow, extend `pyro doctor --environment` with warm/cold/stale readiness reporting, and add `make smoke-daily-loop` to prove the warmed repro-fix reset path end to end.

Also fix `python -m pyro_mcp.cli` to invoke `main()` so the new smoke and `dist-check` actually exercise the CLI module, and update the docs/roadmap to present `doctor -> prepare -> connect host -> reset` as the recommended daily path.

Validation: `uv lock`, `UV_OFFLINE=1 UV_CACHE_DIR=.uv-cache make check`, `UV_OFFLINE=1 UV_CACHE_DIR=.uv-cache make dist-check`, and `UV_OFFLINE=1 UV_CACHE_DIR=.uv-cache make smoke-daily-loop`.
2026-03-13 21:17:59 -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 opinionated MCP modes for workspace workflows 2026-03-13 20:00:35 -03:00
cli.py Add daily-loop prepare and readiness checks 2026-03-13 21:17:59 -03:00
contract.py Add daily-loop prepare and readiness checks 2026-03-13 21:17:59 -03:00
daily_loop.py Add daily-loop prepare and readiness checks 2026-03-13 21:17:59 -03:00
daily_loop_smoke.py Add daily-loop prepare and readiness checks 2026-03-13 21:17:59 -03:00
demo.py Ship trust-first CLI and runtime defaults 2026-03-09 20:52:49 -03:00
doctor.py Add daily-loop prepare and readiness checks 2026-03-13 21:17:59 -03:00
host_helpers.py Add opinionated MCP modes for workspace workflows 2026-03-13 20:00:35 -03:00
ollama_demo.py Remove GitHub-specific project plumbing 2026-03-09 22:58:29 -03:00
project_startup.py Add project-aware chat startup defaults 2026-03-13 15:51:47 -03:00
runtime.py Add daily-loop prepare and readiness checks 2026-03-13 21:17:59 -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 opinionated MCP modes for workspace workflows 2026-03-13 20:00:35 -03:00
vm_environments.py Add daily-loop prepare and readiness checks 2026-03-13 21:17:59 -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 daily-loop prepare and readiness checks 2026-03-13 21:17:59 -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 opinionated MCP modes for workspace workflows 2026-03-13 20:00:35 -03:00