@lmctl-ai/lmctl 0.1.27 → 0.1.28
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/CHANGELOG.md +8 -6
- package/dist/cli/index.js +361 -360
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,14 @@ All notable public-preview changes for `@lmctl-ai/lmctl` are recorded here.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
and `clone` strips it
|
|
9
|
-
`
|
|
10
|
-
`sessiondir=` is still honored
|
|
11
|
-
now warns when a member's
|
|
12
|
-
|
|
7
|
+
- Teamfile templates no longer hardcode `sessiondir`: `plan`/`hire` omit it
|
|
8
|
+
by default and `clone` strips it alongside `sessionid`, so templates stay
|
|
9
|
+
portable. `seed` now pins the concrete session by writing both `sessionid`
|
|
10
|
+
and the effective `sessiondir`; an explicit `sessiondir=` is still honored
|
|
11
|
+
for a member that runs elsewhere. `lmctl lint` now warns when a member's
|
|
12
|
+
sessiondir is not writable, or when a member has a `sessionid` but no
|
|
13
|
+
`sessiondir`; `lmctl seed` fails on that corrupt state instead of guessing
|
|
14
|
+
where the pinned session lives.
|
|
13
15
|
- Removed the top-level `lmctl init` command. Provider setup (installing and
|
|
14
16
|
authenticating each provider CLI) is now a documentation concern; lmctl
|
|
15
17
|
detects missing providers/auth at use time during seed/chat. `lmctl status`
|