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"
|
=== "From git"
|
||||||
|
|
||||||
```bash
|
Point it straight at the repo — no need to clone into your project:
|
||||||
git clone git@git.rethinkstudios.io:rethink-public/handbook.git
|
|
||||||
```
|
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Read the markdown under ./handbook/docs and follow it: prefer our
|
Read the markdown under docs/ in
|
||||||
rethink-public libraries, match our coding standards, and make anything
|
https://git.rethinkstudios.io/rethink-public/handbook and follow it:
|
||||||
deployable per the deploy guide.
|
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
|
## Sections
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user