From 027a56cf98a4570e6b91189da1d560a970469ef8 Mon Sep 17 00:00:00 2001 From: jwbron <8340608+jwbron@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:02:03 +0000 Subject: [PATCH] docs: Update quickstart for multi-repo support [doc-updater] Update troubleshooting guidance to reflect that the orchestrator now supports parent directories containing multiple repos, not just single git repositories. This was changed in commit 7409c68 which implemented per-repo volume mounts and added _resolve_pipeline() and _collect_all_pipelines() functions. Authored-by: egg --- docs/guides/local-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/local-quickstart.md b/docs/guides/local-quickstart.md index ebbc35ecea..c5107d827f 100644 --- a/docs/guides/local-quickstart.md +++ b/docs/guides/local-quickstart.md @@ -184,4 +184,4 @@ egg --exec "make test" # run a command in an ephemeral container **Token refresher warnings**: If you see "No valid token available from token refresher", this means no GitHub App is configured. This is expected in PAT-only mode — ensure `auth_mode: user` is set for your repos so the gateway uses your PAT. -**Orchestrator git errors**: The orchestrator stores pipeline state in git. Ensure `EGG_REPO_PATH` resolves to actual git repositories (not just a parent directory containing repos). +**Orchestrator git errors**: The orchestrator stores pipeline state in git. `EGG_REPO_PATH` can be either a single git repository or a parent directory containing multiple repositories (the orchestrator will scan subdirectories automatically).