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

Function autonomyStatusHandler

src/cli/handlers/autonomy.ts:74–78  ·  view source on GitHub ↗
(options?: {
  deep?: boolean
})

Source from the content-addressed store, hash-verified

72}
73
74export async function autonomyStatusHandler(options?: {
75 deep?: boolean
76}): Promise<void> {
77 process.stdout.write(`${await getAutonomyStatusText(options)}\n`)
78}
79
80export async function getAutonomyRunsText(
81 limit?: string | number,

Callers 1

runFunction · 0.85

Calls 2

getAutonomyStatusTextFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected