@agentos-software/wget is unpublished — its wasm build fails, so registry/publish-software.sh skips it:
case "$n" in wget|duckdb|make|build-essential) ... wget - build bug (duplicate getsockname/getpeername vs patched sysroot)
Problem: duplicate getsockname/getpeername symbols conflict with the patched WASI sysroot when building wget for wasm32-wasip1 (versions: [] on npm).
Impact: agent-os packages/shell depended on @agentos-software/wget; it was dropped from packages/shell to unblock agent-os CI. Re-add once the wasm build lands.
Done when: the symbol conflict is resolved, wget 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/wgetis unpublished — its wasm build fails, soregistry/publish-software.shskips it:Problem: duplicate
getsockname/getpeernamesymbols conflict with the patched WASI sysroot when building wget for wasm32-wasip1 (versions: []on npm).Impact:
agent-ospackages/shelldepended on@agentos-software/wget; it was dropped frompackages/shellto unblock agent-os CI. Re-add once the wasm build lands.Done when: the symbol conflict is resolved, wget builds to wasm32-wasip1,
publish-software.shno longer excludes it, the package publishes, and it's restored to agent-ospackages/shell.