@lmctl-ai/lmctl 0.1.252 → 0.1.253
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,7 +69,8 @@ Lintable teamfile templates for research, writing, and review teams ship in the
|
|
|
69
69
|
[examples gallery](https://lmctl.com/examples/).
|
|
70
70
|
|
|
71
71
|
`lmctl` top-level subcommands are: `api`, `chat`, `serve`, `device`,
|
|
72
|
-
`team`, `terminal`, `tail`, `health`, `session`, `recover`, `
|
|
72
|
+
`team`, `terminal`, `tail`, `health`, `session`, `recover`, `restore`, `restore-teamfile`,
|
|
73
|
+
`ls`, `lint`, `seed`, `hire`,
|
|
73
74
|
`refresh`, `clone`, `plan`, `diagnose`, `diagnose-prompt`,
|
|
74
75
|
`mail`, `status`, and `db`. Run `lmctl <command> --help` for details on each, and see the
|
|
75
76
|
[documentation](https://lmctl.com/lmctl) to define your first team.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmctl-ai/lmctl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.253",
|
|
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",
|