You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn canvas pages into a decision surface. The agent declares a decision
with canvas_decision_open; the operator answers in the browser via
activated <choice>/<approve> controls; the answer flows back into the
live session through canvas_decision_await, a bounded long-poll with an
event-bus fast path over a durable, restart-surviving inbox using a
first-wins claim for exactly-once delivery.
Adds an authenticated decision/submit route, the canvas-decision skill,
a canvas doctrine rewrite, and a develop decision_surface preference
(feature-config Question 8) honored at the design and plan approval
gates. Activates the Approve and Choice shortcodes in the admin SPA with
plain-text free-text echo and wires the CanvasDecisionProvider.
Co-authored-by: elijahr <153711+elijahr@users.noreply.github.com>
0 commit comments