@xema/omni-protocol 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/guide.md +4 -0
  2. package/package.json +1 -1
package/guide.md CHANGED
@@ -2630,6 +2630,10 @@ trigger it; but from then on it is an outstanding task the provider counts again
2630
2630
  stated ceiling like any other, nothing more is allocated to the lead while it stands, and a
2631
2631
  provider whose lead is already at the ceiling answers the join `failed`.
2632
2632
 
2633
+ **A lead assists one call at a time.** A `join` from a lead already on a call -- their own or one
2634
+ they joined -- is answered `failed`, whatever their ceiling; the request stands for another lead,
2635
+ or until it is withdrawn or declined.
2636
+
2633
2637
  **On `decline`, or a request the agent withdraws with `{ type: "lead", action: "cancel" }`, the
2634
2638
  provider clears `lead` from the agent's task** and drops the request from every roster. Nothing
2635
2639
  else changes; the agent is still on the call.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xema/omni-protocol",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "The Omni protocol: the contract every provider adapter implements",
5
5
  "type": "module",
6
6
  "license": "MIT",