@lmctl-ai/lmctl 0.1.217 → 0.1.219

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.
package/README.md CHANGED
@@ -91,6 +91,9 @@ provider evidence and causal lineage, declare handling/acknowledgement, and
91
91
  deliver one specifically addressed queued message. A `mail deliver` call is
92
92
  one provider turn for only that message; same-lane messages stay queued for
93
93
  separate calls, leaving ordering and retry policy to the external consumer.
94
+ `mail pending` defaults to messages addressed to SELF when run from a member
95
+ session; an explicit `--receiver` overrides that scope. From a plain operator
96
+ shell with no SELF marker, it retains the fleet-wide discovery view.
94
97
  Read commands stay event-substrate-only; deliver deliberately follows the
95
98
  CREATE event's legacy mailbox-row reference into the existing live delivery
96
99
  machinery until that write path is fully cut over.