@majeanson/lac 1.0.2 → 3.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@majeanson/lac",
3
- "version": "1.0.2",
3
+ "version": "3.0.0",
4
4
  "description": "CLI for life-as-code — feature provenance tracking from the terminal",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -17,7 +17,8 @@
17
17
  "type": "module",
18
18
  "bin": {
19
19
  "lac": "./bin/lac.js",
20
- "lac-lsp": "./bin/lac-lsp.js"
20
+ "lac-lsp": "./bin/lac-lsp.js",
21
+ "lac-mcp": "./bin/lac-mcp.js"
21
22
  },
22
23
  "files": [
23
24
  "bin",
@@ -25,8 +26,8 @@
25
26
  "README.md"
26
27
  ],
27
28
  "scripts": {
28
- "build": "tsdown src/index.ts --format esm --dts --out-dir dist",
29
- "dev": "tsdown src/index.ts --format esm --dts --out-dir dist --watch",
29
+ "build": "tsdown",
30
+ "dev": "tsdown --watch",
30
31
  "clean": "git clean -xdf .cache .turbo dist node_modules",
31
32
  "lint": "oxlint src",
32
33
  "prepublishOnly": "bun run build",
@@ -34,6 +35,9 @@
34
35
  "typecheck": "tsc --noEmit"
35
36
  },
36
37
  "dependencies": {
38
+ "@anthropic-ai/sdk": "^0.50.0",
39
+ "@life-as-code/lac-claude": "workspace:*",
40
+ "@modelcontextprotocol/sdk": "^1.0.0",
37
41
  "chokidar": "^3.6.0",
38
42
  "commander": "^12.0.0",
39
43
  "prompts": "^2.4.2",