mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
fabro(01KKTJA35J1KATAXRHJFY50A2E): solve (success)
Fabro-Run: 01KKTJA35J1KATAXRHJFY50A2E
Fabro-Completed: 3
Fabro-Checkpoint: eda69f2fcb
⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
parent
d0440672ae
commit
c436541f5e
1 changed files with 5 additions and 1 deletions
|
|
@ -141,6 +141,10 @@ timeout_ms = 60000
|
|||
|
||||
Each command must exit with status 0. If any command fails or times out, the run aborts before the workflow starts.
|
||||
|
||||
<Note>
|
||||
When cloning repositories, always clone into a named subdirectory rather than the current directory (`.`). The current working directory may already contain files, causing `git clone` to fail with "destination path already exists and is not an empty directory". Use `git clone <url> <dirname>` instead.
|
||||
</Note>
|
||||
|
||||
### `[sandbox]`
|
||||
|
||||
Configure how agent tools (bash, file edits) are executed.
|
||||
|
|
@ -488,4 +492,4 @@ Use `--preflight` to validate a run config without executing it:
|
|||
|
||||
```bash
|
||||
fabro run run.toml --preflight
|
||||
```
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue