orcho-mcp 0.7.0
Added
orcho_workspace_cleanup_reportpreviews what a workspace cleanup would
reclaim — separating reclaimable checkouts from work the engine protects as
still-at-risk and from inert references with nothing left to remove — and
changes nothing on disk.orcho_workspace_cleanup_reclaimperforms the removal, but only against a
selection an operator confirmed: it requires theconfirm_tokenminted by a
preceding report and re-derives that token from the live workspace, so a
token that was never issued or whose selection has since changed is refused
with nothing removed. The two halves are separate tools so allowlisting the
preview does not allowlist the removal.
Changed
- A stopped delivery or correction gate is published as context rather than a
decision surface: it keeps its explanation but offers no actions, no default,
and no readyorcho_delivery_decidecall until the run is resumed. - Requires
orcho-core>=0.7.0,<0.8and reads the core 0.7 workspace-cleanup
and delivery-decidability contracts.
PyPI: https://pypi.org/project/orcho-mcp/0.7.0/
Install: pip install orcho-mcp==0.7.0