nix-openclaw/scripts
joshp123 3abd2d14cb feat: bundle QMD for opt-in local memory
Make QMD the Nix-supported batteries-included local memory backend by pinning the upstream QMD flake and adding qmd to the private openclaw wrapper PATH.

Keep QMD opt-in through upstream OpenClaw config with memory.backend = qmd, and document that builtin memorySearch.provider = local remains an escape hatch rather than the primary supported Nix path.

Also point nix run .#openclaw at the batteries-included bundle so app execution gets the same internal runtime PATH as the package.

Tests: sh -n nix/scripts/check-openclaw-qmd-runtime.sh; scripts/check-flake-lock-owners.sh; git diff --check; nix flake show --accept-flake-config --json; nix build .#checks.aarch64-darwin.qmd-runtime .#checks.aarch64-darwin.bin-surface .#packages.aarch64-darwin.openclaw --accept-flake-config --no-link --print-out-paths; nix build .#checks.x86_64-linux.qmd-runtime --accept-flake-config --no-link --print-out-paths; nix build .#checks.aarch64-darwin.ci --accept-flake-config --no-link --print-out-paths; nix build .#packages.x86_64-linux.openclaw .#checks.x86_64-linux.bin-surface --accept-flake-config --no-link --print-out-paths; scripts/hm-activation-macos.sh; nix build .#checks.x86_64-linux.gateway-smoke --accept-flake-config --no-link --print-out-paths; nix run .#openclaw --accept-flake-config -- --version; bash -n scripts/update-pins.sh; node --check scripts/select-openclaw-release.mjs; node --check scripts/select-openclaw-release.test.mjs; node scripts/select-openclaw-release.test.mjs
2026-05-05 20:24:25 +02:00
..
allowed-flake-lock-owners.txt feat: bundle QMD for opt-in local memory 2026-05-05 20:24:25 +02:00
check-flake-lock-owners.sh 🤖 add flake.lock owner allowlist 2026-01-28 16:09:54 +01:00
hm-activation-macos.sh test: cover OpenClaw plugin surface 2026-05-05 09:29:34 +02:00
select-openclaw-release.mjs fix: decouple source and mac app release pins 2026-05-05 18:22:33 +02:00
select-openclaw-release.test.mjs fix: decouple source and mac app release pins 2026-05-05 18:22:33 +02:00
update-pins.sh fix: decouple source and mac app release pins 2026-05-05 18:22:33 +02:00