@lmctl-ai/lmctl 0.1.26 → 0.1.27
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 +6 -0
- package/dist/cli/index.js +407 -407
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable public-preview changes for `@lmctl-ai/lmctl` are recorded here.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
- Teamfiles no longer hardcode `sessiondir`. `seed`/`hire` don't bake it in
|
|
8
|
+
and `clone` strips it, so a teamfile is portable to any directory;
|
|
9
|
+
`sessiondir` defaults to the teamfile's own folder. An explicit
|
|
10
|
+
`sessiondir=` is still honored for a member that runs elsewhere. `lmctl lint`
|
|
11
|
+
now warns when a member's sessiondir is not writable, so permission problems
|
|
12
|
+
surface before seed.
|
|
7
13
|
- Removed the top-level `lmctl init` command. Provider setup (installing and
|
|
8
14
|
authenticating each provider CLI) is now a documentation concern; lmctl
|
|
9
15
|
detects missing providers/auth at use time during seed/chat. `lmctl status`
|