fix: bug: architect-run.sh exits silently — runs git from baked /home/agent/disinto which is not a git repo (#569)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
Claude 2026-04-10 12:26:31 +00:00
parent 05954191ae
commit c7168b58e5
5 changed files with 17 additions and 4 deletions

View file

@ -63,6 +63,9 @@ memory_guard 2000
log "--- Predictor run start ---"
# ── Resolve forge remote for git operations ─────────────────────────────
# Run git operations from the project checkout, not the baked code dir
cd "$PROJECT_REPO_ROOT"
resolve_forge_remote
# ── Resolve agent identity for .profile repo ────────────────────────────