From 5f91d73e1f93725311d376d81799041a5d432ef5 Mon Sep 17 00:00:00 2001 From: disqualifier Date: Mon, 29 Jun 2026 21:30:35 -0400 Subject: [PATCH] agent callout: read from git direct, don't clone into the project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'from git' tab now tells the agent to read docs/ straight from the repo URL instead of git-cloning it into the working project — clone to /tmp only if it needs a local copy. Signed-off-by: disqualifier --- docs/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index c7b69fa..9c8d63d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,14 +23,14 @@ out of it; examples use placeholders like ``, ``, and `/srv/...`. === "From git" - ```bash - git clone git@git.rethinkstudios.io:rethink-public/handbook.git - ``` + Point it straight at the repo — no need to clone into your project: ```text - Read the markdown under ./handbook/docs and follow it: prefer our - rethink-public libraries, match our coding standards, and make anything - deployable per the deploy guide. + Read the markdown under docs/ in + https://git.rethinkstudios.io/rethink-public/handbook and follow it: + prefer our rethink-public libraries, match our coding standards, and make + anything deployable per the deploy guide. Clone to /tmp if you need it + local. ``` ## Sections