## Description Wizard step for selecting systemd-sysext images from the official Flatcar Bakery. ## Acceptance Criteria - [ ] HTTP client fetches extension catalog from official Bakery URL - [ ] Parse available sysext packages (name, description, supported versions) - [ ] Multi-select checklist UI (charm.sh/huh or custom Bubble Tea list) - [ ] Popular options highlighted: tailscale, k3s, docker-compose, zfs - [ ] Version pinning toggle: track latest OR pin to installed Flatcar version - [ ] Support for Flatcar release channels (stable, LTS) - [ ] Store selections in wizard state for Ignition generation - [ ] Graceful handling of catalog fetch failures (timeout, no connectivity) ## Notes `internal/bakery` handles the HTTP/JSON work. Selections are translated to Ignition config by `internal/ignition`.
Description
Wizard step for selecting systemd-sysext images from the official Flatcar Bakery.
Acceptance Criteria
Notes
internal/bakeryhandles the HTTP/JSON work. Selections are translated to Ignition config byinternal/ignition.