@lmctl-ai/lmctl 0.1.16 → 0.1.18

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.
Files changed (3) hide show
  1. package/README.md +32 -22
  2. package/dist/cli/index.js +199 -199
  3. package/package.json +6 -4
package/package.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "@lmctl-ai/lmctl",
3
- "version": "0.1.16",
4
- "description": "lmctla durable multi-step agent workflow engine and CLI (public preview).",
3
+ "version": "0.1.18",
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
+ "homepage": "https://lmctl.com",
7
+ "author": "Lattice Systems LLC",
6
8
  "bin": {
7
9
  "lmctl": "bin/lmctl"
8
10
  },
@@ -32,13 +34,13 @@
32
34
  "@aws-sdk/client-s3": "^3.1053.0",
33
35
  "@aws-sdk/credential-provider-cognito-identity": "^3.972.36",
34
36
  "@hono/node-server": "1.13.8",
35
- "better-sqlite3": "11.5.0",
37
+ "better-sqlite3": "^12.11.1",
36
38
  "docx": "^9.6.1",
37
- "exceljs": "^4.4.0",
38
39
  "hono": "4.6.20",
39
40
  "jexl": "^2.3.0",
40
41
  "marked": "^18.0.3",
41
42
  "node-pty": "^1.1.0",
43
+ "write-excel-file": "^4.1.1",
42
44
  "zod": "4.4.3"
43
45
  }
44
46
  }