@agentos-software/duckdb is unpublished — it has no wasm build, so it's skipped by registry/publish-software.sh:
case "$n" in wget|duckdb|make|build-essential) ... duckdb - skipped (heavy CMake->wasm build)
Problem: duckdb needs a heavy CMake→wasm32-wasip1 build that isn't wired up, so no .wasm is produced and the package has no dist/index.js to publish (versions: [] on npm).
Impact: agent-os packages/shell depended on @agentos-software/duckdb; since it can't resolve, it was dropped from packages/shell to unblock agent-os CI. Re-add once the wasm build lands.
Done when: duckdb builds to wasm32-wasip1, publish-software.sh no longer excludes it, the package publishes, and it's restored to agent-os packages/shell.
@agentos-software/duckdbis unpublished — it has no wasm build, so it's skipped byregistry/publish-software.sh:Problem: duckdb needs a heavy CMake→wasm32-wasip1 build that isn't wired up, so no
.wasmis produced and the package has nodist/index.jsto publish (versions: []on npm).Impact:
agent-ospackages/shelldepended on@agentos-software/duckdb; since it can't resolve, it was dropped frompackages/shellto unblock agent-os CI. Re-add once the wasm build lands.Done when: duckdb builds to wasm32-wasip1,
publish-software.shno longer excludes it, the package publishes, and it's restored to agent-ospackages/shell.