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

Function resolveAutonomyRunsPath

src/utils/autonomyRuns.ts:175–179  ·  view source on GitHub ↗
(
  rootDir: string = getProjectRoot(),
)

Source from the content-addressed store, hash-verified

173}
174
175export function resolveAutonomyRunsPath(
176 rootDir: string = getProjectRoot(),
177): string {
178 return join(resolve(rootDir), AUTONOMY_RUNS_RELATIVE_PATH)
179}
180
181export async function listAutonomyRuns(
182 rootDir: string = getProjectRoot(),

Callers 3

listAutonomyRunsFunction · 0.85
writeAutonomyRunsFunction · 0.85

Calls 2

getProjectRootFunction · 0.85
resolveFunction · 0.70

Tested by

no test coverage detected