@lmctl-ai/lmctl 0.1.267 → 0.1.269
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 +1 -1
- package/dist/cli/index.js +559 -550
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ Lintable teamfile templates for research, writing, and review teams ship in the
|
|
|
71
71
|
`team`, `terminal`, `tail`, `health`, `session`, `session-index`, `restore`, `restore-teamfile`,
|
|
72
72
|
`ls`, `lint`, `seed`, `hire`,
|
|
73
73
|
`refresh`, `clone`, `plan`, `diagnose`, `diagnose-prompt`,
|
|
74
|
-
`mail`, `status`, and `db`. Run `lmctl <command> --help` for details on each, and see the
|
|
74
|
+
`mail`, `status`, `running`, and `db`. Run `lmctl <command> --help` for details on each, and see the
|
|
75
75
|
[documentation](https://lmctl.com/lmctl) to define your first team.
|
|
76
76
|
|
|
77
77
|
Abstract managed-team providers retain the config keys
|