fix(build): resolve shared npm snippet via COLIBRI_REPO + preflight it #93
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "harden-shared-npm-snippet"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hardens the ISO side of colibri#122 (delivered by #92).
Two gaps in #92:
clawdie-npm-profile.shfrom a hardcoded${SCRIPT_DIR}/../colibri, but every other colibri consumer inbuild.shresolves throughresolve_colibri_paths(default/home/clawdie/ai/colibri, honoringCOLIBRI_REPO). The hardcoded path diverged from the real build-host layout and silently ignoredCOLIBRI_REPOoverrides.catfail silently, producing a half-writtenclawdie-npm.sh(only theNPM_PREFIXline) and letting the build continue.This PR: resolves the snippet via
resolve_colibri_pathsand preflights it with a clear error pointing atCOLIBRI_REPO— matchingpreflight_colibri_artifacts.Verified
sh -nandbash -nclean.🤖 Generated with Claude Code