Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openbootdotdev/openboot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.61.0
Choose a base ref
...
head repository: openbootdotdev/openboot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.62.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 3, 2026

  1. Configuration menu
    Copy the full SHA
    0ce8d56 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2026

  1. feat(snapshot): scan bun global packages (#128)

    Add a new capture step "Bun Global Packages" that runs `bun pm ls -g`
    and records installed bun globals in PackageSnapshot.Bun. The parser
    strips tree-drawing characters and ignores the path header line; bun
    itself and duplicates are filtered out.
    
    PackageSnapshot.UnmarshalJSON handles bun across all three accepted
    JSON shapes (structured object, rich object array, typed array), so
    snapshots produced or consumed by other tools round-trip cleanly.
    
    The server side (openbootdotdev/openboot.dev#14) accepts the new
    `packages.bun` field and buckets bun globals into the existing npm
    slot so the alias install endpoint installs them via `npm install -g`
    from the same registry — no downstream changes required yet.
    fullstackjam authored Jun 6, 2026
    Configuration menu
    Copy the full SHA
    7ee22ed View commit details
    Browse the repository at this point in the history
Loading