mm_resume
Resume a session on this machine: moves the transcript here and marks the originating session non-live (never duplicated). Records the resume in the Activity door.
At a Glance
Section titled “At a Glance”- Category: Handoff
- Source: Built-in
- Availability: Opt-in — set
MM_TOOL_GROUPS=handoff(always dispatchable by name) - Required parameters: 7
- Total parameters: 8
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
spec_name | string | No | Slug of the spec the resumed session is on |
from_session_id | string | Yes | The originating (live-elsewhere) session’s MM session id |
from_machine_id | string | Yes | The machine the session is being resumed FROM |
to_session_id | string | Yes | This machine’s new session id, which the transcript moves onto |
to_machine_id | string | Yes | This machine’s id |
owner | string | Yes | The person the session belongs to |
display_name | string | Yes | Display name, for the Activity event actor |
Example
Section titled “Example”{ "tool": "mm_resume", "arguments": { "project_path": "/Users/you/projects/my-app", "spec_name": "My Example", "from_session_id": "my-example", "from_machine_id": "my-example", "to_session_id": "my-example", "to_machine_id": "my-example", "owner": "example-owner", "display_name": "My Example" }}Related Tools
Section titled “Related Tools”mm_handoff- Hand off a spec to another agent in the same roster: transfers the claim, the…