Skip to content

Switch fleet builds to bun for all repos#6

Draft
pranavpatilsce wants to merge 3 commits intomainfrom
bun-migration
Draft

Switch fleet builds to bun for all repos#6
pranavpatilsce wants to merge 3 commits intomainfrom
bun-migration

Conversation

@pranavpatilsce
Copy link
Copy Markdown
Contributor

Summary

  • Replace npm install / npm run build with bun install / bun run build for punkin-pi and pi-vers in both root and golden image build scripts (src/boot.js)
  • Update tests and README to match
  • All three repos (punkin-pi, pi-vers, reef) now consistently use bun in fleet builds

Test plan

  • All 7 vers-fleets tests pass
  • bun install and bun run build verified on both punkin-pi and pi-vers

All three repos (punkin-pi, pi-vers, reef) now use bun for install
and build in both root and golden image scripts.
- Revert punkin-pi and pi-vers builds from bun install/run back to
  npm install/run — bun doesn't resolve smol-toml dependency correctly
  during punkin's generate-models build step
- Add 'signals' service to defaultSharedOperationalDna() — required for
  reef v2 bidirectional signal/command system
- Add claude/ to .gitignore
- Update test assertions to match npm install
@pranavpatilsce pranavpatilsce marked this pull request as draft March 26, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant