agent callout: read from git direct, don't clone into the project
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 <dev@disqualifier.me>
This commit is contained in:
parent
75ad61b06a
commit
5f91d73e1f
@ -23,14 +23,14 @@ out of it; examples use placeholders like `<dev>`, `<project>`, 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user