MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / resolveAutonomyFlowsPath

Function resolveAutonomyFlowsPath

src/utils/autonomyFlows.ts:381–385  ·  view source on GitHub ↗
(
  rootDir: string = getProjectRoot(),
)

Source from the content-addressed store, hash-verified

379}
380
381export function resolveAutonomyFlowsPath(
382 rootDir: string = getProjectRoot(),
383): string {
384 return join(resolve(rootDir), AUTONOMY_FLOWS_RELATIVE_PATH)
385}
386
387export async function listAutonomyFlows(
388 rootDir: string = getProjectRoot(),

Callers 3

listAutonomyFlowsFunction · 0.85
writeAutonomyFlowsFunction · 0.85

Calls 2

getProjectRootFunction · 0.85
resolveFunction · 0.70

Tested by

no test coverage detected