clawdie-iso/packages
Sam & Claude adb8cd1725 fix: atomic write of provider.env in enable-mother
Step 4 of clawdie-enable-mother.sh rewrote provider.env in place with
`cat "$tmp" >"$f"`, which truncates the live secrets file before
streaming the new content. A crash, signal, disk-full, or concurrent
read during that window leaves provider.env empty or partial — and the
colibri_daemon prestart sources it for the provider key + BW_* creds.

Switch to the write-temp-then-rename pattern already used for
external-mcp.json in step 3: mktemp in provider.env's own directory (so
the rename stays on one filesystem and is atomic), chmod 0600 before the
swap, then mv. A reader now always sees a complete file, old or new.

Also add jq to the disk-install extras so disk-deployed hosts can run
the script post-deploy (step 3 hard-requires jq; the live image already
ships it).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 14:02:46 +02:00
..
.gitkeep feat: initial clawdie-iso skeleton 2026-06-04 20:04:21 +02:00
npm-globals.txt build: track Pi @latest, record resolved version in build-manifest 2026-06-24 01:59:29 +02:00
pkg-list-desktop-base.txt Merge xfce-operator-usb: Track F Colibri, DeepSeek smoke, LLM provider harness 2026-06-04 20:04:23 +02:00
pkg-list-disk-install-extras.txt fix: atomic write of provider.env in enable-mother 2026-06-25 14:02:46 +02:00
pkg-list-host.txt feat(pkg): FreeBSD hermes runtime baseline — ffmpeg, py311-pillow, python311 2026-06-21 10:26:30 +02:00
pkg-list-jails.txt fix(packages): keep agent jail drift gate parseable (Sam & Pi) 2026-06-21 20:38:33 +02:00
pkg-list-live-operator.txt feat(packages): add jq for the MCP tool path (live image + jails) 2026-06-21 19:25:08 +02:00
pkg-list-nvidia-390.txt packages: Add pkg-list-nvidia-{590,470,390}.txt 2026-06-04 20:04:21 +02:00
pkg-list-nvidia-470.txt packages: Add pkg-list-nvidia-{590,470,390}.txt 2026-06-04 20:04:21 +02:00
pkg-list-nvidia-590.txt Boot live installer session and narrow install-time contract (Sam & Codex) 2026-06-04 20:04:22 +02:00
pkg-list-nvidia-all.txt Merge xfce-operator-usb: Track F Colibri, DeepSeek smoke, LLM provider harness 2026-06-04 20:04:23 +02:00
pkg-list-nvidia.txt feat: CI/CD pipeline, package lists, offline pkg-cache seeding 2026-06-04 20:04:21 +02:00
pkg-list-xfce-theming.txt Merge xfce-operator-usb: Track F Colibri, DeepSeek smoke, LLM provider harness 2026-06-04 20:04:23 +02:00
pkg-list-xfce.txt feat(visuals): panel indicator + identity wallpaper + join-hive launcher 2026-06-20 10:59:07 +02:00