Changeset 0.27.1 (#167)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user