fix(bootstrap): unify npm-global PATH snippet into one shared file #130

Merged
clawdie merged 1 commit from fix/unify-npm-profile-snippet into main 2026-06-21 16:22:39 +02:00

1 commit

Author SHA1 Message Date
1081016991 fix(bootstrap): unify npm-global PATH snippet into one shared file
Some checks failed
CI / markdown (pull_request) Has been cancelled
CI / port (pull_request) Has been cancelled
CI / agent-jail-pkgs (pull_request) Has been cancelled
CI / rust (pull_request) Has been cancelled
Closes #122. Creates packaging/freebsd/clawdie-npm-profile.sh as
the single source for npm PATH + npm config. The agent-jail
bootstrap installs it with NPM_PREFIX baked in, replacing the
inline heredoc. The clawdie-iso build.sh installs the same file.

Before: two divergent heredocs, different filenames, different
prefixes. Now: one file, both environments, parameterized prefix.
2026-06-21 16:21:08 +02:00