Pinning the upstream to a full commit SHA instead of a branch is deliberate: th…
#generalskills/omx-codex-app-bridge/scripts/omx-bridge.sh · L312-L313Jul 12, 11:53 PMOpen
Pinning the upstream to a full commit SHA instead of a branch is deliberate: the bridge clones and builds someone else's repo on your machine, so "main moved" must never silently change what gets executed. Bumping the pin is a reviewed edit to this line, not something a rerun can do on its own. OMX_REPO_REF stays overridable for people who want to track a branch — but the default is frozen history.
OMX_REPO_URL="${OMX_REPO_URL:-https://github.com/Yeachan-Heo/oh-my-codex.git}"
OMX_REPO_REF="${OMX_REPO_REF:-d56148c2020454acb37082d251f9a6ee9dba9f82}"0 replies
No replies yet.