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
- desktop Bro Detail typed input in push-to-talk mode is a direct targeted Communication Brain message to the selected Bro, not a Draft preparation/confirmation surface
23
24
- the dispatch gate is deterministic and is the final authority for starting execution
24
25
- the default execution mode for draft-created work is read-only/proposal-first; code modification and side effects require explicit confirmation
25
26
- free-form utterance meaning is produced by the Communication Brain interaction-classifier boundary, not by runtime transcript keyword checks
Copy file name to clipboardExpand all lines: docs/memories.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,3 +237,4 @@ Short log of important design decisions and changes for Newbro.
237
237
- Limited the active Newbro UI to artboarded Home, Bro Detail, mobile, onboarding, create/connect, and offline states; standalone Bros, Nodes, Settings, and custom fallback product screens are removed or rendered blank.
238
238
- Changed first-run Bro setup so Home issues a user-owned executor-node command first and creates/binds the Bro persona only after that node records its first successful connection.
239
239
- Made connected-node persona creation idempotent per user and executor node so repeated first-run completion requests return the existing Bro instead of creating duplicates.
240
+
- Changed desktop Bro Detail typed input in push-to-talk mode to send a targeted Communication Brain message directly to the selected Bro instead of preparing a Draft and requiring a separate Send confirmation.
0 commit comments