Pin Pi CLI 0.78.0 + fix detached worktree AI source paths (Sam & Codex) #33
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/pi-0.78.0-pin"
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?
Two fixes for the next ISO build:
Pin Pi CLI to 0.78.0 — narrow version pin in npm-globals.txt so the ISO ships a known-good Pi release.
Fix detached worktree paths —
build.shhardcoded../clawdie-aiand../colibrifor source snapshots and skill import. When building from a detached worktree (e.g.tmp/build-main), those relative paths resolve totmp/clawdie-aiwhich doesn not exist. Addedresolve_clawdie_ai_repo()(mirrors existingresolve_colibri_paths()) and calls both resolvers before seeding/home/clawdie/ai/snapshots and importing clawdie-ai skills.Both fixes use the same
CLAWDIE_AI_REPO/COLIBRI_REPOenv-var-override pattern already established in the codebase.