2026-05-24 20:12:27 +02:00
|
|
|
# Bundled npm global CLIs for offline firstboot/live operator use.
|
2026-06-24 01:59:29 +02:00
|
|
|
# Pin exact versions to prevent build-to-build drift — EXCEPT where a line uses
|
|
|
|
|
# a dist-tag (e.g. @latest) on purpose.
|
2026-05-24 20:12:27 +02:00
|
|
|
#
|
2026-06-24 01:59:29 +02:00
|
|
|
# Pi tracks `@latest` deliberately: each image ships the newest Pi. The version
|
|
|
|
|
# that actually got resolved at fetch time is recorded in build-manifest.json
|
|
|
|
|
# (`pi_version`), so the artifact stays traceable even though the spec floats.
|
|
|
|
|
# Pin a concrete version here instead if a build must be reproducible
|
|
|
|
|
# byte-for-byte.
|
2026-05-24 20:12:27 +02:00
|
|
|
|
2026-06-24 01:59:29 +02:00
|
|
|
@earendil-works/pi-coding-agent@latest
|
2026-06-16 08:46:01 +02:00
|
|
|
|
|
|
|
|
# Bitwarden CLI (`bw`) — headless access to the Clawdie Vaultwarden instance,
|
|
|
|
|
# used by clawdie-vault-fetch. Bundled offline so a booted image can pull agent
|
|
|
|
|
# secrets without a network npm install. See clawdie-ai/docs/VAULTWARDEN-SETUP.md.
|
|
|
|
|
@bitwarden/cli@2026.5.0
|