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`.
This commit is contained in:
parent
d0cf6d8f21
commit
663241d5d2
26 changed files with 1592 additions and 199 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -2,6 +2,17 @@
|
|||
|
||||
All notable user-visible changes to `pyro-mcp` are documented here.
|
||||
|
||||
## 4.5.0
|
||||
|
||||
- Added `pyro prepare` as the machine-level warmup path for the daily local
|
||||
loop, with cached reuse when the runtime, catalog, and environment state are
|
||||
already warm.
|
||||
- Extended `pyro doctor` with daily-loop readiness output so users can see
|
||||
whether the machine is cold, warm, or stale for `debian:12` before they
|
||||
reconnect a chat host.
|
||||
- Added `make smoke-daily-loop` to prove the warmed repro/fix/reset path end
|
||||
to end on a real guest-backed machine.
|
||||
|
||||
## 4.4.0
|
||||
|
||||
- Added explicit named MCP/server modes for the main workspace workflows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue