gitevolved docs

AI-agent setup

Let Claude Code, Codex, Gemini, or any coding agent install and use gitevolved for you.

gitevolved is built for the AI-agent era, so the easiest install is to let your agent do it. Every agent reads the repo's AGENTS.md, which is a deterministic recipe.

The universal prompt

Install gitevolved from github.com/do-awesome-ai/gitevolved,
then make sure `git clone dosource://cloud/<repo>` works.

Works with Claude Code, Codex, Gemini CLI, Aider, Cursor, and any agent that can run shell commands. The agent checks for Go, runs go install (or downloads the prebuilt binary if Go is absent), puts the tools on your PATH, and verifies.

If you want to be explicit

Run these and confirm `git-remote-dosource --version` prints a version:
  go install github.com/do-awesome-ai/gitevolved/cmd/git-remote-dosource@latest
  go install github.com/do-awesome-ai/gitevolved/cmd/gitevolved@latest
  go install github.com/do-awesome-ai/gitevolved/cmd/dosourced@latest
Ensure $(go env GOPATH)/bin is on my PATH. Do not rename git-remote-dosource.

Giving the agent cloud access

For dosource://cloud/... repos the agent needs your doSource API key. Give it the key to set DOSOURCE_API_KEY; never ask it to invent one. Local-only usage needs no key.

There is also an llms.txt at the repo root — a short, machine-readable summary an agent can read to understand what gitevolved is and how to install it.