@lmctl-ai/lmctl 0.1.155 → 0.1.157

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
@@ -59,6 +59,9 @@ the provider or host runtime's own background/task surface when you need async
59
59
  execution.
60
60
  Daemon, web, and API surfaces are secondary integration paths; the CLI is the
61
61
  golden path for onboarding.
62
+ To inspect the daemon, run `lmctl api daemon state` while `lmctl serve` is
63
+ running; authenticate with `LMCTL_API_TOKEN=<token>` or start local serve with
64
+ `--insecure-no-auth`.
62
65
  Lintable teamfile templates for research, writing, and review teams ship in the
63
66
  [examples gallery](https://lmctl.com/examples/).
64
67
 
@@ -68,7 +71,7 @@ Lintable teamfile templates for research, writing, and review teams ship in the
68
71
  `status`, and `db`. Run `lmctl <command> --help` for details on each, and see the
69
72
  [documentation](https://lmctl.com/lmctl) to define your first team.
70
73
 
71
- - `lmctl chat <teamfile> <alias> "message"` drives or messages a member. If a member-origin target is busy, chat queues the message for that sender->receiver lane; the next chat to that receiver when it is free delivers the queued lane plus the new message.
74
+ - `lmctl chat <teamfile> <alias> "message"` drives or messages a member. If a member-origin target is busy, chat queues the message for that sender->receiver lane; the next chat **from that same sender** to that receiver, when it is free, delivers the queued lane plus the new message. The lane key is `(sender, receiver)`: **a chat to that receiver from anyone else does not flush your queued mail.** If you go idle waiting for the reply you queued, nothing else will unblock it — you are the only party whose next chat flushes that lane.
72
75
 
73
76
  ## Model selection
74
77