From c436541f5eecb24ae7b84459cefe0bca18c550c1 Mon Sep 17 00:00:00 2001 From: Fabro Date: Mon, 16 Mar 2026 05:38:05 +0000 Subject: [PATCH] fabro(01KKTJA35J1KATAXRHJFY50A2E): solve (success) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fabro-Run: 01KKTJA35J1KATAXRHJFY50A2E Fabro-Completed: 3 Fabro-Checkpoint: eda69f2fcb4a798129a65e1e331aa1bd9dffc237 ⚒️ Generated with [Fabro](https://fabro.sh) --- docs/execution/run-configuration.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/execution/run-configuration.mdx b/docs/execution/run-configuration.mdx index 27c330da9..82c947373 100644 --- a/docs/execution/run-configuration.mdx +++ b/docs/execution/run-configuration.mdx @@ -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. + +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 ` instead. + + ### `[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 -``` +``` \ No newline at end of file