bread-ecosystem/registry/bread-ecosystem.toml
Breadway f7957301d5
Some checks failed
release / build (push) Failing after 36s
feat: register bakery as an installable package, bump to 0.2.1
bakery can now update itself via `bakery update all`

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 14:58:09 +08:00

38 lines
1 KiB
TOML

# Human-authored product registry.
# gen-index.sh reads this + each product's bakery.toml to produce index.json.
[ecosystem]
name = "bread"
description = "Reactive desktop automation ecosystem for Arch Linux / Hyprland"
homepage = "https://breadway.dev"
dl_base = "https://dl.breadway.dev"
[[products]]
name = "bakery"
repo = "Breadway/bread-ecosystem"
description = "Bread ecosystem package manager"
[[products]]
name = "bread"
repo = "Breadway/bread"
description = "Reactive automation daemon and CLI for Linux desktops"
[[products]]
name = "breadbar"
repo = "Breadway/breadbar"
description = "Minimal status bar and notification daemon for Hyprland"
[[products]]
name = "breadbox"
repo = "Breadway/breadbox"
description = "App launcher for Hyprland / Wayland"
[[products]]
name = "breadcrumbs"
repo = "Breadway/breadcrumbs"
description = "Profile-aware Wi-Fi state machine with Tailscale integration"
[[products]]
name = "breadpad"
repo = "Breadway/breadpad"
description = "Quick-capture scratchpad and note viewer with AI classification"