fix: bug: architect-run.sh exits silently — runs git from baked /home/agent/disinto which is not a git repo (#569)
This commit is contained in:
parent
05954191ae
commit
c7168b58e5
5 changed files with 17 additions and 4 deletions
|
|
@ -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 ────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue