cloneRepo
cloneRepo(
repoUrl,destPath):Result<void>
Defined in: packages/agentic-control/src/github/client.ts:712
Clone a repository with appropriate token. Uses spawnSync for safe command execution (no shell injection).
Parameters
Section titled “Parameters”repoUrl
Section titled “repoUrl”string
destPath
Section titled “destPath”string
Returns
Section titled “Returns”Result<void>