Commit graph

13 commits

Author SHA1 Message Date
Breadway
39aa8ccf2a docs: fix product descriptions and system deps in README
- breadbox: was 'cloud sync daemon + file browser'; it's actually a GTK4
  fuzzy app launcher; breadbox-sync resolves icons, not cloud data
- breadcrumbs: was 'network information CLI'; it's a profile-aware Wi-Fi
  state machine with Tailscale integration and a watch daemon
- breadpad: was 'scratchpad / quick-note app'; call out AI classification,
  reminders, recurrence, and the breadman viewer
- system deps: add gtk4-layer-shell for breadbox and breadpad (both use
  layer-shell windows); drop spurious 'dbus' from breadbox
2026-06-07 09:28:39 +08:00
Breadway
aad110b625 fix: use relative symlink for latest to work inside Docker containers 2026-06-07 08:59:06 +08:00
Breadway
bb1671cada 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"
2026-06-07 08:53:39 +08:00
Breadway
165e797cec docs: expand README with install, usage, and pipeline overview 2026-06-07 00:17:27 +08:00
Breadway
e4e499bc9c fix: add contents: write permission for GitHub Release creation
Some checks failed
release / build (push) Failing after 6s
2026-06-07 00:00:43 +08:00
Breadway
8c8d44ba52 fix: create GitHub Release before uploading artifacts 2026-06-06 23:52:29 +08:00
Breadway
fad23d3797 fix: skip non-binary files in binary loop; don't capture stderr into pkg 2026-06-06 23:43:02 +08:00
Breadway
57ddbab262 Fix release pipeline: bakery.toml discovery and ECOSYSTEM_DIR on hestia
- Add bakery.toml describing the bakery binary as an installable product
- gen-index.sh: check DL_DIR/<pkg>/bakery.toml first (written by each
  product's release workflow), fall back to sibling checkout for local dev
- gen-index.sh: include bakery itself in the products list
- release.yml: use GITHUB_WORKSPACE instead of ECOSYSTEM_DIR (the
  bread-ecosystem runner IS the checkout, no separate clone needed)
- release.yml: copy bakery.toml to DL_DIR during artifact prep
2026-06-06 22:30:29 +08:00
Breadway
257619447a Merge pull request #1 from Breadway/copilot/create-readme-md
Add workspace README.md
2026-06-06 14:02:49 +08:00
copilot-swe-agent[bot]
68c00a5e49 Capitalize ecosystem references in README.md 2026-06-06 05:52:01 +00:00
copilot-swe-agent[bot]
fa3921d06c Fix naming consistency in README.md 2026-06-06 05:51:41 +00:00
copilot-swe-agent[bot]
d85233a388 Add README.md 2026-06-06 05:50:18 +00:00
Breadway
6c5536733f Init commit 2026-06-06 13:26:48 +08:00