Skip to content
K

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.

  • Category: Handoff
  • Source: Built-in
  • Availability: Opt-in — set MM_TOOL_GROUPS=handoff (always dispatchable by name)
  • Required parameters: 7
  • Total parameters: 8
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
spec_namestringNoSlug of the spec the resumed session is on
from_session_idstringYesThe originating (live-elsewhere) session’s MM session id
from_machine_idstringYesThe machine the session is being resumed FROM
to_session_idstringYesThis machine’s new session id, which the transcript moves onto
to_machine_idstringYesThis machine’s id
ownerstringYesThe person the session belongs to
display_namestringYesDisplay name, for the Activity event actor
{
"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"
}
}
  • mm_handoff - Hand off a spec to another agent in the same roster: transfers the claim, the…