@lmctl-ai/lmctl 0.1.125 → 0.1.127
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 +6 -0
- package/dist/cli/index.js +428 -427
- 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
|