Changeset 0.27.1 (#167)

This commit is contained in:
2026-03-10 17:43:29 +00:00
parent 7e4f1581f2
commit 41be9d6081
16 changed files with 780 additions and 57 deletions

View File

@@ -66,6 +66,12 @@ var routeTable = map[string]Direction{
// Workspace (v0.21.5)
"workspace.file.": DirToClient, // file changed events for live editor updates
// Workflow (v0.27.0)
"workflow.assigned": DirToClient, // new assignment → team members
"workflow.claimed": DirToClient, // assignment claimed → team + claimer
"workflow.advanced": DirToClient, // stage advanced → channel participants
"workflow.completed": DirToClient, // workflow finished → channel participants
// Plugin hooks — never cross the wire
"plugin.hook.": DirLocal,
"internal.": DirLocal,