From 98812af020c434a00240b9c37e9e5fca83bdb69c Mon Sep 17 00:00:00 2001 From: Breadway Date: Fri, 17 Jul 2026 14:06:25 +0800 Subject: [PATCH] Register bos-settings as a bakery-channel product bos-settings has carried a bakery.toml since it was split out (per bos/DESIGN.md: "bos-settings gets a bakery.toml and is added to the bread-ecosystem registry"), but the registry-side half of that was never done, so gen-index.sh has never actually picked it up. Paired with the release.yml added in bos-settings-fix-worktree tonight. --- registry/bread-ecosystem.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/registry/bread-ecosystem.toml b/registry/bread-ecosystem.toml index 43abdc5..4620361 100644 --- a/registry/bread-ecosystem.toml +++ b/registry/bread-ecosystem.toml @@ -66,3 +66,8 @@ description = "Wayland clipboard history manager for Hyprland" name = "breadshot" repo = "Breadway/breadshot" description = "Screenshot utility for the bread ecosystem" + +[[products]] +name = "bos-settings" +repo = "Breadway/bos-settings" +description = "System settings app for Bread OS"