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

Function autonomyFlowHandler

src/cli/handlers/autonomy.ts:121–123  ·  view source on GitHub ↗
(flowId: string)

Source from the content-addressed store, hash-verified

119}
120
121export async function autonomyFlowHandler(flowId: string): Promise<void> {
122 process.stdout.write(`${await getAutonomyFlowText(flowId)}\n`)
123}
124
125export async function cancelAutonomyFlowText(
126 flowId: string,

Callers 1

runFunction · 0.85

Calls 2

getAutonomyFlowTextFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected