PromptRunner.Workspace.LegacyStateImporter (PromptRunnerSDK v0.11.0)

Copy Markdown View Source

Imports trusted terminal completion records into an operator workspace.

Only the latest completed record for a prompt is carried forward. Failed, running, and otherwise non-terminal work remains eligible to run. The import is refused once the destination has progress or while a workspace run is active, and a digest-bearing receipt records exactly what was trusted.

Summary

Functions

import(manifest_path, packet_path, opts \\ [])

@spec import(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, term()}