The spec (docs/superpowers/specs/2026-05-26-freecad-first-pivot-design.md) describes set_buttons / set_status IPC commands, but the daemon ships lcd_clear / lcd_display_image / lcd_display_svg instead, and SVG rendering currently lives in the addon rather than the daemon.
We should either update the spec to match the as-built protocol, or move SVG rendering into the daemon to match the spec.
See #2.
The spec (
docs/superpowers/specs/2026-05-26-freecad-first-pivot-design.md) describesset_buttons/set_statusIPC commands, but the daemon shipslcd_clear/lcd_display_image/lcd_display_svginstead, and SVG rendering currently lives in the addon rather than the daemon.We should either update the spec to match the as-built protocol, or move SVG rendering into the daemon to match the spec.
See #2.