mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-28 03:39:56 -04:00
052d02ba16
The assistant panel is the first screen of a flow and had no coverage at all: the four mutations behind it (create, call, stop, delete) could each have been unwired without a single test noticing — the create path in fact was, and the fix that went in ahead of this commit is what these tests now hold in place. Each test pins the variables its mutation puts on the wire and the state the panel lands in afterwards, driving the picker the way an operator does. The picker's trigger also gains an accessible name; it previously announced itself as its provider icon and index, which named neither the control nor its purpose. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>