A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install jesseduffield-lazydocker --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/jesseduffield/lazydocker/HEAD/CLAUDE.md# CLAUDE.md ## Build & test - All Go commands need `GOFLAGS=-mod=vendor` (deps are vendored, including the `jesseduffield/gocui` fork and the Docker SDK). - Unit tests: `GOFLAGS=-mod=vendor go test ./...`