Commit graph

5 commits

Author SHA1 Message Date
Breadway
a4ea036a7c fix: force index refresh on install, fetch once for multi-package installs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 15:23:54 +08:00
Breadway
a9175aa4ef feat: add --version flag to bakery CLI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 15:13:34 +08:00
Breadway
b97882e715 feat: multi-package install and bakery update all
Some checks failed
release / build (push) Failing after 32s
- bakery install now accepts one or more package names
- bakery update all treated as update-everything (same as bare update)
- bump version to 0.2.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 14:51:20 +08:00
Breadway
13b7ce9a19 fix: strip arch suffix on install, fix doubled org in github_url
- bakery: strip -x86_64 / -aarch64 / -arm64 / -armv7 suffix when placing
  binary so `breadcrumbs-x86_64` installs as `breadcrumbs`
- gen-index.sh: GH_BASE was "github.com/Breadway" but repo slugs already
  include the org, producing doubled paths; change to "github.com"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 08:53:39 +08:00
Breadway
6c5536733f Init commit 2026-06-06 13:26:48 +08:00