@lmctl-ai/lmctl 0.1.125 → 0.1.126

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/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,6 +48,12 @@ lmctl seed ./my-project/my-project.lmctl
48
48
  lmctl chat ./my-project/my-project.lmctl Lead "Inspect the repo and propose next steps."
49
49
  ```
50
50
 
51
+ `lmctl status` is team/SELF-scoped: from a member session it shows your
52
+ identity, team roster busy/idle state, recent activity in both directions, and
53
+ pending mailbox lanes. From a plain operator shell it shows a workspace summary.
54
+ Use `lmctl status --json` for the full machine-readable view; `--project` and
55
+ `--web` are not status flags.
56
+
51
57
  Start with `lmctl run <url>` for published workflows. For a custom AI-Lead team,
52
58
  use the plan -> lint -> seed -> chat flow. lmctl does not manage foreground vs.
53
59
  background execution for provider turns or shell commands; use the provider or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmctl-ai/lmctl",
3
- "version": "0.1.125",
3
+ "version": "0.1.126",
4
4
  "description": "A provider-agnostic control plane for teams of AI coding agents — across providers, with independent review and durable memory.",
5
5
  "type": "module",
6
6
  "homepage": "https://lmctl.com",