MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / recoverManagedAutonomyFlowPrompt

Function recoverManagedAutonomyFlowPrompt

src/utils/autonomyRuns.ts:831–839  ·  view source on GitHub ↗
(params: {
  flowId: string
  rootDir?: string
  currentDir?: string
  priority?: 'now' | 'next' | 'later'
  workload?: string
})

Source from the content-addressed store, hash-verified

829}
830
831export async function recoverManagedAutonomyFlowPrompt(params: {
832 flowId: string
833 rootDir?: string
834 currentDir?: string
835 priority?: 'now' | 'next' | 'later'
836 workload?: string
837}): Promise<QueuedCommand | null> {
838 return createOrRecoverManagedFlowStepCommand(params)
839}
840
841export async function resumeManagedAutonomyFlowPrompt(params: {
842 flowId: string

Callers 2

Tested by

no test coverage detected