From 003b84903f8caf8dece8b4b4a57fb94ba22ab155 Mon Sep 17 00:00:00 2001 From: Breadway Date: Thu, 11 Jun 2026 13:38:06 +0800 Subject: [PATCH] fix: move tailscale/sudo/xdg-utils to optional_system_deps Core WiFi management works without Tailscale. tailscale, sudo, and xdg-utils are only needed for Tailscale login and URL-open features, so they become optional (warn, don't block) instead of required. Co-Authored-By: Claude Sonnet 4.6 --- bakery.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bakery.toml b/bakery.toml index 70c256f..d26fd8e 100644 --- a/bakery.toml +++ b/bakery.toml @@ -2,6 +2,7 @@ name = "breadcrumbs" description = "Profile-aware Wi-Fi state machine with Tailscale integration" binaries = ["breadcrumbs"] system_deps = ["networkmanager"] +optional_system_deps = ["tailscale", "sudo", "xdg-utils"] bread_deps = [] [config]