This seems much better to me (despite, for now, dropping the views package).
There are multiple ways to decide on this sort of thing, and many ways to get lost in the abstract what-if-edgecase sauce, but I find that the editor should allow inspecting it sufficiently to build a UI from it, rather than giving the editor all the necessities to build its own UI.
Especially if we ever support something other than TUI, I think it'll be much less weird this way, imagine having to implement for each UI paradigm in every control-logic component...
This seems much better to me (despite, for now, dropping the views package). There are multiple ways to decide on this sort of thing, and many ways to get lost in the abstract what-if-edgecase sauce, but I find that the editor should allow inspecting it sufficiently to build a UI from it, rather than giving the editor all the necessities to build its own UI. Especially if we ever support something other than TUI, I think it'll be much less weird this way, imagine having to implement for each UI paradigm in every control-logic component...