tarsk 0.5.38 → 0.5.39

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 (2) hide show
  1. package/dist/index.js +3612 -297
  2. package/package.json +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tarsk",
3
- "version": "0.5.38",
3
+ "version": "0.5.39",
4
4
  "description": "CLI for Tarsk - Project Threads Manager",
5
5
  "keywords": [
6
6
  "cli",
@@ -26,6 +26,7 @@
26
26
  "sync-models": "cd ../ai-data && bun run sync-models",
27
27
  "dev:watch": "bun run build:app-assets && electrobun dev --watch",
28
28
  "build": "bun run build:app-assets && bun run build:server && electrobun build --targets macos-arm64",
29
+ "build:npm": "bun run build:app-assets && bun run build:server",
29
30
  "start": "bun run dev",
30
31
  "lint": "bunx tsgo --noEmit",
31
32
  "test": "env -u TARSK_DEBUG vp test run",
@@ -38,26 +39,26 @@
38
39
  "website": "cd ../site && bunx serve . -l 8080"
39
40
  },
40
41
  "dependencies": {
42
+ "@earendil-works/pi-agent-core": "0.79.6",
43
+ "@earendil-works/pi-ai": "0.79.6",
41
44
  "@hono/node-server": "1.19.13",
42
45
  "@libsql/client": "0.17.2",
43
- "@mariozechner/pi-agent-core": "0.65.2",
44
- "@mariozechner/pi-ai": "0.65.2",
45
46
  "@modelcontextprotocol/sdk": "1.29.0",
46
- "@sinclair/typebox": "0.34.49",
47
- "diff": "8.0.4",
48
- "electrobun": "1.18.1",
49
47
  "glob": "^13.0.1",
50
48
  "hono": "4.12.25",
51
- "ignore": "^7.0.5",
52
49
  "open": "^11.0.0",
53
50
  "ripgrep": "0.3.1"
54
51
  },
55
52
  "devDependencies": {
53
+ "@sinclair/typebox": "0.34.49",
56
54
  "@tarsk/shared": "workspace:*",
57
55
  "@types/node": "20.19.39",
58
56
  "@typescript/native-preview": "7.0.0-dev.20260408.1",
57
+ "diff": "8.0.4",
58
+ "electrobun": "1.18.1",
59
59
  "esbuild": "0.28.0",
60
60
  "fast-check": "4.6.0",
61
+ "ignore": "^7.0.5",
61
62
  "tsx": "^4.7.0",
62
63
  "typescript": "6.0.2",
63
64
  "vite-plus": "0.1.24",