Skip to content

Repo Sync Agent (tools-boot.md)

This page describes the minimal toolchain and boot checks for the connectsoft-repo-sync agent.

Required tools

  • Git for Windows (git --version)\n+- Node.js (OpenClaw requirement)\n+- OpenClaw CLI available on PATH (openclaw --version)

Required filesystem layout

  • C:\\OpenClaw\\workspaces\\connectsoft\\repos\\\n+- C:\\OpenClaw\\workspaces\\connectsoft\\runs\\\n+- C:\\OpenClaw\\workspaces\\connectsoft\\repos-allowlist.json

Bootstrap checks (copy/paste)

git --version
node --version
openclaw --version
openclaw gateway status

Azure DevOps auth (git)

Supported patterns:

  • HTTPS + PAT stored in Windows Credential Manager\n+- SSH keys (if enabled in your ADO org)

Warning

Do not store PATs in prompts, agent memory, or checked-in scripts.