@lmctl-ai/lmctl 0.1.27 → 0.1.29

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 CHANGED
@@ -4,12 +4,17 @@ 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
+ - 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.
15
+ - The update-available check now runs on all interactive TTY commands, excluding
16
+ `mcp`, agent-origin `lmctl_chat`, `--json`, help, env-disabled, and non-TTY
17
+ invocations. It prints at most once per 1-hour freshness window.
13
18
  - Removed the top-level `lmctl init` command. Provider setup (installing and
14
19
  authenticating each provider CLI) is now a documentation concern; lmctl
15
20
  detects missing providers/auth at use time during seed/chat. `lmctl status`