Skip to content

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).

string

string

Result<void>