IQ.Pilot Release Commit @ 98a2c61

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-19 14:10:31 -05:00
parent dca8172e55
commit 7e3d70380a
55 changed files with 699 additions and 114 deletions

View File

@@ -167,11 +167,11 @@ function launch {
fi
fi
# Python env + proprietary runtime sync. Lives in scripts/iqpilot/env_sync.sh so updated.py
# Python env + proprietary runtime sync. Lives in artifacts/runtime/env_sync.sh so updated.py
# can run the identical steps at update-apply time (offroad, stack idle); by the
# time this runs at boot it is normally a warm no-op. Real work still lands here
# for local dev edits or a failed apply-time prep, under the boot spinner as before.
source "$DIR/scripts/iqpilot/env_sync.sh"
source "$DIR/artifacts/runtime/env_sync.sh"
sync_python_env || return 1
export PATH="$DIR/.venv/bin:$PATH"