# Per-user npm prefix.
#
# Build-time `npm install -g` (Dockerfile stage 3g) runs as root and uses
# npm's default prefix at /opt/node — that's where the bundled agent CLIs
# (pi, openclaw, gemini, etc.) and LSPs live.
#
# At runtime the aetherion user can't write to /opt/node, so this file
# redirects user-scoped global installs (e.g. pi's `npm install -g
# @ollama/pi-web-search` from `ollama launch pi`) to $HOME/.npm-global.
# That path is preserved across container sessions via AGENT_PATHS, so
# runtime-installed packages don't re-download on every container start.
prefix=${HOME}/.npm-global
fund=false
audit=false
