rivet-dev / rivet-dev/dynamic-apps
@agentos-software/make: wasm command not built, blocks publish
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 51
- Avg merge
- 6m
- Merged PRs (30d)
- 13
Description
@agentos-software/make is unpublished — its wasm command isn't built, so registry/publish-software.sh skips it:
case "$n" in wget|duckdb|make|build-essential) ... make - wasm command not built
Problem: no make.wasm is produced for wasm32-wasip1, so the package has no dist to publish (versions: [] on npm).
Impact: agent-os packages/shell depended on @agentos-software/make; it was dropped from packages/shell to unblock agent-os CI. Re-add once the wasm build lands.
Done when: make builds to wasm32-wasip1, publish-software.sh no longer excludes it, the package publishes, and it's restored to agent-os packages/shell.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the wasm build for @agentos-software/make and trace why no wasm32-wasip1 output or dist is produced. Then inspect registry/publish-software.sh, remove the exclusion once the build works, and verify publishing and restoration in packages/shell as described in the done criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell, wasm
- Domain
- build-system, release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100